[jira] [Comment Edited] (OOZIE-1341) Have Action Main classes in Oozie webapp

2013-04-24 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13641091#comment-13641091 ] Virag Kothari edited comment on OOZIE-1341 at 4/24/13 10:46 PM:

[jira] [Created] (OOZIE-1342) Remove when sharelib related refactoring is complete

2013-04-24 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1342: Summary: Remove when sharelib related refactoring is complete Key: OOZIE-1342 URL: https://issues.apache.org/jira/browse/OOZIE-1342 Project: Oozie Issue Ty

[jira] [Updated] (OOZIE-1341) Have Action Main classes in Oozie webapp

2013-04-24 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1341: - Attachment: OOZIE-1341.patch > Have Action Main classes in Oozie webapp > ---

[jira] [Commented] (OOZIE-1341) Have Action Main classes in Oozie webapp

2013-04-24 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13641091#comment-13641091 ] Virag Kothari commented on OOZIE-1341: -- Rb link: https://reviews.apache.org/r/10410

[jira] [Commented] (OOZIE-1146) FileSystem used by prepare sections should use the configuration of the action

2013-04-24 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13640849#comment-13640849 ] Virag Kothari commented on OOZIE-1146: -- +1 > FileSystem used by prep

[jira] [Created] (OOZIE-1341) Have Action Main classes in Oozie webapp

2013-04-24 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1341: Summary: Have Action Main classes in Oozie webapp Key: OOZIE-1341 URL: https://issues.apache.org/jira/browse/OOZIE-1341 Project: Oozie Issue Type: Bug

[jira] [Commented] (OOZIE-1337) HadoopAccessorService has two static methods so you can't override them with another implementation

2013-04-23 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13639808#comment-13639808 ] Virag Kothari commented on OOZIE-1337: -- Just committed OOZIE-1333. Sorry for the dela

[jira] [Updated] (OOZIE-1333) Some testcases related to EventHandlerService are failing in a transient way

2013-04-22 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1333: - Attachment: OOZIE-1333.patch Patch sets the eventsConfigured to false in destroy() Also, convert

[jira] [Commented] (OOZIE-1329) fix coverage org.apache.oozie.tools

2013-04-18 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13635896#comment-13635896 ] Virag Kothari commented on OOZIE-1329: -- Will review this soon > fix

[jira] [Commented] (OOZIE-1328) Cover package org.apache.oozie.cli with unit tests

2013-04-18 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13635894#comment-13635894 ] Virag Kothari commented on OOZIE-1328: -- As this is a big patch, can you upload the pa

[jira] [Updated] (OOZIE-1331) URIHandlerService not allowing relative path for URI's

2013-04-17 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1331: - Attachment: OOZIE-1331.patch > URIHandlerService not allowing relative path for URI's > -

[jira] [Resolved] (OOZIE-1235) Client API for retrieving topic and jms connection related details

2013-04-17 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1235. -- Resolution: Fixed Fix Version/s: trunk Committed to trunk. Combined patch attached on OO

[jira] [Commented] (OOZIE-1235) Client API for retrieving topic and jms connection related details

2013-04-17 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13634643#comment-13634643 ] Virag Kothari commented on OOZIE-1235: -- {code} {username}.{jobId} {code} doesnt make

[jira] [Commented] (OOZIE-1234) JMS Event Listeners for publishing notifications related to workflow and coordinator

2013-04-17 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13634620#comment-13634620 ] Virag Kothari commented on OOZIE-1234: -- Test case failures not related to patch. java

[jira] [Updated] (OOZIE-1333) Some testcases related to EventHandlerService are failing in a transient way

2013-04-17 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1333: - Description: Quite a few test cases failed here https://builds.apache.org/job/oozie-trunk-precom

[jira] [Created] (OOZIE-1333) Some testcases related to EventHandlerService are failing in a transient way

2013-04-17 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1333: Summary: Some testcases related to EventHandlerService are failing in a transient way Key: OOZIE-1333 URL: https://issues.apache.org/jira/browse/OOZIE-1333 Project:

[jira] [Updated] (OOZIE-1331) URIHandlerService not allowing relative path for URI's

