[jira] [Created] (OOZIE-2016) ShareLibService should create filesystem from path

2014-09-22 Thread Shwetha G S (JIRA)
Shwetha G S created OOZIE-2016: -- Summary: ShareLibService should create filesystem from path Key: OOZIE-2016 URL: https://issues.apache.org/jira/browse/OOZIE-2016 Project: Oozie Issue Type: Bug

[jira] [Updated] (OOZIE-2016) ShareLibService should create filesystem from path

2014-09-22 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated OOZIE-2016: --- Description: Currently, setting sharelib path to

Re: Review Request 25788: OOZIE-2009 Requeue CoordActionInputCheck in case of permission error

2014-09-22 Thread Ryota Egashira
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25788/ --- (Updated Sept. 22, 2014, 5:13 p.m.) Review request for oozie and Purshotam

[jira] [Commented] (OOZIE-1932) Services should load CallableQueueService after MemoryLocksService

2014-09-22 Thread Mona Chitnis (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143595#comment-14143595 ] Mona Chitnis commented on OOZIE-1932: - {quote} . -1 the patch does not add/modify any

[jira] [Created] (OOZIE-2017) On startup, StatusTransitService can resume Coordinators that were in PREPSUSPENDED

2014-09-22 Thread Robert Kanter (JIRA)
Robert Kanter created OOZIE-2017: Summary: On startup, StatusTransitService can resume Coordinators that were in PREPSUSPENDED Key: OOZIE-2017 URL: https://issues.apache.org/jira/browse/OOZIE-2017

[jira] [Commented] (OOZIE-2017) On startup, StatusTransitService can resume Coordinators that were in PREPSUSPENDED

2014-09-22 Thread Robert Kanter (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143677#comment-14143677 ] Robert Kanter commented on OOZIE-2017: -- I did some digging and it looks like the

[jira] [Updated] (OOZIE-1980) Sql error should not fail coord job

2014-09-22 Thread Purshotam Shah (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Purshotam Shah updated OOZIE-1980: -- Attachment: OOZIE-1980-V4.patch Sql error should not fail coord job

[jira] [Updated] (OOZIE-2017) On startup, StatusTransitService can resume Coordinators that were in PREPSUSPENDED

2014-09-22 Thread Robert Kanter (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Kanter updated OOZIE-2017: - Description: You can reproduce this issue easily: # Submit a coordinator job that starts in the

[jira] [Updated] (OOZIE-2017) On startup, StatusTransitService can transition Coordinators that were in PREPSUSPENDED to RUNNING

2014-09-22 Thread Robert Kanter (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Kanter updated OOZIE-2017: - Summary: On startup, StatusTransitService can transition Coordinators that were in PREPSUSPENDED

[jira] [Updated] (OOZIE-2017) On startup, StatusTransitService can transition Coordinators that were in PREPSUSPENDED to RUNNING

2014-09-22 Thread Robert Kanter (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Kanter updated OOZIE-2017: - Priority: Critical (was: Major) On startup, StatusTransitService can transition Coordinators

[jira] [Updated] (OOZIE-2017) On startup, StatusTransitService can transition Coordinators that were in PREPSUSPENDED to RUNNING

2014-09-22 Thread Robert Kanter (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Kanter updated OOZIE-2017: - Attachment: OOZIE-2017.patch The patch uses the solution I suggested above. I've verified that

[jira] [Updated] (OOZIE-2017) On startup, StatusTransitService can transition Coordinators that were in PREPSUSPENDED to RUNNING

2014-09-22 Thread Robert Kanter (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Kanter updated OOZIE-2017: - Attachment: OOZIE-2017.patch I forgot to update the name of the test. On startup,

Re: issue after OOZIE-1807

2014-09-22 Thread bowen zhang
I look through the code. In statustransitService, if a bundle job's coord child fails to submit, it will kill the bundle job all together. However, since kill command kills children asynchronously, checkterminalstatus will return false and the checkrunningstatus function will make the bundle

[jira] [Updated] (OOZIE-1940) StatusTransitService has race condition

2014-09-22 Thread Purshotam Shah (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Purshotam Shah updated OOZIE-1940: -- Attachment: OOZIE-1940-V7.patch StatusTransitService has race condition

[jira] [Updated] (OOZIE-1932) Services should load CallableQueueService after MemoryLocksService

2014-09-22 Thread Mona Chitnis (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mona Chitnis updated OOZIE-1932: Attachment: OOZIE-1932-4-amendment.patch {code} 2014-09-22 22:02:34,148 INFO ShareLibService:539

Re: Review Request 25066: OOZIE-1728 When an ApplicationMaster restarts, it restarts the launcher job: DistCp followup

2014-09-22 Thread Robert Kanter
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25066/#review54200 --- Ship it! Ship It! - Robert Kanter On Sept. 15, 2014, 11:20

[jira] [Commented] (OOZIE-1950) Coordinator job info should support timestamp (nominal time)

2014-09-22 Thread Purshotam Shah (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143973#comment-14143973 ] Purshotam Shah commented on OOZIE-1950: --- Oozie Cli help doesn't print information on

[jira] [Commented] (OOZIE-1793) Improve find bugs reporting for Oozie

2014-09-22 Thread Robert Kanter (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143977#comment-14143977 ] Robert Kanter commented on OOZIE-1793: -- I think dropping 1.6 support is something we

[jira] [Commented] (OOZIE-1980) Sql error should not fail coord job

2014-09-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144061#comment-14144061 ] Hadoop QA commented on OOZIE-1980: -- Testing JIRA OOZIE-1980 Cleaning local git workspace

[jira] [Commented] (OOZIE-1940) StatusTransitService has race condition

2014-09-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144084#comment-14144084 ] Hadoop QA commented on OOZIE-1940: -- Testing JIRA OOZIE-1940 Cleaning local git workspace

[jira] [Commented] (OOZIE-1940) StatusTransitService has race condition

2014-09-22 Thread Purshotam Shah (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144109#comment-14144109 ] Purshotam Shah commented on OOZIE-1940: --- Test cases failures are unrelated.

[jira] [Created] (OOZIE-2018) Coordinator materialization problems with cron syntax

2014-09-22 Thread Robert Kanter (JIRA)
Robert Kanter created OOZIE-2018: Summary: Coordinator materialization problems with cron syntax Key: OOZIE-2018 URL: https://issues.apache.org/jira/browse/OOZIE-2018 Project: Oozie Issue

Build failed in Jenkins: oozie-trunk-precommit-build #2002

2014-09-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/oozie-trunk-precommit-build/2002/ -- [...truncated 16299 lines...] [INFO] already added, skipping [INFO] share already added, skipping [INFO] share/lib already added, skipping [INFO] already added, skipping [INFO] share

Build failed in Jenkins: oozie-trunk-precommit-build #2003

2014-09-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/oozie-trunk-precommit-build/2003/ -- [...truncated 15598 lines...] [INFO] already added, skipping [INFO] share already added, skipping [INFO] share/lib already added, skipping [INFO] already added, skipping [INFO] share

[jira] [Commented] (OOZIE-1793) Improve find bugs reporting for Oozie

2014-09-22 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144396#comment-14144396 ] Shwetha G S commented on OOZIE-1793: {{mvn clean verify}} Improve find bugs

[jira] [Commented] (OOZIE-1567) Provide a wait tool in Oozie

2014-09-22 Thread Purshotam Shah (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144403#comment-14144403 ] Purshotam Shah commented on OOZIE-1567: --- +1 Provide a wait tool in Oozie