You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by mo...@apache.org on 2012/11/30 04:30:17 UTC

svn commit: r1415487 - in /oozie/branches/hcat-intre: release-log.txt resourcelib/ resourcelib/README resourcelib/hcatalog-0.4.1.jar

Author: mona
Date: Fri Nov 30 03:30:16 2012
New Revision: 1415487

URL: http://svn.apache.org/viewvc?rev=1415487&view=rev
Log:
OOZIE-1095 Add HCatalog jar as resource for building (mona)

Added:
    oozie/branches/hcat-intre/resourcelib/
    oozie/branches/hcat-intre/resourcelib/README
    oozie/branches/hcat-intre/resourcelib/hcatalog-0.4.1.jar   (with props)
Modified:
    oozie/branches/hcat-intre/release-log.txt

Modified: oozie/branches/hcat-intre/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/branches/hcat-intre/release-log.txt?rev=1415487&r1=1415486&r2=1415487&view=diff
==============================================================================
--- oozie/branches/hcat-intre/release-log.txt (original)
+++ oozie/branches/hcat-intre/release-log.txt Fri Nov 30 03:30:16 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.4.0 release (trunk - unreleased)
 
+OOZIE-1095 Add HCatalog jar as resource for building (mona)
 OOZIE-1105 Resolve issues found during integration(mohammad)
 OOZIE-1096 Update wfgen README.txt to have the TLP mailing list (jun aoki via rkanter)
 OOZIE-1015 HadoopAccessorService jobtracker validation should not have hardcoded conf key (mona)

Added: oozie/branches/hcat-intre/resourcelib/README
URL: http://svn.apache.org/viewvc/oozie/branches/hcat-intre/resourcelib/README?rev=1415487&view=auto
==============================================================================
--- oozie/branches/hcat-intre/resourcelib/README (added)
+++ oozie/branches/hcat-intre/resourcelib/README Fri Nov 30 03:30:16 2012
@@ -0,0 +1,13 @@
+Build instructions
+==================
+
+Oozie's ability to process JMS messages produced by HCatalog about partitions, depends on hcatalog-0.4.1 jar. This jar is packaged as a resource with this Oozie tarball, since it is not yet available via the central maven repo. Place this JAR at a suitable location and use that path in the command below
+
+Step 1: Upload the HCatalog jar to local maven cache
+
+mvn install:install-file -Dfile=<path-to-hcat-jar-file> -DgroupId=org.apache.hcatalog -DartifactId=hcatalog-core -Dversion=0.4.1 -Dpackaging=jar
+
+Step 2: Build Oozie distro with this hcatalog.version=0.4.1 (since default in POM is 0.5.0-SNAPSHOT)
+$OOZIE_HOME/bin/mkdistro.sh -Dhcatalog.version=0.4.1 -DskipTests
+
+Step 3: Follow usual instructions on Apache Oozie docs of setting up and running the Oozie server

Added: oozie/branches/hcat-intre/resourcelib/hcatalog-0.4.1.jar
URL: http://svn.apache.org/viewvc/oozie/branches/hcat-intre/resourcelib/hcatalog-0.4.1.jar?rev=1415487&view=auto
==============================================================================
Binary file - no diff available.

Propchange: oozie/branches/hcat-intre/resourcelib/hcatalog-0.4.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream