[ 
https://issues.apache.org/jira/browse/OOZIE-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bowen Zhang updated OOZIE-1349:
-------------------------------

    Description: under main method in OozieCLI.java, instead of calling 
System.getProperties().contains(AuthOozieClient.USE_AUTH_TOKEN_CACHE_SYS_PROP), 
we should call containsKey since we are checking if the key is set or not, not 
if the value is set or not.
    
> oozieCLI -Doozie.auth.token.cache doesn't work
> ----------------------------------------------
>
>                 Key: OOZIE-1349
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1349
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Bowen Zhang
>            Assignee: Bowen Zhang
>
> under main method in OozieCLI.java, instead of calling 
> System.getProperties().contains(AuthOozieClient.USE_AUTH_TOKEN_CACHE_SYS_PROP),
>  we should call containsKey since we are checking if the key is set or not, 
> not if the value is set or not.

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