Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
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.