Repository: falcon Updated Branches: refs/heads/master df10d5ac3 -> e7cdda742
FALCON-2031 Hcat Retention test cases are failing NoClassDefFoundError Please review the following pull request, in which we have added the "oozie.action.sharelib.for.java" = "hcatalog,hive" in eviction-action.xml to avoid the failure of HCat retention test cases with "NoClassDefFoundError" when using latest Hive. Author: peeyush b <[email protected]> Reviewers: Pallavi Rao <[email protected]>, Praveen Adlakha <[email protected]>, sandeep <[email protected]>, Balu <[email protected]> Closes #185 from peeyushb/FALCON-2031 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/e7cdda74 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/e7cdda74 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/e7cdda74 Branch: refs/heads/master Commit: e7cdda742f90744519f522fcf499f79debfeb945 Parents: df10d5a Author: Peeyush <[email protected]> Authored: Thu Jun 16 12:33:59 2016 +0530 Committer: peeyush b <[email protected]> Committed: Thu Jun 16 12:33:59 2016 +0530 ---------------------------------------------------------------------- lifecycle/src/main/resources/action/feed/eviction-action.xml | 2 +- oozie/src/main/resources/action/feed/eviction-action.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/e7cdda74/lifecycle/src/main/resources/action/feed/eviction-action.xml ---------------------------------------------------------------------- diff --git a/lifecycle/src/main/resources/action/feed/eviction-action.xml b/lifecycle/src/main/resources/action/feed/eviction-action.xml index 4ab67d2..bded1d6 100644 --- a/lifecycle/src/main/resources/action/feed/eviction-action.xml +++ b/lifecycle/src/main/resources/action/feed/eviction-action.xml @@ -31,7 +31,7 @@ <!-- HCatalog jars --> <property> <name>oozie.action.sharelib.for.java</name> - <value>hcatalog</value> + <value>hcatalog,hive</value> </property> <property> <name>oozie.launcher.oozie.libpath</name> http://git-wip-us.apache.org/repos/asf/falcon/blob/e7cdda74/oozie/src/main/resources/action/feed/eviction-action.xml ---------------------------------------------------------------------- diff --git a/oozie/src/main/resources/action/feed/eviction-action.xml b/oozie/src/main/resources/action/feed/eviction-action.xml index 4ab67d2..bded1d6 100644 --- a/oozie/src/main/resources/action/feed/eviction-action.xml +++ b/oozie/src/main/resources/action/feed/eviction-action.xml @@ -31,7 +31,7 @@ <!-- HCatalog jars --> <property> <name>oozie.action.sharelib.for.java</name> - <value>hcatalog</value> + <value>hcatalog,hive</value> </property> <property> <name>oozie.launcher.oozie.libpath</name>
