| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
450 (0.201s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: problem running multiple native mode map reduce processes concurrently - HDFS - [mail # user]
|
|
...Please post your Hadoop version (command: hadoop version). On Thu, Mar 21, 2013 at 10:59 PM, Derrick H. Karimi wrote: Harsh J...
|
|
|
Author: Harsh J,
2013-03-22, 05:31
|
|
|
Re: The most newbie question ever - HDFS - [mail # user]
|
|
...You've downloaded a binary inclusive release and can just start using it after configuring it. Mark the extracted path as HADOOP_PREFIX, and look at $HADOOP_PREFIX/etc/hadoop/ for the config...
|
|
|
Author: Harsh J,
2013-03-22, 05:19
|
|
|
Re: Need your help with Hadoop - HDFS - [mail # user]
|
|
...You can mount the disks you need on Linux as proper paths, mkdir some directories and make their owner the same user as the one who runs the DataNode process, and then add the paths as a com...
|
|
|
Author: Harsh J,
2013-03-22, 05:04
|
|
|
Re: hadoop clients - HDFS - [mail # user]
|
|
...You are correct about your idea of clients. To talk to HDFS, they need to be allowed to talk to the NN's ports as well as the DN's ports. To talk to YARN/MR, they need access to both RM and ...
|
|
|
Author: Harsh J,
2013-03-21, 00:59
|
|
|
Re: Combiner in Secondary Sort - HDFS - [mail # user]
|
|
...You're probably running into https://issues.apache.org/jira/browse/MAPREDUCE-3310. There was also a discussion on this IIRC but I cannot find the archive now. One aside mention on this from ...
|
|
|
Author: Harsh J,
2013-03-21, 00:50
|
|
|
Re: where reduce is copying? - HDFS - [mail # user]
|
|
...The speed shown there is to be taken with a grain of salt. It is an average value measured from the initiation of its phase. So if the reduce is waiting for more map outputs to be available,...
|
|
|
Author: Harsh J,
2013-03-20, 07:43
|
|
|
Re: fsimage.ckpt are not deleted - Exception in doCheckpoint - HDFS - [mail # user]
|
|
...I don't think there's a data loss here. However, I think you may have been affected by https://issues.apache.org/jira/browse/HDFS-4301 due to a large fsimage size perhaps, which you can work...
|
|
|
Author: Harsh J,
2013-03-20, 07:41
|
|
|
Re: disk used percentage is not symmetric on datanodes (balancer) - HDFS - [mail # user]
|
|
...If your balancer does not exit, then it means its heavily working in iterations trying to balance your cluster. The default bandwidth allows only for limited transfer speed (10 Mbps) to not ...
|
|
|
Author: Harsh J,
2013-03-20, 04:05
|
|
|
Re: Hadoop Query Result - HDFS - [mail # user]
|
|
...Whatever class QueryResult is, your MR job needs its jar to be able to read the SequenceFile as the classname is embedded in it. Passing along its implementing jar will solve the problem. &n...
|
|
|
Author: Harsh J,
2013-03-20, 00:09
|
|
|
Re: 2.0.3-alpha in pseudodristributed mode: How to force examples to run on yarn? - HDFS - [mail # user]
|
|
...Do you have a mapred-site.xml configured with mapreduce.framework.name set to yarn? On Wed, Mar 20, 2013 at 12:28 AM, Jens Scheidtmann wrote: Harsh J...
|
|
|
Author: Harsh J,
2013-03-20, 00:06
|
|
|
|