| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
155 (0.128s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Ignore keys while scheduling reduce jobs - MapReduce - [mail # user]
|
|
...Hi, When do you know the keys to ignore ? You mentioned "after the map stage" .. is this at the end of each map task, or at the end of all map tasks ? Thanks hemanth On Fri...
|
|
|
Author: Hemanth Yamijala,
2012-09-14, 11:13
|
|
|
Re: What's the basic idea of pseudo-distributed Hadoop ? - MapReduce - [mail # user]
|
|
...One thing to be careful about is paths of dependent libraries or executables like streaming binaries. In pseudo distributed mode, since all processes are looking on the same machine, it is l...
|
|
|
Author: Hemanth Yamijala,
2012-09-14, 08:21
|
|
|
Re: Configuration of hadoop.job.history.user.location on a user basis - MapReduce - [mail # user]
|
|
...Hi Bretrand, Could you try using user.name as a property in the value of the config item ? Something like /user/${user.name}/history ? Thanks hemanth On Thu, Sep 13, 2012 a...
|
|
|
Author: Hemanth Yamijala,
2012-09-14, 03:54
|
|
|
Re: how to specify the root directory of hadoop on slave node? - MapReduce - [mail # user]
|
|
...Hi Richard, If you have installed the hadoop software on the same locations on all machines and if you have a common user on all the machines, then there should be no explicit need to ...
|
|
|
Author: Hemanth Yamijala,
2012-09-12, 04:06
|
|
|
Re: Error in : hadoop fsck / - MapReduce - [mail # user]
|
|
...Could you please review your configuration to see if you are pointing to the right namenode address ? (This will be in core-site.xml) Please paste it here so we can look for clues. Tha...
|
|
|
Author: Hemanth Yamijala,
2012-09-11, 15:59
|
|
|
[MAPREDUCE-4650] Provide an ability to show task counters for a given task type in Web UI - MapReduce - [issue]
|
|
...In the Web UI for Hadoop (post YARN), there is a view that lists counter values per task for a given counter (singlejobcounter page). I found this very useful to get a consolidated view of a...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4650
Author: Hemanth Yamijala,
2012-09-11, 12:39
|
|
|
Re: hadoop trunk build failure - yarn, surefire related? - MapReduce - [mail # user]
|
|
...Also, for the maven based builds, BUILDING.txt in the root folder of hadoop source does get one started. Thanks hemanth On Tue, Sep 11, 2012 at 4:28 PM, Harsh J wrote: &nbs...
|
|
|
Author: Hemanth Yamijala,
2012-09-11, 11:02
|
|
|
Re: Understanding of the hadoop distribution system (tuning) - MapReduce - [mail # user]
|
|
...Hi, Responses inline to some points. On Tue, Sep 11, 2012 at 7:26 AM, Elaine Gan wrote: These two configurations essentially tell the tasktrackers that they can run ...
|
|
|
Author: Hemanth Yamijala,
2012-09-11, 04:19
|
|
|
Re: Log aggregation in Yarn - MapReduce - [mail # user]
|
|
...Hi, I figured out what the issue is. I'd configured my yarn.nodemanager.remote-app-log-dir to be ${yarn.log.dir}/logs. This doesn't per se make sense because this is a remote loc...
|
|
|
Author: Hemanth Yamijala,
2012-09-10, 13:38
|
|
|
Re: Reading from HDFS from inside the mapper - MapReduce - [mail # user]
|
|
...Hi, You could check DistributedCache ( http://hadoop.apache.org/common/docs/stable/mapred_tutorial.html#DistributedCache). It would allow you to distribute data to the nodes where your...
|
|
|
Author: Hemanth Yamijala,
2012-09-10, 10:06
|
|
|
|