[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-09-05 Thread Robert Kanter (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14123481#comment-14123481
 ] 

Robert Kanter commented on OOZIE-1653:
--

+1

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Assignee: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, 
> OOZIE-1653.3.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-09-02 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14119180#comment-14119180
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:red}-1 COMPILE{color}
.{color:red}-1{color} HEAD does not compile
.{color:red}-1{color} patch does not compile
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color} - patch does not compile, cannot run testcases
{color:red}-1 DISTRO{color}
.{color:red}-1{color} distro tarball fails with the patch


{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1837/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Assignee: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, 
> OOZIE-1653.3.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-09-02 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14119130#comment-14119130
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:green}+1 TESTS{color}
.Tests run: 1512
{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:green}*+1 Overall result, good!, no -1s*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1819/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Assignee: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, 
> OOZIE-1653.3.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-09-02 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14119094#comment-14119094
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:red}-1 COMPILE{color}
.{color:red}-1{color} HEAD does not compile
.{color:red}-1{color} patch does not compile
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color} - patch does not compile, cannot run testcases
{color:red}-1 DISTRO{color}
.{color:red}-1{color} distro tarball fails with the patch


{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1826/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Assignee: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, 
> OOZIE-1653.3.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-09-02 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14119029#comment-14119029
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
.Tests run: 1512
.Tests failed: 6
.Tests errors: 2

.The patch failed the following testcases:

.  testMain(org.apache.oozie.action.hadoop.TestHiveMain)
.  testPigScript(org.apache.oozie.action.hadoop.TestPigMainWithOldAPI)
.  testPigScript(org.apache.oozie.action.hadoop.TestPigMain)
.  testEmbeddedPigWithinPython(org.apache.oozie.action.hadoop.TestPigMain)
.  testPig_withNullExternalID(org.apache.oozie.action.hadoop.TestPigMain)
.  
testConcurrencyReachedAndChooseNextEligible(org.apache.oozie.service.TestCallableQueueService)

{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1808/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Assignee: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, 
> OOZIE-1653.3.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-09-02 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14118985#comment-14118985
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
.Tests run: 1512
.Tests failed: 2
.Tests errors: 0

.The patch failed the following testcases:

.  
testMemoryUsageAndSpeed(org.apache.oozie.service.TestPartitionDependencyManagerService)
.  testSingleRecord(org.apache.oozie.servlet.TestBulkMonitorWebServiceAPI)

{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1797/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Assignee: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, 
> OOZIE-1653.3.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-09-02 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14118730#comment-14118730
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
.Tests run: 1512
.Tests failed: 5
.Tests errors: 2

.The patch failed the following testcases:

.  testMain(org.apache.oozie.action.hadoop.TestHiveMain)
.  testPigScript(org.apache.oozie.action.hadoop.TestPigMain)
.  testEmbeddedPigWithinPython(org.apache.oozie.action.hadoop.TestPigMain)
.  testPig_withNullExternalID(org.apache.oozie.action.hadoop.TestPigMain)
.  testPigScript(org.apache.oozie.action.hadoop.TestPigMainWithOldAPI)

{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1791/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Assignee: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, 
> OOZIE-1653.3.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-09-01 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14117945#comment-14117945
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
.Tests run: 1512
.Tests failed: 5
.Tests errors: 2

.The patch failed the following testcases:

.  testMain(org.apache.oozie.action.hadoop.TestHiveMain)
.  testPigScript(org.apache.oozie.action.hadoop.TestPigMainWithOldAPI)
.  testPigScript(org.apache.oozie.action.hadoop.TestPigMain)
.  testEmbeddedPigWithinPython(org.apache.oozie.action.hadoop.TestPigMain)
.  testPig_withNullExternalID(org.apache.oozie.action.hadoop.TestPigMain)

{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1785/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Assignee: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, 
> OOZIE-1653.3.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-09-01 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14117942#comment-14117942
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:green}+1 TESTS{color}
.Tests run: 1512
{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:green}*+1 Overall result, good!, no -1s*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1782/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Assignee: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, 
> OOZIE-1653.3.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-09-01 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14117250#comment-14117250
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:green}+1 TESTS{color}
.Tests run: 1512
{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:green}*+1 Overall result, good!, no -1s*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1779/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, 
> OOZIE-1653.3.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-08-29 Thread Robert Kanter (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14116110#comment-14116110
 ] 

Robert Kanter commented on OOZIE-1653:
--

Mostly looks good to me.  Three minor things:
# The test method, {{testRetryAllErroCode}}, has a typo in the name and should 
be {{testRetryAllErrorCode}}
# Can you update the oozie-site/default descriptions for 
{{oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext}} and 
{{oozie.service.LiteWorkflowStoreService.user.retry.error.code}} to mention the 
"ALL" special value?
# For thoroughness, the test should also cover the case where "ALL" is 
specified in {{oozie.service.LiteWorkflowStoreService.user.retry.error.code}}

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-08-25 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14110117#comment-14110117
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color} - patch does not compile, cannot run testcases
{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1682/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-08-22 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14107790#comment-14107790
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
.Tests run: 1509
.Tests failed: 6
.Tests errors: 3

.The patch failed the following testcases:

.  testPigScript(org.apache.oozie.action.hadoop.TestPigMainWithOldAPI)
.  testPigScript(org.apache.oozie.action.hadoop.TestPigMain)
.  testEmbeddedPigWithinPython(org.apache.oozie.action.hadoop.TestPigMain)
.  testPig_withNullExternalID(org.apache.oozie.action.hadoop.TestPigMain)
.  testMain(org.apache.oozie.action.hadoop.TestHiveMain)
.  
testSerialConcurrencyLimit(org.apache.oozie.service.TestCallableQueueService)

{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1673/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-08-22 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14107663#comment-14107663
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
.Tests run: 1509
.Tests failed: 8
.Tests errors: 3

.The patch failed the following testcases:

.  testMain(org.apache.oozie.action.hadoop.TestHiveMain)
.  testPigScript(org.apache.oozie.action.hadoop.TestPigMainWithOldAPI)
.  testPigScript(org.apache.oozie.action.hadoop.TestPigMain)
.  testEmbeddedPigWithinPython(org.apache.oozie.action.hadoop.TestPigMain)
.  testPig_withNullExternalID(org.apache.oozie.action.hadoop.TestPigMain)
.  
testCoordActionInputCheckXCommandUniqueness(org.apache.oozie.command.coord.TestCoordActionInputCheckXCommand)
.  
testConcurrencyReachedAndChooseNextEligible(org.apache.oozie.service.TestCallableQueueService)
.  
testPauseBundleAndCoordinator(org.apache.oozie.service.TestPauseTransitService)

{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1649/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-08-21 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106552#comment-14106552
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:green}+1 TESTS{color}
.Tests run: 1509
{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:green}*+1 Overall result, good!, no -1s*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1576/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2014-08-21 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105956#comment-14105956
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
132
.{color:green}+1{color} the patch does adds/modifies 1 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.{color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.{color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
.Tests run: 1509
.Tests failed: 1
.Tests errors: 0

.The patch failed the following testcases:

.  
testConcurrencyReachedAndChooseNextEligible(org.apache.oozie.service.TestCallableQueueService)

{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/1572/

> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.2.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2013-12-26 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13857094#comment-13857094
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local git workspace



{color:red}-1{color} Patch failed to apply to head of branch



> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2013-12-23 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13855495#comment-13855495
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local svn workspace



{color:red}-1{color} Patch failed to apply to head of branch



> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.1.patch, OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (OOZIE-1653) Support ALL to allowed error code of the user retry

2013-12-22 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13855471#comment-13855471
 ] 

Hadoop QA commented on OOZIE-1653:
--

Testing JIRA OOZIE-1653

Cleaning local svn workspace



{color:red}-1{color} Patch failed to apply to head of branch



> Support ALL to allowed error code of the user retry
> ---
>
> Key: OOZIE-1653
> URL: https://issues.apache.org/jira/browse/OOZIE-1653
> Project: Oozie
>  Issue Type: New Feature
>  Components: action
>Affects Versions: 4.0.0
>Reporter: Azrael
>Priority: Minor
> Attachments: OOZIE-1653.patch
>
>
> Action retry for all the errors if ALL is configured.
> oozie-site.xml
> {code:xml}
> oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext
> ALL
> {code}
> This feature make convenient to set error handle policy.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)