Re: Request for a review - OOZIE-2168

2015-11-17 Thread Akshay Rai
Thanks for the commit Robert. -Akshay On Wed, Nov 18, 2015 at 12:48 AM, Robert Kanter wrote: > Hi Akshay, > > I'll try to take a look later today. > > - Robert > > On Tue, Nov 17, 2015 at 9:40 AM, Akshay Rai wrote: > > > Eagerly waiting for a review? It

[jira] [Commented] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-11-17 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010104#comment-15010104 ] Akshay Rai commented on OOZIE-2168: --- Thanks Robert for review and commit. > Ooz

Re: Request for a review - OOZIE-2168

2015-11-17 Thread Akshay Rai
Eagerly waiting for a review? It is a small change. Regards, Akshay On Mon, Nov 9, 2015 at 11:19 PM, Akshay Rai wrote: > Hi Oozie committers, > > Could anyone have a look at OOZIE-2168 and review it? > > This patch extends the Oozie action name limit from 50 to 128 characters.

Request for a review - OOZIE-2168

2015-11-09 Thread Akshay Rai
Hi Oozie committers, Could anyone have a look at OOZIE-2168 and review it? This patch extends the Oozie action name limit from 50 to 128 characters. JIRA: https://issues.apache.org/jira/browse/OOZIE-2168 RB: https://reviews.apache.org/r/38611 Regards, Akshay

[jira] [Commented] (OOZIE-2346) Add Oozie job console url and sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-11-06 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14995052#comment-14995052 ] Akshay Rai commented on OOZIE-2346: --- Thanks [~puru] for the review and commit. &

[jira] [Commented] (OOZIE-2346) Add Oozie job console url and sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-11-03 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14988820#comment-14988820 ] Akshay Rai commented on OOZIE-2346: --- Ran tests locally. Here are the results. -1 T

[jira] [Commented] (OOZIE-2346) Add Oozie job console url and sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-10-28 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978305#comment-14978305 ] Akshay Rai commented on OOZIE-2346: --- Patch: OOZIE-2346.005.patch *Overall changes

[jira] [Updated] (OOZIE-2346) Add Oozie job console url and sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-10-28 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2346: -- Attachment: OOZIE-2346.005.patch > Add Oozie job console url and sub-workflow information like

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-10-28 Thread Akshay Rai
/TestOozieJobInfo.java ceaef8b Diff: https://reviews.apache.org/r/38088/diff/ Testing --- Tested locally by running a subworkflow with and without a coordinator. Thanks, Akshay Rai

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-10-27 Thread Akshay Rai
/coord/CoordActionStartXCommand.java 98f356e core/src/test/java/org/apache/oozie/action/hadoop/TestOozieJobInfo.java ceaef8b Diff: https://reviews.apache.org/r/38088/diff/ Testing --- Tested locally by running a subworkflow with and without a coordinator. Thanks, Akshay Rai

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-10-27 Thread Akshay Rai
SOLE_URL? I don't see any use of adding static > > CONSOLE_URL for each job. > > Akshay Rai wrote: > Firstly, schedulers like azkaban inject the completet url of the job into > the conf. > > For a job scheduled on oozie it is not possible to get the li

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-10-24 Thread Akshay Rai
SOLE_URL? I don't see any use of adding static > > CONSOLE_URL for each job. > > Akshay Rai wrote: > Firstly, schedulers like azkaban inject the completet url of the job into > the conf. > > For a job scheduled on oozie it is not possible to get the li

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-10-18 Thread Akshay Rai
On Oct. 5, 2015, 9:15 p.m., Akshay Rai wrote: > > minor comment... Rest looks good. Remove CONSOLE_URL. > > Akshay Rai wrote: > Thanks Purshotam for the review. > > I have one question. I see that the coordinator Id also needs a change as > it doesn't

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-10-18 Thread Akshay Rai
/oozie/action/hadoop/TestOozieJobInfo.java ceaef8b Diff: https://reviews.apache.org/r/38088/diff/ Testing --- Tested locally by running a subworkflow with and without a coordinator. Thanks, Akshay Rai

