Repository: oozie Updated Branches: refs/heads/branch-4.0 aa8dba73e -> eeb2c7822
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/eeb2c782 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/eeb2c782 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/eeb2c782 Branch: refs/heads/branch-4.0 Commit: eeb2c78224705b63daea41668575b81dfde24d32 Parents: aa8dba7 Author: Rohini Palaniswamy <[email protected]> Authored: Thu Mar 20 16:33:43 2014 -0700 Committer: Rohini Palaniswamy <[email protected]> Committed: Thu Mar 20 16:33:43 2014 -0700 ---------------------------------------------------------------------- hcataloglibs/hcatalog-0.5/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/eeb2c782/hcataloglibs/hcatalog-0.5/pom.xml ---------------------------------------------------------------------- diff --git a/hcataloglibs/hcatalog-0.5/pom.xml b/hcataloglibs/hcatalog-0.5/pom.xml index c18cebc..41dad5c 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>
