Repository: oozie Updated Branches: refs/heads/master addcaaf4c -> 85919caab
OOZIE-1549 Update hcat documentation to mention hcatalog-pig-adapter jar (bowenzhangusa via rohini) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/85919caa Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/85919caa Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/85919caa Branch: refs/heads/master Commit: 85919caab4b5cf3231cfaaf7bf0622240f31735c Parents: addcaaf Author: Rohini Palaniswamy <[email protected]> Authored: Thu Mar 20 16:33:07 2014 -0700 Committer: Rohini Palaniswamy <[email protected]> Committed: Thu Mar 20 16:33:07 2014 -0700 ---------------------------------------------------------------------- hcataloglibs/hcatalog-0.5/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/85919caa/hcataloglibs/hcatalog-0.5/pom.xml ---------------------------------------------------------------------- diff --git a/hcataloglibs/hcatalog-0.5/pom.xml b/hcataloglibs/hcatalog-0.5/pom.xml index 457874d..2a65da9 100644 --- a/hcataloglibs/hcatalog-0.5/pom.xml +++ b/hcataloglibs/hcatalog-0.5/pom.xml @@ -193,6 +193,12 @@ <scope>compile</scope> </dependency> + <dependency> + <groupId>org.apache.hcatalog</groupId> + <artifactId>hcatalog-pig-adapter</artifactId> + <version>0.5.0-incubating</version> + </dependency> + </dependencies> <build>
