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

Mayank Bansal updated MAPREDUCE-3026:
-------------------------------------

    Release Note:   (was: There are two changes which needs to be done in order 
to fix the Null Pointer Exception.
1. Job tracker was not setting the job statuses for the leaf queues, so we need 
to fix the job tracker to set the running job statuses for the leaf queues.
2. When we are decserializing the jobqueueInfo object at the client side then 
it was actually expecting the jobqueueInfo object however from the Queinfo 
class we were passing the Queinfo object which needs to be changed to 
jobqueueInfo object.)

There are two changes which needs to be done in order to fix the Null Pointer 
Exception.
1. Job tracker was not setting the job statuses for the leaf queues, so we need 
to fix the job tracker to set the running job statuses for the leaf queues.
2. When we are decserializing the jobqueueInfo object at the client side then 
it was actually expecting the jobqueueInfo object however from the Queinfo 
class we were passing the Queinfo object which needs to be changed to 
jobqueueInfo object.

> When user adds hierarchical queues to the cluster, mapred queue -list returns 
> NULL Pointer Exception
> ----------------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3026
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3026
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: jobtracker
>    Affects Versions: 0.22.0
>            Reporter: Mayank Bansal
>              Labels: patch
>             Fix For: 0.22.0
>
>         Attachments: patch-22
>
>
> When User adds the hierarchical queues, and try to see them from the command 
> line using 
> mapred queue -list 
> It returns Null Pointer Exception.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to