You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by an...@apache.org on 2012/01/06 22:58:17 UTC

svn commit: r1228448 - /incubator/oozie/branches/3.1/core/src/main/resources/oozie-default.xml

Author: angeloh
Date: Fri Jan  6 21:58:16 2012
New Revision: 1228448

URL: http://svn.apache.org/viewvc?rev=1228448&view=rev
Log:
OOZIE-568: distcp action return error code -1

Modified:
    incubator/oozie/branches/3.1/core/src/main/resources/oozie-default.xml

Modified: incubator/oozie/branches/3.1/core/src/main/resources/oozie-default.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/core/src/main/resources/oozie-default.xml?rev=1228448&r1=1228447&r2=1228448&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/core/src/main/resources/oozie-default.xml (original)
+++ incubator/oozie/branches/3.1/core/src/main/resources/oozie-default.xml Fri Jan  6 21:58:16 2012
@@ -1369,6 +1369,7 @@
             JA009,
             JA017,
             JA018,
+            JA019,
             FS009,
             FS008
         </value>
@@ -1376,6 +1377,7 @@
             Automatic retry interval for workflow action is handled for these specified error code:
             FS009, FS008 is file exists error when using chmod in fs action.
             JA018 is output directory exists error in workflow map-reduce action.
+            JA019 is error while executing distcp action.
             JA017 is job not exists error in action executor.
             JA008 is FileNotFoundException in action executor.
             JA009 is IOException in action executor.