You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "John George (Created) (JIRA)" <ji...@apache.org> on 2011/11/10 16:32:52 UTC

[jira] [Created] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
------------------------------------------------------------------------------------

                 Key: MAPREDUCE-3392
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 0.23.0, 0.24.0
            Reporter: John George
            Assignee: John George
            Priority: Blocker


Caused by: java.lang.NullPointerException
        at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
        at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
        at
org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
        at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
        at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "John George (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John George updated MAPREDUCE-3392:
-----------------------------------

    Attachment: MAPREDUCE-3392-0.23.patch

Moving the patch from MR-3380 to here since MR-3380 was filed to fix ResourceMgrDelegate .getDelegationToken().
                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147944#comment-13147944 ] 

Hudson commented on MAPREDUCE-3392:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1263 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1263/])
    MAPREDUCE-3392. Fixed Cluster's getDelegationToken's API to return null when there isn't a supported token. Contributed by John George.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200484
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/Cluster.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java

                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147952#comment-13147952 ] 

Hudson commented on MAPREDUCE-3392:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #162 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/162/])
    MAPREDUCE-3392. Fixed Cluster's getDelegationToken's API to return null when there isn't a supported token. Contributed by John George.            
svn merge -c r1200484 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200485
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/Cluster.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java

                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147970#comment-13147970 ] 

Hudson commented on MAPREDUCE-3392:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #174 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/174/])
    MAPREDUCE-3392. Fixed Cluster's getDelegationToken's API to return null when there isn't a supported token. Contributed by John George.            
svn merge -c r1200484 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200485
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/Cluster.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java

                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147794#comment-13147794 ] 

Hadoop QA commented on MAPREDUCE-3392:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12503239/MAPREDUCE-3392-0.23.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1290//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1290//console

This message is automatically generated.
                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "John George (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John George updated MAPREDUCE-3392:
-----------------------------------

    Status: Patch Available  (was: Open)
    
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148490#comment-13148490 ] 

Hudson commented on MAPREDUCE-3392:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #73 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/73/])
    MAPREDUCE-3392. Fixed Cluster's getDelegationToken's API to return null when there isn't a supported token. Contributed by John George.            
svn merge -c r1200484 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200485
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/Cluster.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java

                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "John George (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148714#comment-13148714 ] 

John George commented on MAPREDUCE-3392:
----------------------------------------

Could this be committed to 0.23.0 as well?
                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Alejandro Abdelnur (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147839#comment-13147839 ] 

Alejandro Abdelnur commented on MAPREDUCE-3392:
-----------------------------------------------

+1 (tested on trunk)
                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Vinod Kumar Vavilapalli (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147934#comment-13147934 ] 

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

Patch looks good. +1. Not that it helps oozie's cause much without MAPREDUCE-3380.
                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147942#comment-13147942 ] 

Hudson commented on MAPREDUCE-3392:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1337 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1337/])
    MAPREDUCE-3392. Fixed Cluster's getDelegationToken's API to return null when there isn't a supported token. Contributed by John George.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200484
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/Cluster.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java

                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147963#comment-13147963 ] 

Hudson commented on MAPREDUCE-3392:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1285 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1285/])
    MAPREDUCE-3392. Fixed Cluster's getDelegationToken's API to return null when there isn't a supported token. Contributed by John George.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200484
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/Cluster.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java

                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Vinod Kumar Vavilapalli (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kumar Vavilapalli updated MAPREDUCE-3392:
-----------------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23.1
     Release Note: Fixed Cluster's getDelegationToken's API to return null when there isn't a supported token.
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

I just committed this to trunk and branch-0.23. Thanks John!
                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Eli Collins (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Collins updated MAPREDUCE-3392:
-----------------------------------


This was included in branch-23.0 but not shipped as part of the 23.0 release.
                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Alejandro Abdelnur (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alejandro Abdelnur updated MAPREDUCE-3392:
------------------------------------------

    Issue Type: Sub-task  (was: Bug)
        Parent: MAPREDUCE-3101
    
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147955#comment-13147955 ] 

Hudson commented on MAPREDUCE-3392:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #163 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/163/])
    MAPREDUCE-3392. Fixed Cluster's getDelegationToken's API to return null when there isn't a supported token. Contributed by John George.            
svn merge -c r1200484 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200485
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/Cluster.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java

                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148484#comment-13148484 ] 

Hudson commented on MAPREDUCE-3392:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #894 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/894/])
    MAPREDUCE-3392. Fixed Cluster's getDelegationToken's API to return null when there isn't a supported token. Contributed by John George.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200484
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/Cluster.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java

                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148472#comment-13148472 ] 

Hudson commented on MAPREDUCE-3392:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #90 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/90/])
    MAPREDUCE-3392. Fixed Cluster's getDelegationToken's API to return null when there isn't a supported token. Contributed by John George.            
svn merge -c r1200484 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200485
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/Cluster.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java

                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3392) Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148464#comment-13148464 ] 

Hudson commented on MAPREDUCE-3392:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #860 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/860/])
    MAPREDUCE-3392. Fixed Cluster's getDelegationToken's API to return null when there isn't a supported token. Contributed by John George.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200484
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/Cluster.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java

                
> Cluster.getDelegationToken() throws NPE if client.getDelegationToken() returns null.
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3392
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3392
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: John George
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3392-0.23.patch
>
>
> Caused by: java.lang.NullPointerException
>         at org.apache.hadoop.mapreduce.Cluster.getDelegationToken(Cluster.java:399)
>         at org.apache.hadoop.mapred.JobClient.getDelegationToken(JobClient.java:1074)
>         at
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:139)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:810)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:551)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira