[ 
https://issues.apache.org/jira/browse/HADOOP-9403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Abhishek Gayakwad updated HADOOP-9403:
--------------------------------------

    Description: 
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

  was:
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

    
> 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
>         Attachments: map-completion-graph-broken.jpg
>
>
> 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