Author: kamrul
Date: Mon Oct 17 19:28:32 2011
New Revision: 1185341
URL: http://svn.apache.org/viewvc?rev=1185341&view=rev
Log:
OOZIE-568: distcp action return error code -1
Modified:
incubator/oozie/trunk/core/src/main/resources/oozie-default.xml
Modified: incubator/oozie/trunk/core/src/main/resources/oozie-default.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/main/resources/oozie-default.xml?rev=1185341&r1=1185340&r2=1185341&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/main/resources/oozie-default.xml (original)
+++ incubator/oozie/trunk/core/src/main/resources/oozie-default.xml Mon Oct 17
19:28:32 2011
@@ -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.