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

        

Reply via email to