| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
123 (0.089s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Error in 9000 and 9001 port in hadoop-0.20.2 - Hadoop - [mail # user]
|
|
...I had issue using IP address in XML files . You can try to use host names in the place of IP address . On Thu, Jul 28, 2011 at 5:22 PM, Doan Ninh wrote: ...
|
|
|
Author: madhu phatak,
2011-07-28, 12:07
|
|
|
Re: Submitting and running hadoop jobs Programmatically - Hadoop - [mail # user]
|
|
...Thank you Harsha . I am able to run the jobs by ditching *. On Wed, Jul 27, 2011 at 11:41 AM, Harsh J wrote: ...
|
|
|
Author: madhu phatak,
2011-07-28, 05:31
|
|
|
Re: Does hadoop local mode support running multiple jobs in different threads? - Hadoop - [mail # user]
|
|
...We already tested the similar scenario where each thread runs a separate Hadoop job. It works fine with local mode. But make sure that yo u don't too many parallel jobs because local mode so...
|
|
|
Author: madhu phatak,
2011-07-27, 11:00
|
|
|
Re: Writing out a single file - Hadoop - [mail # user]
|
|
...Always Map/Reduce jobs write to the HDFS. So you can use FS.copyToLocalFile API to copy the result into local systems On Tue, Jul 5, 2011 at 8:52 PM, James Seigel wrote: ...
|
|
|
Author: madhu phatak,
2011-07-27, 10:56
|
|
|
Re: Hadoop upgrade Java version - Hadoop - [mail # user]
|
|
...We are running on _24 and _26 without any problem. On Tue, Jul 19, 2011 at 6:33 PM, Isaac Dooley wrote: ...
|
|
|
Author: madhu phatak,
2011-07-27, 10:33
|
|
|
Re: error of loading logging class - Hadoop - [mail # user]
|
|
...Its the problem of multiple versions of same jar. On Thu, Jul 21, 2011 at 5:15 PM, Steve Loughran wrote: ...
|
|
|
Author: madhu phatak,
2011-07-27, 10:30
|
|
|
Re: Submitting and running hadoop jobs Programmatically - Hadoop - [mail # user]
|
|
...Thank you . Will have a look on it. On Wed, Jul 27, 2011 at 3:28 PM, Steve Loughran wrote: frog.svn.sourceforge.net/viewvc/smartfrog/trunk/core/hadoop-components/hado op-op...
|
|
|
Author: madhu phatak,
2011-07-27, 10:16
|
|
|
Re: Submitting and running hadoop jobs Programmatically - Hadoop - [mail # user]
|
|
...Hi I am submitting the job as follows java -cp Nectar-analytics-0.0.1-SNAPSHOT.jar:/home/hadoop/hadoop-for-nectar/hadoop-0.21.0/conf/*:$HADOOP_COMMON_HOME/lib/*:$HADOOP_COMMON_HO...
|
|
|
Author: madhu phatak,
2011-07-27, 04:55
|
|
|
Re: Submitting and running hadoop jobs Programmatically - Hadoop - [mail # user]
|
|
...I am using JobControl.add() to add a job and running job control in a separate thread and using JobControl.allFinished() to see all jobs completed or not . Is this work same as Job.submit()?...
|
|
|
Author: madhu phatak,
2011-07-26, 11:02
|
|
|
Re: Submitting and running hadoop jobs Programmatically - Hadoop - [mail # user]
|
|
...Hi I am using the same APIs but i am not able to run the jobs by just adding the configuration files and jars . It never create a job in Hadoop , it just shows cleaning up staging area...
|
|
|
Author: madhu phatak,
2011-07-26, 10:35
|
|
|
|