| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
1035 (0.113s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: How to installl FUSE with Hadoop 1.0.x? - MapReduce - [mail # user]
|
|
...I recall having mentioned it before, but why not use the Apache Bigtop RPM/DEB build scripts to generate all these binaries in good package form for yourself? It also builds up the fuse exte...
|
|
|
Author: Harsh J,
2013-02-08, 16:49
|
|
|
Re: Secondary Sort example error - MapReduce - [mail # user]
|
|
...Thanks, I managed to correlate proper line numbers. Are you using some form of custom serialization in your job code? That is, are your keys non-Writable types and are of some other ty...
|
|
|
Author: Harsh J,
2013-02-07, 18:46
|
|
|
Re: Secondary Sort example error - MapReduce - [mail # user]
|
|
...Hey Ravi, What version of Hadoop is this exactly? (Type and send output of "hadoop version" if unsure) On Thu, Feb 7, 2013 at 11:55 PM, Ravi Chandran wrote: Ha...
|
|
|
Author: Harsh J,
2013-02-07, 18:34
|
|
|
Re: why does OldCombinerRunner pass Reporter.NULL to the combiner instead of the real reporter? - MapReduce - [mail # user]
|
|
...I agree its a bug if there is a discrepancy between the APIs (we are supposed to be supporting both for the time being). Please do file a JIRA with a patch - there shouldn't be any harm in r...
|
|
|
Author: Harsh J,
2013-02-07, 16:18
|
|
|
Re: Creating files through the hadoop streaming interface - MapReduce - [mail # user]
|
|
...The raw streaming interface has much issues of this manner. The python open(…, 'w') calls won't open files on HDFS, further. Perhaps, since you wish to use Python for its various advantages,...
|
|
|
Author: Harsh J,
2013-02-07, 05:18
|
|
|
Re: How to find HDFS folders file count. - MapReduce - [mail # user]
|
|
...You have posted the "fs -count" command which is also the answer to your question - does it not help? On Wed, Feb 6, 2013 at 3:56 PM, Dhanasekaran Anbalagan wrote: H...
|
|
|
Author: Harsh J,
2013-02-06, 16:08
|
|
|
Re: Specific HDFS tasks where is passwordless SSH is necessary - MapReduce - [mail # user]
|
|
...It isn't the NN that does the SSH technically, its the scripts we ship for an easier start/stop: http://wiki.apache.org/hadoop/FAQ#Does_Hadoop_require_SSH.3F So wherever you launch the...
|
|
|
Author: Harsh J,
2013-02-05, 23:55
|
|
|
Re: how to find top N values using map-reduce ? - MapReduce - [mail # user]
|
|
...Note that a "one reducer" isn't always the solution. If you know your key space boundaries, consider using a total-order-partition to scale the app/job and make use of nodes on the cluster. ...
|
|
|
Author: Harsh J,
2013-02-02, 18:05
|
|
|
Re: what will happen when HDFS restarts but with some dead nodes - MapReduce - [mail # user]
|
|
...Yes, if there are missing blocks (i.e. all replicas lost), and the block availability threshold is set to its default of 0.999f (99.9% availability required), then NN will not come out of sa...
|
|
|
Author: Harsh J,
2013-01-30, 16:39
|
|
|
Re: what will happen when HDFS restarts but with some dead nodes - MapReduce - [mail # user]
|
|
...NN does recalculate new replication work to do due to unavailable replicas ("under-replication") when it starts and receives all block reports, but executes this only after out of safemode. ...
|
|
|
Author: Harsh J,
2013-01-30, 16:27
|
|
|
|