2013-04-17 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1331: - Attachment: OOZIE-1331.patch Patch at https://reviews.apache.org/r/10593/ > URIH

[jira] [Created] (OOZIE-1331) URIHandlerService not allowing relative path for URI's

2013-04-17 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1331: Summary: URIHandlerService not allowing relative path for URI's Key: OOZIE-1331 URL: https://issues.apache.org/jira/browse/OOZIE-1331 Project: Oozie Issue Ty

[jira] [Updated] (OOZIE-1234) JMS Event Listeners for publishing notifications related to workflow and coordinator

2013-04-17 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1234: - Attachment: OOZIE-1234-1235.patch Fixing broken test case related to EventHandlerService and even

[jira] [Commented] (OOZIE-1281) Hiveaction should populate externalChildIDs

2013-04-16 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13633532#comment-13633532 ] Virag Kothari commented on OOZIE-1281: -- Committed to trunk > Hiveact

[jira] [Updated] (OOZIE-1234) JMS Event Listeners for publishing notifications related to workflow and coordinator

2013-04-16 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1234: - Attachment: OOZIE-1234_1235.patch Fixing javadoc warnings. > JMS Event Listeners

[jira] [Commented] (OOZIE-1311) Refactor action Main classes into sharelibs

2013-04-16 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13633372#comment-13633372 ] Virag Kothari commented on OOZIE-1311: -- If I understand correctly, now it will be man

[jira] [Updated] (OOZIE-1234) JMS Event Listeners for publishing notifications related to workflow and coordinator

2013-04-16 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1234: - Attachment: OOZIE-1234_1235.patch > JMS Event Listeners for publishing notifications related

[jira] [Updated] (OOZIE-1234) JMS Event Listeners for publishing notifications related to workflow and coordinator

2013-04-16 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1234: - Attachment: OOZIE-1234_1235.patch Attaching is a combined patch for OOZIE-1234 and OOZIE-1235 as

[jira] [Commented] (OOZIE-1281) Hiveaction should populate externalChildIDs

2013-04-16 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13633035#comment-13633035 ] Virag Kothari commented on OOZIE-1281: -- +1 > Hiveaction should popul

[jira] [Commented] (OOZIE-1292) Add Hadoop 0.23 Poms in hadooplibs to enable a build with testcases against 0.23

2013-04-10 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13628573#comment-13628573 ] Virag Kothari commented on OOZIE-1292: -- +1 > Add Hadoop 0.23 Poms in

[jira] [Commented] (OOZIE-1304) Add copy to FS action

2013-04-02 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13620063#comment-13620063 ] Virag Kothari commented on OOZIE-1304: -- Oozie has distcp action for doing copy operat

[jira] [Commented] (OOZIE-1151) HbaseCredentials doesn't use properties from the credentials module

2013-04-01 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13619107#comment-13619107 ] Virag Kothari commented on OOZIE-1151: -- Yeah, will do > HbaseCredent

[jira] [Commented] (OOZIE-1151) HbaseCredentials doesn't use properties from the credentials module

2013-03-27 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615762#comment-13615762 ] Virag Kothari commented on OOZIE-1151: -- The purpose of the test was to verify that th

[jira] [Commented] (OOZIE-1277) CoordActionInputCheck requeues itself even if only push missing dependencies exist

2013-03-26 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13614576#comment-13614576 ] Virag Kothari commented on OOZIE-1277: -- RB link I forgot to put before, https://revie

[jira] [Commented] (OOZIE-1118) improve logic of purge service

2013-03-22 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13611291#comment-13611291 ] Virag Kothari commented on OOZIE-1118: -- Have a look at 'GET_COORD_ACTIONS_RUNNING' of

[jira] [Commented] (OOZIE-1118) improve logic of purge service

2013-03-22 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13611241#comment-13611241 ] Virag Kothari commented on OOZIE-1118: -- I was thinking of the case where the coordina

[jira] [Commented] (OOZIE-1118) improve logic of purge service

2013-03-22 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13611099#comment-13611099 ] Virag Kothari commented on OOZIE-1118: -- bq. I guess we shouldn't purge until both th

