Repository: falcon Updated Branches: refs/heads/master 966a5bf40 -> 18407844b
FALCON-1787 Ooozie pig-action.xml requires hive sharelib for HCatalog use. Contributed by Sowmya Ramesh. Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/18407844 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/18407844 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/18407844 Branch: refs/heads/master Commit: 18407844be6da0c869298a056897923d571c7212 Parents: 966a5bf Author: Ajay Yadava <[email protected]> Authored: Thu Feb 4 13:56:43 2016 +0530 Committer: Ajay Yadava <[email protected]> Committed: Thu Feb 4 13:56:43 2016 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ oozie/src/main/resources/action/process/pig-action.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/18407844/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 4b5d368..d1456a4 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -24,6 +24,8 @@ Trunk FALCON-1770 Update README file (Ajay Yadava) BUG FIXES + FALCON-1787 Ooozie pig-action.xml requires hive sharelib for HCatalog use(Sowmya Ramesh via Ajay Yadava) + FALCON-1792 Upgrade hadoop.version to 2.6.2 (Venkatesan Ramachandran via Peeyush Bishnoi) FALCON-1796 [HOTFIX] Incorrect parent pom in distro module(Ajay Yadava) http://git-wip-us.apache.org/repos/asf/falcon/blob/18407844/oozie/src/main/resources/action/process/pig-action.xml ---------------------------------------------------------------------- diff --git a/oozie/src/main/resources/action/process/pig-action.xml b/oozie/src/main/resources/action/process/pig-action.xml index 65b548c..8e23469 100644 --- a/oozie/src/main/resources/action/process/pig-action.xml +++ b/oozie/src/main/resources/action/process/pig-action.xml @@ -30,7 +30,7 @@ </property> <property> <name>oozie.action.sharelib.for.pig</name> - <value>pig,hcatalog</value> + <value>pig,hcatalog,hive</value> </property> </configuration> <script>#USER_WF_PATH#</script>
