Hi, We configure a org.apache.hadoop.mapreduce.Job, and then call job.submit(). The job starts running on the cluster. At this point, we need to log/store the job id of the submitted job. But calling job.getJobID() returns null, for our instance of the job! Is there another way to do this?
We recently shifted to using 0.20.203. job.getJobID() used to work in 0.19.... Thanks, Meghana
