shenyinjie created MAPREDUCE-6716:
-------------------------------------

             Summary: Shell command "mapred job -list" show wrong time format 
                 Key: MAPREDUCE-6716
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6716
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: client
    Affects Versions: 2.6.0
         Environment: centos6.5 x64
hadoop 2.6.0 /hadoop2.8.0
            Reporter: shenyinjie
            Priority: Minor
             Fix For: 2.8.0


when client excute shell "mapred job -list",
the result shows " job's startTime"  ,but it is a long type;
   ...writer.printf(dataPattern,  job.getJobID().toString(), job.getState(), 
job.getStartTime(),...
 found that "job.getStartTime()"  is long type, and should be converted to date 
format。



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to