You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ro...@apache.org on 2013/09/20 18:39:52 UTC

svn commit: r1525049 - in /oozie/trunk: docs/src/site/twiki/CoordinatorFunctionalSpec.twiki docs/src/site/twiki/DG_HCatalogIntegration.twiki release-log.txt

Author: rohini
Date: Fri Sep 20 16:39:51 2013
New Revision: 1525049

URL: http://svn.apache.org/r1525049
Log:
OOZIE-1549 Update hcat documentation to mention hcatalog-pig-adapter jar (bowenzhangusa via rohini)

Modified:
    oozie/trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
    oozie/trunk/docs/src/site/twiki/DG_HCatalogIntegration.twiki
    oozie/trunk/release-log.txt

Modified: oozie/trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
URL: http://svn.apache.org/viewvc/oozie/trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki?rev=1525049&r1=1525048&r2=1525049&view=diff
==============================================================================
--- oozie/trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki (original)
+++ oozie/trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki Fri Sep 20 16:39:51 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/trunk/docs/src/site/twiki/DG_HCatalogIntegration.twiki
URL: http://svn.apache.org/viewvc/oozie/trunk/docs/src/site/twiki/DG_HCatalogIntegration.twiki?rev=1525049&r1=1525048&r2=1525049&view=diff
==============================================================================
--- oozie/trunk/docs/src/site/twiki/DG_HCatalogIntegration.twiki (original)
+++ oozie/trunk/docs/src/site/twiki/DG_HCatalogIntegration.twiki Fri Sep 20 16:39:51 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/trunk/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1525049&r1=1525048&r2=1525049&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Fri Sep 20 16:39:51 2013
@@ -32,6 +32,10 @@ OOZIE-1453 Change "frequency" to string 
 OOZIE-1447 Sqoop actions that don't launch a map reduce job fail with an IllegalArgumentException (jarcec via rkanter)
 OOZIE-1440 Build fails in certain environments due to xerces OpenJPA issue (mackrorysd via rkanter)
 
+-- 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)