[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13656666#comment-13656666
 ] 

Vinod Kumar Vavilapalli commented on MAPREDUCE-5222:
----------------------------------------------------

One more comment: JobClient.submitJob and submitJobInternal both have their 
signatures changed from MR1, we don't throw ClassNotFoundException and 
InterruptedException anymore, which isn't breaking anything. But somehow 
ClassNotFoundException thrown in the doAs in submitJob is not thrown/caught 
anymore. Can you please check how it is handled? The InterruptedException is 
caught and converted to IOException, which can perhaps be left like that.
                
> Fix JobClient incompatibilities with MR1
> ----------------------------------------
>
>                 Key: MAPREDUCE-5222
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5222
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 2.0.4-alpha
>            Reporter: Karthik Kambatla
>            Assignee: Karthik Kambatla
>         Attachments: mr-5222-2.patch, mr-5222.patch, mr-5222.patch, 
> mr-5222-rte.patch
>
>
> JobClient is missing the following two public methods we need to add for 
> binary compatibility:
> # static isJobDirValid(Path, FileSystem)
> # Path getStagingAreaDir()

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