[jira] [Commented] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-10-14 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956644#comment-14956644 ] Akshay Rai commented on OOZIE-2168: --- The above 4 tests failed even when I ran it on

[jira] [Commented] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-10-09 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14950269#comment-14950269 ] Akshay Rai commented on OOZIE-2168: --- Testing JIRA OOZIE-2168 Cleaning local

[jira] [Commented] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-10-09 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14950265#comment-14950265 ] Akshay Rai commented on OOZIE-2168: --- Cloned the fresh master branch from h

[jira] [Updated] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-10-06 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2168: -- Attachment: OOZIE-2168.5.patch > Oozie flow and action names have 50 char li

[jira] [Updated] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-10-06 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2168: -- Attachment: (was: OOZIE-2168.5.patch) > Oozie flow and action names have 50 char li

[jira] [Updated] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-10-06 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2168: -- Attachment: (was: OOZIE-2168.5.patch) > Oozie flow and action names have 50 char li

[jira] [Updated] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-10-06 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2168: -- Attachment: OOZIE-2168.5.patch > Oozie flow and action names have 50 char li

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-10-05 Thread Akshay Rai
In the oozie-default.xml file there is a property 'oozie.JobCommand.job.console.url' which holds the base console url for a worklfow job but this isn't injected into the job conf. On Oct. 5, 2015, 9:15 p.m., Akshay Rai wrote: > > minor comment... Rest looks good. Remove CONSOLE_URL.

Re: Request for a review - OOZIE-2346

2015-10-05 Thread Akshay Rai
Eagerly waiting for a rb review. Could someone have a look at it? JIRA: https://issues.apache.org/jira/browse/OOZIE-2346 RB: https://reviews.apache.org/r/38088 I will upload the updated patch to the jira after the RB is reviewed. -Akshay On Tue, Sep 29, 2015 at 5:51 PM, Akshay Rai wrote: >

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-10-01 Thread Akshay Rai
/SubWorkflowActionExecutor.java 854d621 core/src/test/java/org/apache/oozie/action/hadoop/TestOozieJobInfo.java ceaef8b Diff: https://reviews.apache.org/r/38088/diff/ Testing --- Tested locally by running a subworkflow with and without a coordinator. Thanks, Akshay Rai

Re: Request for a review - OOZIE-2346

2015-09-29 Thread Akshay Rai
I have made a minor correction of setting the super parent id to the coordinator id rather than the workflow id when submitted through a coordinator. Waiting for a review. RB: https://reviews.apache.org/r/38088 Thanks, - Akshay On Tue, Sep 22, 2015 at 1:35 PM, Akshay Rai wrote: > Purshotam

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-29 Thread Akshay Rai
) --- Tested locally by running a subworkflow with and without a coordinator. Thanks, Akshay Rai

[jira] [Assigned] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-09-23 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai reassigned OOZIE-2168: - Assignee: Akshay Rai (was: Venkat Ramachandran) > Oozie flow and action names have 50 c

[jira] [Commented] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-09-23 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14904159#comment-14904159 ] Akshay Rai commented on OOZIE-2168: --- The 2 lines longer than 132 characters belong

[jira] [Updated] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-09-22 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2168: -- Attachment: OOZIE-2168.5.patch Updated patch 5: * Increased action name limit from 50 to 128 > Oo

Re: Request for a review - OOZIE-2346

