-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37631/
-----------------------------------------------------------
Review request for Falcon.
Bugs: FALCON-1412
https://issues.apache.org/jira/browse/FALCON-1412
Repository: falcon-git
Description
-------
The root cause of the issue is that Falcon ELExpressions uses commons-lang3
which is not available in the class path of Apache Oozie (HDP will probably
have it).
To address this, we’ll have to change the assembly of Falcon a bit to add
commons-lang3 under ooze/libext. That way, users can copy all jars under
oozie/libext to <oozie-install-dir>/libext
Diffs
-----
oozie-el-extensions/pom.xml b914426
src/main/assemblies/distributed-package.xml 0b56572
src/main/assemblies/standalone-package.xml 40e6b99
Diff: https://reviews.apache.org/r/37631/diff/
Testing
-------
Manual testing done.
Thanks,
Pallavi Rao