OOZIE-2578 Oozie example distcp job fails to run within an encrypted zone with checksum match error (pbacsko via rkanter)
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>
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)