You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2011/09/08 07:17:09 UTC

[jira] [Created] (OOZIE-323) GH-510: credentialsConf should be initialized without loading default

GH-510: credentialsConf should be initialized without loading default
---------------------------------------------------------------------

                 Key: OOZIE-323
                 URL: https://issues.apache.org/jira/browse/OOZIE-323
             Project: Oozie
          Issue Type: Bug
            Reporter: Hadoop QA


"false" should be given to constructor when initialize JobConf.

            // Adding if action need to set more credential tokens
            JobConf credentialsConf = new JobConf(false);
            XConfiguration.copy(actionConf, credentialsConf);
            setCredentialTokens(credentialsConf, context, action, credentialsProperties);

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

        

[jira] [Commented] (OOZIE-323) GH-510: credentialsConf should be initialized without loading default

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

Hadoop QA commented on OOZIE-323:
---------------------------------

angelokh remarked:
Closed by 727ec9311aa0a95126d2a7f6cb16dd15e0861a51 credentialsConf should be initialized without loading defaults

> GH-510: credentialsConf should be initialized without loading default
> ---------------------------------------------------------------------
>
>                 Key: OOZIE-323
>                 URL: https://issues.apache.org/jira/browse/OOZIE-323
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> "false" should be given to constructor when initialize JobConf.
>             // Adding if action need to set more credential tokens
>             JobConf credentialsConf = new JobConf(false);
>             XConfiguration.copy(actionConf, credentialsConf);
>             setCredentialTokens(credentialsConf, context, action, credentialsProperties);

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

        

[jira] [Closed] (OOZIE-323) GH-510: credentialsConf should be initialized without loading default

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik closed OOZIE-323.
----------------------------------

    Resolution: Fixed

> GH-510: credentialsConf should be initialized without loading default
> ---------------------------------------------------------------------
>
>                 Key: OOZIE-323
>                 URL: https://issues.apache.org/jira/browse/OOZIE-323
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> "false" should be given to constructor when initialize JobConf.
>             // Adding if action need to set more credential tokens
>             JobConf credentialsConf = new JobConf(false);
>             XConfiguration.copy(actionConf, credentialsConf);
>             setCredentialTokens(credentialsConf, context, action, credentialsProperties);

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