2015-09-22 Thread Akshay Rai
Purshotam, I have addressed your comments. https://reviews.apache.org/r/38088/ -Akshay On Mon, Sep 21, 2015 at 5:30 PM, Akshay Rai wrote: > Thanks Purushotam for the review. Will address the changes soon. > > -Akshay > > On Mon, Sep 21, 2015 at 10:55 AM, Akshay Rai wrot

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-21 Thread Akshay Rai
cutor) testStreamingConfOverride(org.apache.oozie.action.hadoop.TestMapReduceActionExecutor) +1 DISTRO +1 distro tarball builds with the patch -1 Overall result, please check the reported -1(s) The test failures are not related to the fix. Thanks, Akshay Rai

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-21 Thread Akshay Rai
e.org/r/38088/diff/5/?file=1068129#file1068129line41> > > > > Why do u need console.url. You can construct it from others properties. None of the properties in the job conf have the console url. - Akshay ----------- Thi

Re: Request for a review - OOZIE-2346

2015-09-21 Thread Akshay Rai
Thanks Purushotam for the review. Will address the changes soon. -Akshay On Mon, Sep 21, 2015 at 10:55 AM, Akshay Rai wrote: > Eagerly waiting for a review. > > -Akshay > > On Tue, Sep 15, 2015 at 9:07 AM, Akshay Rai wrote: > >> A gentle reminder. >> >&

Re: Request for a review - OOZIE-2346

2015-09-20 Thread Akshay Rai
Eagerly waiting for a review. -Akshay On Tue, Sep 15, 2015 at 9:07 AM, Akshay Rai wrote: > A gentle reminder. > > On Thu, Sep 10, 2015 at 10:35 PM, Purshotam Shah < > purus...@yahoo-inc.com.invalid> wrote: > >> Thanks Akshay for putting patch.. I will review it. &

Re: Request for a review - OOZIE-2346

2015-09-14 Thread Akshay Rai
A gentle reminder. On Thu, Sep 10, 2015 at 10:35 PM, Purshotam Shah < purus...@yahoo-inc.com.invalid> wrote: > Thanks Akshay for putting patch.. I will review it. > > From: Akshay Rai > To: dev@oozie.apache.org > Sent: Thursday, September 10, 2015 9:07 AM >

[jira] [Updated] (OOZIE-2346) Add Oozie job console url and sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-11 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2346: -- Attachment: OOZIE-2346.004.patch Change: * Injecting only the base console url rather than the job

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-11 Thread Akshay Rai
related to the fix. Thanks, Akshay Rai

Request for a review - OOZIE-2346

2015-09-10 Thread Akshay Rai
Hi Oozie Committers, I have uploaded a patch to OOZIE-2346 and the test-build has run with one error. I don't think the error is related to the patch. The patch adds information of sub-workflows and the job console url along with other information in *oozie.job.info *to th

[jira] [Updated] (OOZIE-2346) Add Oozie job console url and sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-09 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2346: -- Attachment: OOZIE-2346.003.patch > Add Oozie job console url and sub-workflow information like

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-09 Thread Akshay Rai
(org.apache.oozie.action.hadoop.TestMapReduceActionExecutor) +1 DISTRO +1 distro tarball builds with the patch -1 Overall result, please check the reported -1(s) The test failures are not related to the fix. Thanks, Akshay Rai

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-09 Thread Akshay Rai
) testStreamingConfOverride(org.apache.oozie.action.hadoop.TestMapReduceActionExecutor) +1 DISTRO +1 distro tarball builds with the patch -1 Overall result, please check the reported -1(s) The test failures are not related to the fix. Thanks, Akshay Rai

[jira] [Updated] (OOZIE-2346) Add Oozie job console url and sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-09 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2346: -- Attachment: (was: OOZIE-2346.003.patch) > Add Oozie job console url and sub-workflow informat

Re: Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-09 Thread Akshay Rai
) testStreamingConfOverride(org.apache.oozie.action.hadoop.TestMapReduceActionExecutor) +1 DISTRO +1 distro tarball builds with the patch -1 Overall result, please check the reported -1(s) The test failures are not related to the fix. Thanks, Akshay Rai

[jira] [Updated] (OOZIE-2346) Add Oozie job console url and sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-09 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2346: -- Attachment: OOZIE-2346.003.patch Added oozie job console url to the oozie.job.info list. > Add Oo

