| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
1066 (0.1s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: ClassNotFound Error when use hdfs namenode -format in 2.0.4 - MapReduce - [mail # user]
|
|
...Do not use HADOOP_HOME anymore. Try removing the below line (and any other references in your env to HADOOP_HOME): export HADOOP_HOME="/hadoop-2.0.4-alpha" On Thu, Jun 6, 2013 at...
|
|
|
Author: Harsh J,
2013-06-06, 02:22
|
|
|
Re: Hadoop JARs and Eclipse - MapReduce - [mail # user]
|
|
...Hi John, On Thu, Jun 6, 2013 at 1:21 AM, John Lilley wrote: dependencies are also available there), or a custom defined repository if you lack internet access. If yo...
|
|
|
Author: Harsh J,
2013-06-06, 02:18
|
|
|
[MAPREDUCE-5288] ResourceEstimator#getEstimatedTotalMapOutputSize suffers from divide by zero issues - MapReduce - [issue]
|
|
...The computation in the above mentioned class-method is below: long estimate = Math.round(((double)inputSize * completedMapsOu...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5288
Author: Harsh J,
2013-06-05, 20:41
|
|
|
Re: Docs 404 - MapReduce - [mail # user]
|
|
...Thanks for reporting this Uri. Where do you see this linked, so we may fix it? The new page is at http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html &nb...
|
|
|
Author: Harsh J,
2013-06-05, 06:01
|
|
|
Re: is time sync required among all nodes? - MapReduce - [mail # user]
|
|
...Skew in time between nodes is highly confusing, even if not a problem to the runtime. I'd strongly recommend running a time sync service for operational sanity. On Wed, Jun 5, 2013 at ...
|
|
|
Author: Harsh J,
2013-06-05, 05:59
|
|
|
Re: Types and SequenceFiles - MapReduce - [mail # user]
|
|
...Ah, sorry I didn't read the exact problem. Yes that static call you make to addInputPath goes all the way up to (inheritance!) FileInputFormat.addInputPath, which just adds input paths...
|
|
|
Author: Harsh J,
2013-05-31, 16:10
|
|
|
Re: MapReduce on Local FileSystem - MapReduce - [mail # user]
|
|
...Then why not simply run with Write Replication Factor set to 1? On Fri, May 31, 2013 at 12:54 PM, Agarwal, Nikhil wrote: Harsh J...
|
|
|
Author: Harsh J,
2013-05-31, 07:25
|
|
|
Re: Types and SequenceFiles - MapReduce - [mail # user]
|
|
...Hi Jens, Please read this old thread at http://search-hadoop.com/m/WHvZDCfVsD which covers the issue, the solution and more. On Fri, May 31, 2013 at 1:39 AM, Jens Scheidtmann &nb...
|
|
|
Author: Harsh J,
2013-05-31, 03:17
|
|
|
Re: Reduce side question on MR - MapReduce - [mail # user]
|
|
...I don't see a direct question asked, but here's a condition in the source code you want to take a look at (*): https://github.com/apache/hadoop-common/blob/branch-1/src/mapred/org/apache/had...
|
|
|
Author: Harsh J,
2013-05-30, 11:31
|
|
|
Re: NM/AM interaction - MapReduce - [mail # user]
|
|
...All AuxiliaryServices are configured in yarn-site.xml with a service ID and a class is associated to the defined service ID. For MR2, one generally adds the two below properties, first defin...
|
|
|
Author: Harsh J,
2013-05-29, 02:24
|
|
|
|