| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
1036 (0.083s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: is it possible to disable security in MapReduce to avoid having PriviledgedActionException? - MapReduce - [mail # user]
|
|
...What is the "exact" error you're getting? Can you please paste with the full stack trace and your version in use? Many times the PriviledgedActionException is just a wrapper around the...
|
|
|
Author: Harsh J,
2013-03-25, 02:11
|
|
|
Re: For a new installation: use the BackupNode or the CheckPointNode? - MapReduce - [mail # user]
|
|
...Yep, this is correct - you only need the SecondaryNameNode in 1.x. In 2.x, if you run HA, the standby NameNode role also doubles up automatically as the SNN so you don't need to run an extra...
|
|
|
Author: Harsh J,
2013-03-24, 04:39
|
|
|
Re: DistributedCache - why not read directly from HDFS? - MapReduce - [mail # user]
|
|
...A DistributedCache is not used just to distribute simple files but also native libraries and such which cannot be loaded by certain if its on HDFS. Also, keeping it on HDFS could provi...
|
|
|
Author: Harsh J,
2013-03-23, 15:17
|
|
|
Re: how to control (or understand) the memory usage in hdfs - MapReduce - [mail # user]
|
|
...I'm guessing your OutOfMemory then is due to "Unable to create native thread" message? Do you mind sharing your error logs with us? Cause if its that, then its a ulimit/system limits issue a...
|
|
|
Author: Harsh J,
2013-03-23, 10:35
|
|
|
Re: For a new installation: use the BackupNode or the CheckPointNode? - MapReduce - [mail # user]
|
|
...Neither CheckpointNode nor BackupNode exists in version 1.x. This was a documentation oversight that should be cleared in the docs now (or by next release I think). And on 2.x, neither...
|
|
|
Author: Harsh J,
2013-03-23, 10:33
|
|
|
|