You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by rk...@apache.org on 2016/06/24 21:15:17 UTC

oozie git commit: OOZIE-2578 Oozie example distcp job fails to run within an encrypted zone with checksum match error (pbacsko via rkanter)

Repository: oozie
Updated Branches:
  refs/heads/master 80d84f109 -> 1c4d56164


OOZIE-2578 Oozie example distcp job fails to run within an encrypted zone with checksum match error (pbacsko via rkanter)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/1c4d5616
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/1c4d5616
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/1c4d5616

Branch: refs/heads/master
Commit: 1c4d56164ed2ea787cddaecd27b1e4ee6e2b3ab5
Parents: 80d84f1
Author: Robert Kanter <rk...@cloudera.com>
Authored: Fri Jun 24 14:15:06 2016 -0700
Committer: Robert Kanter <rk...@cloudera.com>
Committed: Fri Jun 24 14:15:06 2016 -0700

----------------------------------------------------------------------
 examples/src/main/apps/distcp/workflow.xml | 2 ++
 release-log.txt                            | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/1c4d5616/examples/src/main/apps/distcp/workflow.xml
----------------------------------------------------------------------
diff --git a/examples/src/main/apps/distcp/workflow.xml b/examples/src/main/apps/distcp/workflow.xml
index a7f0aa4..6deecb3 100644
--- a/examples/src/main/apps/distcp/workflow.xml
+++ b/examples/src/main/apps/distcp/workflow.xml
@@ -30,6 +30,8 @@
                     <value>${queueName}</value>
                 </property>
             </configuration>
+            <arg>-update</arg>
+            <arg>-skipcrccheck</arg>
             <arg>${nameNode}/user/${wf:user()}/${examplesRoot}/input-data/text/data.txt</arg>
             <arg>${nameNode}/user/${wf:user()}/${examplesRoot}/output-data/${outputDir}/data.txt</arg>
             </distcp>

http://git-wip-us.apache.org/repos/asf/oozie/blob/1c4d5616/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 173e882..8612854 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.0 release (trunk - unreleased)
 
+OOZIE-2578 Oozie example distcp job fails to run within an encrypted zone with checksum match error (pbacsko via rkanter)
 OOZIE-2362 SQL injection in BulkJPAExecutor (pbacsko via rkanter)
 OOZIE-2577 Flaky tests TestCoordActionInputCheckXCommand.testTimeout and testTimeoutWithException (pbacsko via rkanter)
 OOZIE-2570 remove -PtestPatchCompile from patch testing as there is no such profile (gezapeti via rkanter)