You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "jiang jie (JIRA)" <ji...@apache.org> on 2013/07/31 07:03:48 UTC

[jira] [Commented] (TEZ-315) MRRSleepJob does not handle finding a null path to jar containing MRRSleepJob.class

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

jiang jie commented on TEZ-315:
-------------------------------

  @Hitesh,  I'd like to work on this issue. Is there anyone else working on it .

  the basic idea described below:

    String jarPath = ClassUtil.findContainingJar(getClass());
    // handle finding a null path to jar containing MRRSleepJob.class
    if (jarPath == null) {
        System.err.println("can not find any jar containing MRRSleepJob.class in the classpath,please check it");
        System.exit(3);
    } 
                
> MRRSleepJob does not handle finding a null path to jar containing MRRSleepJob.class
> -----------------------------------------------------------------------------------
>
>                 Key: TEZ-315
>                 URL: https://issues.apache.org/jira/browse/TEZ-315
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>              Labels: TEZ-0.2.0
>


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