----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72711/ -----------------------------------------------------------
Review request for oozie. Bugs: OOZIE-3606 https://issues.apache.org/jira/browse/OOZIE-3606 Repository: oozie-git Description ------- In case we want to check file availability on abfss file system in scope of a decision node and we have access to that file system only using a key file which is password protected then currently we are blocked as we cannot allow configuring hadoop.security.credstore.java-keystore-provider.password-file globally. This is why this ticket is created to propose a solution for this issue: allow special file system configurations only for file system EL functions let them configure globally via oozie-site.xml and for every workflow independently Diffs ----- core/src/main/java/org/apache/oozie/ErrorCode.java 8f4e21d03 core/src/main/java/org/apache/oozie/action/hadoop/FsELFunctions.java 0f81d7633 core/src/main/resources/oozie-default.xml ab7b8d358 core/src/test/java/org/apache/oozie/action/hadoop/TestFsELFunctions.java 7b8187e0f docs/src/site/markdown/WorkflowFunctionalSpec.md 136f1d77c Diff: https://reviews.apache.org/r/72711/diff/1/ Testing ------- Thanks, Denes Bodo