Hi! I'm using JobControl (v. 1.0.3)  to chain two MapReduce applications. It 
works and creates output data, but it doesn't give me back information messages 
as number of mappers, number of records in input or in output, etc...

It only returns messages like this :
12/09/12 09:56:38 WARN mapred.JobClient: Use GenericOptionsParser for parsing 
the arguments. Applications should implement Tool for the same.
12/09/12 09:56:38 INFO input.FileInputFormat: Total input paths to process : 4

I tried to use ControlledJob's toString() method but it returns me only this 
kind of message:

job name:    songsort
job id:    jobctrl1
job state:    RUNNING
job mapred id:    job_201209120942_0005
job message:    just initialized
job has 1 dependeng jobs:
     depending job 0:    canzoni

Any idea to get back remainder infos?

Bye!
                                          

Reply via email to