Author: tucu
Date: Fri Apr 27 23:14:50 2012
New Revision: 1331630
URL: http://svn.apache.org/viewvc?rev=1331630&view=rev
Log:
OOZIE-823 datelist-java-main example has namenode harcoded in app path the
job.properties (tucu)
Modified:
incubator/oozie/trunk/examples/src/main/apps/datelist-java-main/job.properties
incubator/oozie/trunk/release-log.txt
Modified:
incubator/oozie/trunk/examples/src/main/apps/datelist-java-main/job.properties
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/datelist-java-main/job.properties?rev=1331630&r1=1331629&r2=1331630&view=diff
==============================================================================
---
incubator/oozie/trunk/examples/src/main/apps/datelist-java-main/job.properties
(original)
+++
incubator/oozie/trunk/examples/src/main/apps/datelist-java-main/job.properties
Fri Apr 27 23:14:50 2012
@@ -16,7 +16,7 @@
# limitations under the License.
#
-oozie.wf.application.path=hdfs://localhost:9000/user/${user.name}/examples/apps/java-main
+oozie.wf.application.path=hdfs://${nameNode}/user/${user.name}/examples/apps/java-main
jobTracker=localhost:9001
nameNode=hdfs://localhost:9000
queueName=default
Modified: incubator/oozie/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1331630&r1=1331629&r2=1331630&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Fri Apr 27 23:14:50 2012
@@ -1,5 +1,6 @@
-- Oozie 3.2.0 release
+OOZIE-823 datelist-java-main example has namenode harcoded in app path the
job.properties (tucu)
OOZIE-817 Fix the unreasonable definition of the schema to fs action (yians
via tucu)
OOZIE-820 OOZIE-820 Shell action to support env-var value with = sign (mona
via tucu)
OOZIE-813 Sub-workflow child job does not get group name even if parent
carries.(Mona via Mohammad)