[jira] [Comment Edited] (OOZIE-1235) Client API for retrieving topic and jms connection related details

2013-03-21 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609368#comment-13609368 ] Virag Kothari edited comment on OOZIE-1235 at 3/21/13 8:26 PM: -

[jira] [Commented] (OOZIE-1235) Client API for retrieving topic and jms connection related details

2013-03-21 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609368#comment-13609368 ] Virag Kothari commented on OOZIE-1235: -- Based on comments in meetup, added a generic

[jira] [Created] (OOZIE-1280) CoordPushDependencyCheck queued by Recovery Services doesn't remove dependencies from cache

2013-03-21 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1280: Summary: CoordPushDependencyCheck queued by Recovery Services doesn't remove dependencies from cache Key: OOZIE-1280 URL: https://issues.apache.org/jira/browse/OOZIE-1280

[jira] [Commented] (OOZIE-1118) improve logic of purge service

2013-03-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13607139#comment-13607139 ] Virag Kothari commented on OOZIE-1118: -- bq. the children will be purged or not purged

[jira] [Updated] (OOZIE-1277) CoordActionInputCheck requeues itself even if only push missing dependencies exist

2013-03-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1277: - Attachment: OOZIE-1277.patch > CoordActionInputCheck requeues itself even if only push missin

[jira] [Created] (OOZIE-1277) CoordActionInputCheck requeues itself even if only push missing dependencies exist

2013-03-19 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1277: Summary: CoordActionInputCheck requeues itself even if only push missing dependencies exist Key: OOZIE-1277 URL: https://issues.apache.org/jira/browse/OOZIE-1277 Proj

[jira] [Commented] (OOZIE-1271) Coordinator Action fails but workflow keeps running

2013-03-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13606587#comment-13606587 ] Virag Kothari commented on OOZIE-1271: -- I realized that wf submission (SubmitX) is a

[jira] [Updated] (OOZIE-1276) Workflow action stays in PREP forever if a db operation in loadState() fails

