Re: Submitting mapreduce and nothing happens

2013-04-17 Thread Amit Sela
Input path includes data in it. I also tried job.waitFromComplete(true) but it acts exactly the same. For what it's worth, in the staging dir in hdfs I do see empty (or cleaned up) folders created with the correct JT ID and with an incremented count: job_201304150711_01, job_201304150711_02job_

Re: Submitting mapreduce and nothing happens

2013-04-16 Thread Zizon Qiu
try use job.waitFromComplete(true) instead of job.submit(). it should show more details. On Mon, Apr 15, 2013 at 6:06 PM, Amit Sela wrote: > Hi all, > > I'm trying to submit a mapreduce job remotely using job.submit() > > I get the following: > > [WARN ] org.apache.hadoop.mapred.JobClient

Re: Submitting mapreduce and nothing happens

2013-04-16 Thread Azuryy Yu
do you have data exists on your input path? On Wed, Apr 17, 2013 at 1:18 AM, Amit Sela wrote: > Nothing on JT log, but as I mentioned I see this in the client log: > > [WARN ] org.apache.hadoop.mapred.JobClient » Use > GenericOptionsParser for parsing the arguments. Applications should >

Re: Submitting mapreduce and nothing happens

2013-04-16 Thread Amit Sela
Nothing on JT log, but as I mentioned I see this in the client log: [WARN ] org.apache.hadoop.mapred.JobClient » Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same. [INFO ] org.apache.hadoop.mapred.JobClient » Cleaning up the staging are

Re: Submitting mapreduce and nothing happens

2013-04-16 Thread Bejoy Ks
Hi Amit Are you seeing any errors or warnings on JT logs? Regards Bejoy KS

Re: Submitting mapreduce and nothing happens

2013-04-15 Thread Amit Sela
Reading my own message I understand that maybe it's not clear so just to clarify - the previously mentioned JT ID is indeed the correct ID. Thanks. On Apr 15, 2013 4:35 PM, "Amit Sela" wrote: > This is the JT ID and there is no problem running jobs from command line, > just remote. > On Apr 15, 2

Re: Submitting mapreduce and nothing happens

2013-04-15 Thread Amit Sela
This is the JT ID and there is no problem running jobs from command line, just remote. On Apr 15, 2013 4:24 PM, "Harsh J" wrote: > Thats interesting; is the JT you're running on the cluster started > with the ID 201304150711 or something else? > > On Mon, Apr 15, 2013 at 6:47 PM, Amit Sela wrote

Re: Submitting mapreduce and nothing happens

2013-04-15 Thread Harsh J
Thats interesting; is the JT you're running on the cluster started with the ID 201304150711 or something else? On Mon, Apr 15, 2013 at 6:47 PM, Amit Sela wrote: > The client prints the two lines I posted and the cluster shows nothing. Not > even incrementing the number of submitted jobs. > > On A

Re: Submitting mapreduce and nothing happens

2013-04-15 Thread Amit Sela
The client prints the two lines I posted and the cluster shows nothing. Not even incrementing the number of submitted jobs. On Apr 15, 2013 4:10 PM, "Harsh J" wrote: > When you say "nothing happens"; where exactly do you mean? The client > doesn't print anything, or the cluster doesn't run anythi

Re: Submitting mapreduce and nothing happens

2013-04-15 Thread Harsh J
When you say "nothing happens"; where exactly do you mean? The client doesn't print anything, or the cluster doesn't run anything? On Mon, Apr 15, 2013 at 3:36 PM, Amit Sela wrote: > Hi all, > > I'm trying to submit a mapreduce job remotely using job.submit() > > I get the following: > > [WARN ]

Submitting mapreduce and nothing happens

2013-04-15 Thread Amit Sela
Hi all, I'm trying to submit a mapreduce job remotely using job.submit() I get the following: [WARN ] org.apache.hadoop.mapred.JobClient » Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same. [INFO ] org.apache.hadoop.mapred.JobClient »