[jira] [Updated] (OOZIE-2346) Add Oozie job console url and sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-09 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2346: -- Summary: Add Oozie job console url and sub-workflow information like the super-parent id and workflow

[jira] [Commented] (OOZIE-2346) Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-07 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14733439#comment-14733439 ] Akshay Rai commented on OOZIE-2346: --- [~puru], this jira injects information about

[jira] [Commented] (OOZIE-2346) Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-03 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14730398#comment-14730398 ] Akshay Rai commented on OOZIE-2346: --- Requesting a review. > Add sub-w

[jira] [Assigned] (OOZIE-2346) Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-03 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai reassigned OOZIE-2346: - Assignee: Akshay Rai > Add sub-workflow information like the super-parent id and workflow de

[jira] [Commented] (OOZIE-2344) Enabling 'oozie.action.jobinfo.enable' doesn't inject the job information into the map/reduce job's configuration.

2015-09-03 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14730291#comment-14730291 ] Akshay Rai commented on OOZIE-2344: --- Thanks [~rkanter]. > E

[jira] [Commented] (OOZIE-2346) Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-03 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729605#comment-14729605 ] Akshay Rai commented on OOZIE-2346: --- The failed test is not related to the p

Review Request 38088: OOZIE-2346 Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-03 Thread Akshay Rai
builds with the patch -1 Overall result, please check the reported -1(s) The test failures are not related to the fix. Thanks, Akshay Rai

[jira] [Updated] (OOZIE-2344) Enabling 'oozie.action.jobinfo.enable' doesn't inject the job information into the map/reduce job's configuration.

2015-09-02 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2344: -- Attachment: OOZIE-2344.001.patch > Enabling 'oozie.action.jobinfo.enable' doesn

[jira] [Updated] (OOZIE-2344) Enabling 'oozie.action.jobinfo.enable' doesn't inject the job information into the map/reduce job's configuration.

2015-09-02 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2344: -- Attachment: (was: OOZIE-2344.001.patch) > Enabling 'oozie.action.jobinfo.enable' doesn

[jira] [Commented] (OOZIE-2344) Enabling 'oozie.action.jobinfo.enable' doesn't inject the job information into the map/reduce job's configuration.

2015-09-01 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726849#comment-14726849 ] Akshay Rai commented on OOZIE-2344: --- [~puru], could you review the fix. The

[jira] [Updated] (OOZIE-2346) Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-01 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2346: -- Attachment: OOZIE-2346.002.patch Patch OOZIE-2346.001.patch * Fixed lines longer than 132 characters

[jira] [Updated] (OOZIE-2346) Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-01 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2346: -- Summary: Add sub-workflow information like the super-parent id and workflow depth into the

[jira] [Updated] (OOZIE-2346) Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-01 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2346: -- Description: OOZIE-1658 adds all oozie job information, comma separated, into the job conf when

[jira] [Updated] (OOZIE-2346) Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

2015-09-01 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2346: -- Attachment: OOZIE-2346.001.patch > Add sub-workflow information like the super-parent id and workf

[jira] [Commented] (OOZIE-2344) Enabling 'oozie.action.jobinfo.enable' doesn't inject the job information into the map/reduce job's configuration.

2015-08-31 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14724792#comment-14724792 ] Akshay Rai commented on OOZIE-2344: --- Retriggering a test-patch build. > E

[jira] [Updated] (OOZIE-2344) Enabling 'oozie.action.jobinfo.enable' doesn't inject the job information into the map/reduce job's configuration.

2015-08-31 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2344: -- Attachment: OOZIE-2344.001.patch > Enabling 'oozie.action.jobinfo.enable' doesn

[jira] [Updated] (OOZIE-2344) Enabling 'oozie.action.jobinfo.enable' doesn't inject the job information into the map/reduce job's configuration.

