| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
1038 (0.187s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: JVM vs container memory configs - MapReduce - [mail # dev]
|
|
...Radim, Those are already present - the discussion is about the heap vs. requested memory resource. On Sun, May 5, 2013 at 3:22 AM, Radim Kolar wrote: Harsh J...
|
|
|
Author: Harsh J,
2013-05-05, 18:42
|
|
|
Re: Which data sets were processed by each tasktracker? - MapReduce - [mail # user]
|
|
...You probably need to be using a release that has https://issues.apache.org/jira/browse/MAPREDUCE-3678 in it. It will print the input split onto the task logs, letting you know therefore what...
|
|
|
Author: Harsh J,
2013-05-03, 09:07
|
|
|
Re: the balance of datanodes - MapReduce - [mail # user]
|
|
...With replication factor 1, what you see is expected, if you also did your writes from a node that runs a DN (135.224.99.69 in your case - you ran the data load here). This is cause of ...
|
|
|
Author: Harsh J,
2013-05-02, 07:43
|
|
|
Re: Versions - Confusion - MapReduce - [mail # dev]
|
|
...Hi Naidu, (a) As Steve already mentioned, please do not ask user questions on any of the *-dev lists as the list is only for project development and contributors, not general Q/A. (b) ...
|
|
|
Author: Harsh J,
2013-05-02, 03:26
|
|
|
Re: High IO Usage in Datanodes due to Replication - MapReduce - [mail # user]
|
|
...Hi, Neither block reports nor block scanning should affect general DN I/O, although the former may affect DN liveliness in older versions, if they lack HDFS-2379 in them. Brahma is par...
|
|
|
Author: Harsh J,
2013-05-01, 08:55
|
|
|
Re: Can't initialize cluster - MapReduce - [mail # user]
|
|
...When you run with java -jar, as previously stated on another thread, you aren't loading any configs present on the installation (that configure HDFS to be the default filesystem). When...
|
|
|
Author: Harsh J,
2013-05-01, 06:02
|
|
|
Re: Build failed for Hadoop-1.0.4 - MapReduce - [mail # dev]
|
|
...1. To built 1.0.4 specifically, you will also need Cygwin installed and on your Windows PATH. I'd suggest instead using branch-1-win (no Apache releases yet though) from the source repositor...
|
|
|
Author: Harsh J,
2013-04-29, 19:50
|
|
|
Re: M/R job to a cluster? - MapReduce - [mail # user]
|
|
...To validate if your jobs are running locally, look for the classname "LocalJobRunner" in the runtime output. Configs are sourced either from the classpath (if a dir or jar on the class...
|
|
|
Author: Harsh J,
2013-04-29, 18:15
|
|
|
Re: POLL: Using YARN or pre-YARN? - MapReduce - [mail # user]
|
|
...By Pre-YARN Otis probably means MRv1 (i.e. JobTracker, etc.). On Thu, Apr 25, 2013 at 12:18 PM, Krishna Kishore Bonagiri wrote: Harsh J...
|
|
|
Author: Harsh J,
2013-04-25, 06:54
|
|
|
Re: MapTask.java -sort part - MapReduce - [mail # dev]
|
|
...Yes as Mariappan has already pointed out; the sort is pluggable so the plug-in can also nullify it. See [1] for an example implementation of the MapOutputCollector interface (class MapOutput...
|
|
|
Author: Harsh J,
2013-04-23, 08:49
|
|
|
|