| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
155 (0.104s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Is there a way to get notificaiton when the job is failed? - MapReduce - [mail # user]
|
|
...Hi Rajiv, Thanks for the heads-up .... Looking at the JIRA, the gist is that with Hadoop 1.x, a badly configured job (like with short retry interval and/or large number of retrie...
|
|
|
Author: Hemanth Yamijala,
2012-09-06, 12:05
|
|
|
Re: Is there a way to get notificaiton when the job is failed? - MapReduce - [mail # user]
|
|
...Hi, I just tried it out on 1.0.x. It works fine. Thanks Hemanth On Thu, Sep 6, 2012 at 2:56 PM, WangRamon wrote: ...
|
|
|
Author: Hemanth Yamijala,
2012-09-06, 09:53
|
|
|
Re: Is there a way to get notificaiton when the job is failed? - MapReduce - [mail # user]
|
|
...Hi, There is a provision to get job end notifications for a mapreduce job via an HTTP call. You have to set a parameter called job.end.notification.url to a http address in your Job's ...
|
|
|
Author: Hemanth Yamijala,
2012-09-06, 09:13
|
|
|
Yarn defaults for local directories - MapReduce - [mail # user]
|
|
...Hi, Is there a reason why Yarn's directory paths are not defaulting to be relative to hadoop.tmp.dir. For e.g. yarn.nodemanager.local-dirs defaults to /tmp/nm-local-dir. Could it...
|
|
|
Author: Hemanth Yamijala,
2012-09-03, 12:09
|
|
|
Re: custom format - MapReduce - [mail # user]
|
|
...Hi, I found this while trying to see if such a FileFormat or Split already exists: http://bitsofinfo.wordpress.com/2009/11/01/reading-fixed-length-width-input-record-reader-with-hadoop...
|
|
|
Author: Hemanth Yamijala,
2012-09-03, 11:27
|
|
|
Re: Integrating hadoop with java UI application deployed on tomcat - MapReduce - [mail # user]
|
|
...Hi, If you are getting the LocalFileSystem, you could try by putting core-site.xml in a directory that's there in the classpath for the Tomcat App (or include such a path in the classp...
|
|
|
Author: Hemanth Yamijala,
2012-09-03, 10:41
|
|
|
Re: Hadoop in Pseudo-Distributed mode on Mac OS X 10.8 - MapReduce - [mail # user]
|
|
...The mapred.local.dir is local directories on the file system of slave nodes. In pseudo distributed mode, this would be your own machine. If you've specified any configuration for it, it shou...
|
|
|
Author: Hemanth Yamijala,
2012-08-31, 04:20
|
|
|
Re: Integrating hadoop with java UI application deployed on tomcat - MapReduce - [mail # user]
|
|
...Hi, The error is talking about hadoop configuration. So probably you need to put the hadoop core jar in the lib folder. That said, there might be other dependencies you might need as w...
|
|
|
Author: Hemanth Yamijala,
2012-08-30, 10:35
|
|
|
Re: Job does not run with EOFException - MapReduce - [mail # user]
|
|
...Maybe you have already done this, in which please ignore the suggestion. Can you run hadoop version using the hadoop script from the same location which is running the JobTracker and the cli...
|
|
|
Author: Hemanth Yamijala,
2012-08-29, 09:18
|
|
|
Re: MRBench Maps strange behaviour - MapReduce - [mail # user]
|
|
...Assume you are asking about what is the exact number of maps launched. If yes, then the output of the MRBench run is printing the counter "Launched map tasks". That is the exact value of map...
|
|
|
Author: Hemanth Yamijala,
2012-08-29, 08:31
|
|
|
|