| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
1041 (0.112s).
|
|
|
Loading phrases to help you refine your search...
|
|
[MAPREDUCE-4931] Add user-APIs for classpath precedence control - MapReduce - [issue]
|
|
...The feature config from MAPREDUCE-1938 of allowing tasks to start with user-classes-first is fairly popular and can use its own API hooks in Job/JobConf classes, making it easier to discover...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4931
Author: Harsh J,
2013-03-29, 15:29
|
|
|
Re: FSDataOutputStream hangs in out.close() - MapReduce - [mail # user]
|
|
...Same data does not mean same block IDs across two clusters. I'm guessing this is cause of some issue in your code when wanting to write to two different HDFS instances with the same client. ...
|
|
|
Author: Harsh J,
2013-03-27, 17:55
|
|
|
Re: FSDataOutputStream hangs in out.close() - MapReduce - [mail # user]
|
|
...You can try to take a jstack stack trace and see what its hung on. I've only ever noticed a close() hang when the NN does not accept the complete-file call (due to minimum replication not be...
|
|
|
Author: Harsh J,
2013-03-27, 12:24
|
|
|
Re: Help on submitting a patch for an unassigned bug - MapReduce - [mail # dev]
|
|
...Hi Niranjan, You can work on these by submitting a patch directly to the ticket. A committer/reviewer will assign the issue to you the on first contribution time on each project, and t...
|
|
|
Author: Harsh J,
2013-03-26, 10:28
|
|
|
Re: Yarn Writing ApplicationMaster, Client Exception "URISyntaxException: Expected scheme name at index 0" - MapReduce - [mail # user]
|
|
...YARN does not seem to be checking for a fully qualified path when you pass it yours and ends up breaking. The problem is easily reproducible with the two transforming calls from ConverterUti...
|
|
|
Author: Harsh J,
2013-03-26, 00:29
|
|
|
Re: DataNode heartbeat average time peaks - MapReduce - [mail # user]
|
|
...Worst case if it puts too much strain: randomly failing clients and missing DN heartbeats leading to unnecessary dead node appearances. Worth using a release with HDFS-1457 in or patching yo...
|
|
|
Author: Harsh J,
2013-03-25, 16:32
|
|
|
Re: Rack Awareness - MapReduce - [mail # user]
|
|
...Have you locally tested the script? What do you mean by "not work"? Do you not see it loaded, not see it send back proper values, etc. - what? P.s. What version? P.s. User questi...
|
|
|
Author: Harsh J,
2013-03-25, 12:00
|
|
|
Re: shuffling one intermediate pair to more than one reducer - MapReduce - [mail # dev]
|
|
...This one is rather easy. Not sure why you'd open a JIRA for a request. JIRA is to be used for feature requests and bug/improvement requests. Also, wasn't this discussed some time back ...
|
|
|
Author: Harsh J,
2013-03-25, 05:14
|
|
|
Re: Child JVM memory allocation / Usage - MapReduce - [mail # user]
|
|
...The MapTask may consume some memory of its own as well. What is your io.sort.mb (MR1) or mapreduce.task.io.sort.mb (MR2) set to? On Sun, Mar 24, 2013 at 3:40 PM, nagarjuna kanamarlapud...
|
|
|
Author: Harsh J,
2013-03-25, 04:56
|
|
|
Re: Hadoop-2.x native libraries - MapReduce - [mail # user]
|
|
...If you're using a tarball, you'll need to build a native-added tarball yourself with "mvn package -Pdist,native,docs -DskipTests -Dtar" and then use that. Alternatively, if you're inte...
|
|
|
Author: Harsh J,
2013-03-25, 04:55
|
|
|
|