2015-08-31 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2344: -- Attachment: (was: OOZIE-2344.001.patch) > Enabling 'oozie.action.jobinfo.enable' doesn

[jira] [Updated] (OOZIE-2344) Enabling 'oozie.action.jobinfo.enable' doesn't inject the job information into the map/reduce job's configuration.

2015-08-30 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2344: -- Attachment: OOZIE-2344.001.patch > Enabling 'oozie.action.jobinfo.enable' doesn

[jira] [Updated] (OOZIE-2344) Enabling 'oozie.action.jobinfo.enable' doesn't inject the job information into the map/reduce job's configuration.

2015-08-30 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2344: -- Attachment: (was: OOZIE-2344.1.patch) > Enabling 'oozie.action.jobinfo.enable' doesn

[jira] [Created] (OOZIE-2346) Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.key' property

2015-08-30 Thread Akshay Rai (JIRA)
Akshay Rai created OOZIE-2346: - Summary: Add sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.key' property Key: OOZIE-2346 URL: https://issues.apache.org/jira/br

[jira] [Updated] (OOZIE-2344) Enabling 'oozie.action.jobinfo.enable' doesn't inject the job information into the map/reduce job's configuration.

2015-08-28 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2344: -- Attachment: OOZIE-2344.1.patch Made changes to inject oozie job info before the actionConf is written

[jira] [Commented] (OOZIE-1658) Add bundle, coord, wf and action related information to launched M/R jobs.

2015-08-27 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14716260#comment-14716260 ] Akshay Rai commented on OOZIE-1658: --- Thanks for confirming [~puru], I have creat

[jira] [Created] (OOZIE-2344) Enabling 'oozie.action.jobinfo.enable' doesn't inject the job information into the map/reduce job's configuration.

2015-08-27 Thread Akshay Rai (JIRA)
Akshay Rai created OOZIE-2344: - Summary: Enabling 'oozie.action.jobinfo.enable' doesn't inject the job information into the map/reduce job's configuration. Key: OOZIE-2344 URL: https://issues.ap

[jira] [Commented] (OOZIE-1658) Add bundle, coord, wf and action related information to launched M/R jobs.

2015-08-26 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14713013#comment-14713013 ] Akshay Rai commented on OOZIE-1658: --- [~puru], a gentle reminder to my previous comm

[jira] [Commented] (OOZIE-1658) Add bundle, coord, wf and action related information to launched M/R jobs.

2015-08-21 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14706462#comment-14706462 ] Akshay Rai commented on OOZIE-1658: --- Can you verify if this is a bug? I would be h

[jira] [Commented] (OOZIE-1658) Add bundle, coord, wf and action related information to launched M/R jobs.

2015-08-20 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14704646#comment-14704646 ] Akshay Rai commented on OOZIE-1658: --- Hi [~puru] and [~rohini], Shouldn't

Using Web Services Api to access Action configuration Info

2015-07-29 Thread Akshay Rai
Hi, I am trying to use the Oozie Web Services API to fetch job information. *API doc: * https://oozie.apache.org/docs/4.2.0/WebServicesAPI.html#Job_Information I am wondering if it is possible to get the 'Action Configuration' information for a particular action of a flow. I couldn't find it any

[jira] [Updated] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-05-12 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2168: -- Attachment: OOZIE-2168.4.patch Patch 4: * Formatting changes. > Oozie flow and action names have

[jira] [Updated] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-05-11 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2168: -- Attachment: OOZIE-2168.3.patch > Oozie flow and action names have 50 char li

[jira] [Updated] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-05-11 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2168: -- Attachment: (was: OOZIE-2168.3.patch) > Oozie flow and action names have 50 char li

[jira] [Updated] (OOZIE-2168) Oozie flow and action names have 50 char limit

2015-05-11 Thread Akshay Rai (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Rai updated OOZIE-2168: -- Attachment: OOZIE-2168.3.patch Patch 3: * Increased the limit from 250 to 255 * Removed extra White