2013-03-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1276: - Summary: Workflow action stays in PREP forever if a db operation in loadState() fails (was: Work

[jira] [Created] (OOZIE-1276) Workflow stays in PREP foreever if a db operation in loadState() fails

2013-03-19 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1276: Summary: Workflow stays in PREP foreever if a db operation in loadState() fails Key: OOZIE-1276 URL: https://issues.apache.org/jira/browse/OOZIE-1276 Project: Oozie

[jira] [Created] (OOZIE-1273) Drop partition while reruning a job doesn't work as Hcatalog doesn't have DoAs support

2013-03-18 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1273: Summary: Drop partition while reruning a job doesn't work as Hcatalog doesn't have DoAs support Key: OOZIE-1273 URL: https://issues.apache.org/jira/browse/OOZIE-1273

[jira] [Created] (OOZIE-1272) Two workflow jobs mapped to a single coordinator action

2013-03-18 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1272: Summary: Two workflow jobs mapped to a single coordinator action Key: OOZIE-1272 URL: https://issues.apache.org/jira/browse/OOZIE-1272 Project: Oozie Issue T

[jira] [Created] (OOZIE-1271) Coordinator Action fails but workflow keeps running

2013-03-15 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1271: Summary: Coordinator Action fails but workflow keeps running Key: OOZIE-1271 URL: https://issues.apache.org/jira/browse/OOZIE-1271 Project: Oozie Issue Type:

[jira] [Updated] (OOZIE-1267) Dryrun option for push missing deps

2013-03-14 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1267: - Attachment: OOZIE-1267.patch Line > 133 fixed > Dryrun option for push missing d

[jira] [Updated] (OOZIE-1267) Dryrun option for push missing deps

2013-03-14 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1267: - Attachment: OOZIE-1267.patch > Dryrun option for push missing deps >

[jira] [Updated] (OOZIE-1267) Dryrun option for push missing deps

2013-03-14 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1267: - Description: Make the dry run option resolve push and pull 'current' missing deps first. If curre

[jira] [Created] (OOZIE-1267) Dryrun option for push missing deps

2013-03-14 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1267: Summary: Dryrun option for push missing deps Key: OOZIE-1267 URL: https://issues.apache.org/jira/browse/OOZIE-1267 Project: Oozie Issue Type: Sub-task

[jira] [Updated] (OOZIE-1261) Registered push dependencies are not removed on Coord Kill command

2013-03-11 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1261: - Attachment: OOZIE-1261.patch > Registered push dependencies are not removed on Coord Kill com

[jira] [Commented] (OOZIE-1261) Registered push dependencies are not removed on Coord Kill command

2013-03-11 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599391#comment-13599391 ] Virag Kothari commented on OOZIE-1261: -- https://reviews.apache.org/r/9857/

[jira] [Updated] (OOZIE-1261) Registered push dependencies are not removed on Coord Kill command

2013-03-11 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1261: - Attachment: OOZIE-1261.patch > Registered push dependencies are not removed on Coord Kill com

[jira] [Commented] (OOZIE-1255) latest/future check for hcat can cause shutdown to hang

2013-03-06 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13595301#comment-13595301 ] Virag Kothari commented on OOZIE-1255: -- +1 pending jenkins > latest/

[jira] [Commented] (OOZIE-1218) Create a HCatalog Integration Guide

2013-03-04 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13592737#comment-13592737 ] Virag Kothari commented on OOZIE-1218: -- +1 pending jenkins > Create

[jira] [Commented] (OOZIE-1247) CoordActionInputCheck shouldn't queue CoordPushInputCheck

2013-03-04 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13592697#comment-13592697 ] Virag Kothari commented on OOZIE-1247: -- +1 pending jenkins > CoordAc

[jira] [Created] (OOZIE-1248) Xlog is printing wrong job-id and action-id corresponding to the log statements.

2013-03-04 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1248: Summary: Xlog is printing wrong job-id and action-id corresponding to the log statements. Key: OOZIE-1248 URL: https://issues.apache.org/jira/browse/OOZIE-1248 Projec

[jira] [Created] (OOZIE-1247) CoordActionInputCheck shouldn't queue CoordPushInputCheck

2013-03-04 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1247: Summary: CoordActionInputCheck shouldn't queue CoordPushInputCheck Key: OOZIE-1247 URL: https://issues.apache.org/jira/browse/OOZIE-1247 Project: Oozie Issue

[jira] [Commented] (OOZIE-1235) Client API for retrieving topic and jms connection related details

2013-03-01 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13591140#comment-13591140 ] Virag Kothari commented on OOZIE-1235: -- https://reviews.apache.org/r/9709/

[jira] [Updated] (OOZIE-1238) CoordPushCheck doesn't evaluate the configuration section which is propogated to workflow

2013-02-28 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1238: - Attachment: OOZIE-1238-2.patch Added new patch after fixing 2 lines greater than 133. >From the o

[jira] [Commented] (OOZIE-1240) 'oozie jobs' command list 50 jobs by default but the help and docs incorrectly mentions 100.

2013-02-28 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13589336#comment-13589336 ] Virag Kothari commented on OOZIE-1240: -- Hi Jun, I believe either can be modified. But

[jira] [Created] (OOZIE-1240) 'oozie jobs' command list 50 jobs by default but the help and docs incorrectly mentions 100.

2013-02-27 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1240: Summary: 'oozie jobs' command list 50 jobs by default but the help and docs incorrectly mentions 100. Key: OOZIE-1240 URL: https://issues.apache.org/jira/browse/OOZIE-1240

[jira] [Updated] (OOZIE-1238) CoordPushCheck doesn't evaluate the configuration section which is propogated to workflow

2013-02-27 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1238: - Attachment: OOZIE-1238.patch > CoordPushCheck doesn't evaluate the configuration section whic

[jira] [Resolved] (OOZIE-1239) Bump up trunk to 4.1.0-SNAPSHOT

2013-02-27 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1239. -- Resolution: Fixed Committed to trunk > Bump up trunk to 4.1.0-SNAPSHOT > -

[jira] [Updated] (OOZIE-1239) Bump up trunk to 4.1.0-SNAPSHOT

2013-02-27 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1239: - Attachment: OOZIE-1239.patch > Bump up trunk to 4.1.0-SNAPSHOT >

[jira] [Created] (OOZIE-1239) Bump up trunk to 4.1.0-SNAPSHOT

2013-02-27 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1239: Summary: Bump up trunk to 4.1.0-SNAPSHOT Key: OOZIE-1239 URL: https://issues.apache.org/jira/browse/OOZIE-1239 Project: Oozie Issue Type: Task Re

[jira] [Created] (OOZIE-1238) CoordPushCheck doesn't evaluate the configuration section which is propogated to workflow

2013-02-27 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1238: Summary: CoordPushCheck doesn't evaluate the configuration section which is propogated to workflow Key: OOZIE-1238 URL: https://issues.apache.org/jira/browse/OOZIE-1238

[jira] [Updated] (OOZIE-561) Integrate Oozie with HCatalog

2013-02-26 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-561: Attachment: OOZIE-561_merge_trunk.patch Attached is the patch which was used to merge hcat-intre to

[jira] [Commented] (OOZIE-1234) JMS Event Listeners for publishing notifications related to workflow and coordinator

2013-02-26 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13587383#comment-13587383 ] Virag Kothari commented on OOZIE-1234: -- Patch at RB: https://reviews.apache.org/r/962

[jira] [Commented] (OOZIE-1203) Oozie web-console to display Bundle job definition, configuration and log tabs

2013-02-25 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13586507#comment-13586507 ] Virag Kothari commented on OOZIE-1203: -- +1 > Oozie web-console to di

[jira] [Resolved] (OOZIE-1237) Bump up trunk to 4.0.0-SNAPSHOT

2013-02-25 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1237. -- Resolution: Fixed Fix Version/s: trunk Committed to trunk > Bump up tru

[jira] [Updated] (OOZIE-1237) Bump up trunk to 4.0.0-SNAPSHOT

2013-02-25 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1237: - Attachment: OOZIE-1237.patch > Bump up trunk to 4.0.0-SNAPSHOT >

[jira] [Created] (OOZIE-1237) Bump up trunk to 4.0.0-SNAPSHOT

2013-02-25 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1237: Summary: Bump up trunk to 4.0.0-SNAPSHOT Key: OOZIE-1237 URL: https://issues.apache.org/jira/browse/OOZIE-1237 Project: Oozie Issue Type: Bug Rep

[jira] [Updated] (OOZIE-1234) JMS Event Listeners for publishing notifications related to workflow and coordinator

2013-02-21 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1234: - Attachment: jms_notification_spec.docx The attached jms notification spec shows the type of infor

[jira] [Updated] (OOZIE-1235) Client API for retrieving topic and jms connection related details

2013-02-21 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1235: - Summary: Client API for retrieving topic and jms connection related details (was: API for retrie

[jira] [Created] (OOZIE-1235) API for retrieving topic and jms connection related details

2013-02-21 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1235: Summary: API for retrieving topic and jms connection related details Key: OOZIE-1235 URL: https://issues.apache.org/jira/browse/OOZIE-1235 Project: Oozie Is

[jira] [Updated] (OOZIE-929) Notifications in Oozie

2013-02-21 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-929: Summary: Notifications in Oozie (was: JMS in NotificationXCommand) > Notifications in Oozie > -

[jira] [Updated] (OOZIE-1234) JMS Event Listeners for publishing notifications related to workflow and coordinator

2013-02-21 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1234: - Issue Type: Sub-task (was: Bug) Parent: OOZIE-929 > JMS Event Listeners for publishi

[jira] [Updated] (OOZIE-1209) Event generation and handling for workflow and coordinator

2013-02-21 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1209: - Issue Type: Sub-task (was: New Feature) Parent: OOZIE-929 > Event generation and han

[jira] [Updated] (OOZIE-1209) Event generation and handling for workflow and coordinator

2013-02-21 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1209: - Summary: Event generation and handling for workflow and coordinator (was: Job Notifications to e

[jira] [Created] (OOZIE-1234) JMS Event Listeners for publishing notifications related to workflow and coordinator

2013-02-21 Thread Virag Kothari (JIRA)
Virag Kothari created OOZIE-1234: Summary: JMS Event Listeners for publishing notifications related to workflow and coordinator Key: OOZIE-1234 URL: https://issues.apache.org/jira/browse/OOZIE-1234 Pr

[jira] [Resolved] (OOZIE-1217) Address review comments in OOZIE-1210

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1217. -- Resolution: Fixed > Address review comments in OOZIE-1210 > ---

[jira] [Resolved] (OOZIE-1107) Change default done-flag from _SUCCESS to empty for Hcat

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1107. -- Resolution: Fixed > Change default done-flag from _SUCCESS to empty for Hcat >

[jira] [Resolved] (OOZIE-1086) Command to check the missing partitions directly against HCatalog server

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1086. -- Resolution: Fixed > Command to check the missing partitions directly against HCatalog serve

[jira] [Resolved] (OOZIE-1168) Reliability and retry for JMS connections

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1168. -- Resolution: Fixed Fix Version/s: trunk > Reliability and retry for JMS connections >

[jira] [Resolved] (OOZIE-1157) EL function hcat:exists for decision making

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1157. -- Resolution: Fixed > EL function hcat:exists for decision making > -

[jira] [Resolved] (OOZIE-1069) Update dataIn and dataOut EL functions to support partitions

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1069. -- Resolution: Fixed > Update dataIn and dataOut EL functions to support partitions >

[jira] [Resolved] (OOZIE-1059) Add static method to create URI String in HCatURI

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1059. -- Resolution: Fixed > Add static method to create URI String in HCatURI > ---

[jira] [Resolved] (OOZIE-1061) Add new EL function to retrieve HCatalog server, DB and table name

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1061. -- Resolution: Fixed > Add new EL function to retrieve HCatalog server, DB and table name > --

[jira] [Resolved] (OOZIE-1068) Metadata Accessor service for HCatalog

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1068. -- Resolution: Fixed > Metadata Accessor service for HCatalog > --

[jira] [Resolved] (OOZIE-1042) Coordinator action table schema change

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1042. -- Resolution: Fixed > Coordinator action table schema change > --

[jira] [Resolved] (OOZIE-1056) Command to update push-based dependency

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1056. -- Resolution: Fixed > Command to update push-based dependency > -

[jira] [Resolved] (OOZIE-1044) Parameterize tag currently hardcoded

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1044. -- Resolution: Fixed > Parameterize tag currently hardcoded > ---

[jira] [Resolved] (OOZIE-1043) Add logic to register to Missing Dependency Structure in coord action materialization

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1043. -- Resolution: Fixed > Add logic to register to Missing Dependency Structure in coord action

[jira] [Resolved] (OOZIE-1036) Utility class to parse HCat URI

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1036. -- Resolution: Fixed > Utility class to parse HCat URI > --- > >

[jira] [Resolved] (OOZIE-1181) Dependency cache with configurations for eviction, ttl and max elements in memory

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1181. -- Resolution: Fixed > Dependency cache with configurations for eviction, ttl and max elements

[jira] [Resolved] (OOZIE-1033) Generic utility class to register/unregister a JMS message handler

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1033. -- Resolution: Fixed > Generic utility class to register/unregister a JMS message handler > --

[jira] [Resolved] (OOZIE-1032) Create JMSService used for any JMS compliant product

2013-02-19 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1032. -- Resolution: Fixed > Create JMSService used for any JMS compliant product >

[jira] [Commented] (OOZIE-1205) If the JobTracker is restarted during a Fork, Oozie doesn't fail all of the currently running actions

2013-02-12 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13577281#comment-13577281 ] Virag Kothari commented on OOZIE-1205: -- {quote}second action to get marked as FAILED

[jira] [Resolved] (OOZIE-1197) Create a hcat sharelib which can be included in pig, hive and java actions

2013-02-12 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari resolved OOZIE-1197. -- Resolution: Fixed Committed to hcat-intre Thanks Rohini and Mona. Tucu, Thanks for review.

[jira] [Commented] (OOZIE-1205) If the JobTracker is restarted during a Fork, Oozie doesn't fail all of the currently running actions

2013-02-12 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13577251#comment-13577251 ] Virag Kothari commented on OOZIE-1205: -- Good find Robert On the patch, instead of a

<    1   2   3   4   5   >