Author: rohini
Date: Fri Sep 20 16:39:39 2013
New Revision: 1525048
URL: http://svn.apache.org/r1525048
Log:
OOZIE-1549 Update hcat documentation to mention hcatalog-pig-adapter jar
(bowenzhangusa via rohini)
Modified:
oozie/branches/branch-4.0/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
oozie/branches/branch-4.0/docs/src/site/twiki/DG_HCatalogIntegration.twiki
oozie/branches/branch-4.0/release-log.txt
Modified:
oozie/branches/branch-4.0/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
URL:
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki?rev=1525048&r1=1525047&r2=1525048&view=diff
==============================================================================
---
oozie/branches/branch-4.0/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
(original)
+++
oozie/branches/branch-4.0/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
Fri Sep 20 16:39:39 2013
@@ -2426,10 +2426,9 @@ coordinator action.
</workflow-app>
</blockquote>
-Ensure that the following jars are in classpath, with versions corresponding
to hcatalog installation:
-hcatalog-core.jar, webhcat-java-client.jar, hive-common.jar, hive-exec.jar,
hive-metastore.jar, hive-serde.jar,
-libfb303.jar and pig.jar. You can also specify the jars using =archive= tag.
The hive-site.xml needs to be
-provided using =file= tag.
+*Important*: Ensure that the required hcatalog jars and hive-site.xml are in
classpath, with versions corresponding to
+hcatalog installation. Refer
[[DG_HCatalogIntegration#HCatalogLibraries][HCatalog Libraries]] for the
different ways
+to place them in the hadoop job classpath.
*Example usage in Pig:*
Modified:
oozie/branches/branch-4.0/docs/src/site/twiki/DG_HCatalogIntegration.twiki
URL:
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/docs/src/site/twiki/DG_HCatalogIntegration.twiki?rev=1525048&r1=1525047&r2=1525048&view=diff
==============================================================================
--- oozie/branches/branch-4.0/docs/src/site/twiki/DG_HCatalogIntegration.twiki
(original)
+++ oozie/branches/branch-4.0/docs/src/site/twiki/DG_HCatalogIntegration.twiki
Fri Sep 20 16:39:39 2013
@@ -71,10 +71,12 @@ For example,
</dataset>
</verbatim>
+#HCatalogLibraries
---+++ HCatalog Libraries
-A workflow action interacting with HCatalog requires the following jars in the
classpath: hcatalog-core.jar,
-webhcat-java-client.jar, hive-common.jar, hive-exec.jar, hive-metastore.jar,
hive-serde.jar and libfb303.jar.
+A workflow action interacting with HCatalog requires the following jars in the
classpath:
+hcatalog-core.jar, hcatalog-pig-adapter.jar, webhcat-java-client.jar,
hive-common.jar, hive-exec.jar,
+hive-metastore.jar, hive-serde.jar and libfb303.jar.
hive-site.xml which has the configuration to talk to the HCatalog server also
needs to be in the classpath. The correct
version of HCatalog and hive jars should be placed in classpath based on the
version of HCatalog installed on the cluster.
Modified: oozie/branches/branch-4.0/release-log.txt
URL:
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/release-log.txt?rev=1525048&r1=1525047&r2=1525048&view=diff
==============================================================================
--- oozie/branches/branch-4.0/release-log.txt (original)
+++ oozie/branches/branch-4.0/release-log.txt Fri Sep 20 16:39:39 2013
@@ -1,3 +1,7 @@
+-- Oozie 4.0.1 release (unreleased)
+
+OOZIE-1549 Update hcat documentation to mention hcatalog-pig-adapter jar
(bowenzhangusa via rohini)
+
-- Oozie 4.0.0 release
OOZIE-1514 Rerunning a coordinator with no input dependencies puts actions in
WAITING instead of READY and proceeding (bowenzhangusa via mona)