Abhishek Gayakwad created HADOOP-9403:
-----------------------------------------

             Summary: in case of zero map jobs map completion graph is broken
                 Key: HADOOP-9403
                 URL: https://issues.apache.org/jira/browse/HADOOP-9403
             Project: Hadoop Common
          Issue Type: Bug
    Affects Versions: 0.20.2
            Reporter: Abhishek Gayakwad
            Priority: Minor


In case of zero map jobs (normal case in hive MR jobs) jobs completion map is 
broken on jobDetails.jsp. 
THis doesn't happen in case of reduce because we have a check saying if 
job.getTasks(TaskType.REDUCE).length > 0 then only show reduce completion graph

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to