[jira] [Updated] (MAPREDUCE-4371) Check for cyclic dependencies in Jobcontrol job DAG

2014-09-10 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-4371:

Assignee: madhukara phatak

> Check for cyclic dependencies in Jobcontrol job DAG
> ---
>
> Key: MAPREDUCE-4371
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4371
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv1
>Affects Versions: 3.0.0
>Reporter: madhukara phatak
>Assignee: madhukara phatak
> Fix For: 3.0.0
>
> Attachments: MAPREDUCE-4371-1.patch, MAPREDUCE-4371-2.patch, 
> MAPREDUCE-4371-2.patch, MAPREDUCE-4371.patch
>
>
> In current implementation of JobControl, whenever there is a cyclic 
> dependency between the jobs it throws a Stack overflow exception. This jira 
> adds a cyclic check to jobcontrol.



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


[jira] [Updated] (MAPREDUCE-4371) Check for cyclic dependencies in Jobcontrol job DAG

2012-07-02 Thread Robert Joseph Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Joseph Evans updated MAPREDUCE-4371:
---

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Check for cyclic dependencies in Jobcontrol job DAG
> ---
>
> Key: MAPREDUCE-4371
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4371
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv1
>Affects Versions: 3.0.0
>Reporter: madhukara phatak
> Fix For: 3.0.0
>
> Attachments: MAPREDUCE-4371-1.patch, MAPREDUCE-4371-2.patch, 
> MAPREDUCE-4371-2.patch, MAPREDUCE-4371.patch
>
>
> In current implementation of JobControl, whenever there is a cyclic 
> dependency between the jobs it throws a Stack overflow exception. This jira 
> adds a cyclic check to jobcontrol.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4371) Check for cyclic dependencies in Jobcontrol job DAG

2012-06-29 Thread madhukara phatak (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

madhukara phatak updated MAPREDUCE-4371:


Status: Patch Available  (was: Open)

> Check for cyclic dependencies in Jobcontrol job DAG
> ---
>
> Key: MAPREDUCE-4371
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4371
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv1
>Affects Versions: 3.0.0
>Reporter: madhukara phatak
> Fix For: 3.0.0
>
> Attachments: MAPREDUCE-4371-1.patch, MAPREDUCE-4371-2.patch, 
> MAPREDUCE-4371-2.patch, MAPREDUCE-4371.patch
>
>
> In current implementation of JobControl, whenever there is a cyclic 
> dependency between the jobs it throws a Stack overflow exception. This jira 
> adds a cyclic check to jobcontrol.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4371) Check for cyclic dependencies in Jobcontrol job DAG

2012-06-29 Thread madhukara phatak (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

madhukara phatak updated MAPREDUCE-4371:


Attachment: MAPREDUCE-4371-2.patch

Reattaching the patch.

> Check for cyclic dependencies in Jobcontrol job DAG
> ---
>
> Key: MAPREDUCE-4371
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4371
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv1
>Affects Versions: 3.0.0
>Reporter: madhukara phatak
> Fix For: 3.0.0
>
> Attachments: MAPREDUCE-4371-1.patch, MAPREDUCE-4371-2.patch, 
> MAPREDUCE-4371-2.patch, MAPREDUCE-4371.patch
>
>
> In current implementation of JobControl, whenever there is a cyclic 
> dependency between the jobs it throws a Stack overflow exception. This jira 
> adds a cyclic check to jobcontrol.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4371) Check for cyclic dependencies in Jobcontrol job DAG

2012-06-29 Thread madhukara phatak (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

madhukara phatak updated MAPREDUCE-4371:


Status: Open  (was: Patch Available)

> Check for cyclic dependencies in Jobcontrol job DAG
> ---
>
> Key: MAPREDUCE-4371
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4371
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv1
>Affects Versions: 3.0.0
>Reporter: madhukara phatak
> Fix For: 3.0.0
>
> Attachments: MAPREDUCE-4371-1.patch, MAPREDUCE-4371-2.patch, 
> MAPREDUCE-4371.patch
>
>
> In current implementation of JobControl, whenever there is a cyclic 
> dependency between the jobs it throws a Stack overflow exception. This jira 
> adds a cyclic check to jobcontrol.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4371) Check for cyclic dependencies in Jobcontrol job DAG

2012-06-29 Thread madhukara phatak (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

madhukara phatak updated MAPREDUCE-4371:


Status: Patch Available  (was: Reopened)

> Check for cyclic dependencies in Jobcontrol job DAG
> ---
>
> Key: MAPREDUCE-4371
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4371
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv1
>Affects Versions: 3.0.0
>Reporter: madhukara phatak
> Fix For: 3.0.0
>
> Attachments: MAPREDUCE-4371-1.patch, MAPREDUCE-4371-2.patch, 
> MAPREDUCE-4371.patch
>
>
> In current implementation of JobControl, whenever there is a cyclic 
> dependency between the jobs it throws a Stack overflow exception. This jira 
> adds a cyclic check to jobcontrol.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4371) Check for cyclic dependencies in Jobcontrol job DAG

2012-06-29 Thread madhukara phatak (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

madhukara phatak updated MAPREDUCE-4371:


Attachment: MAPREDUCE-4371-2.patch

Updated the patch to address NPE issues in TestLocalJobControl and 
TestMapReduceJobControl

> Check for cyclic dependencies in Jobcontrol job DAG
> ---
>
> Key: MAPREDUCE-4371
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4371
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv1
>Affects Versions: 3.0.0
>Reporter: madhukara phatak
> Fix For: 3.0.0
>
> Attachments: MAPREDUCE-4371-1.patch, MAPREDUCE-4371-2.patch, 
> MAPREDUCE-4371.patch
>
>
> In current implementation of JobControl, whenever there is a cyclic 
> dependency between the jobs it throws a Stack overflow exception. This jira 
> adds a cyclic check to jobcontrol.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4371) Check for cyclic dependencies in Jobcontrol job DAG

2012-06-28 Thread Robert Joseph Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Joseph Evans updated MAPREDUCE-4371:
---

   Resolution: Fixed
Fix Version/s: 3.0.0
   Status: Resolved  (was: Patch Available)

Thanks Madhukara,

I put this into trunk.  Keep up the good work.

> Check for cyclic dependencies in Jobcontrol job DAG
> ---
>
> Key: MAPREDUCE-4371
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4371
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv1
>Affects Versions: 3.0.0
>Reporter: madhukara phatak
> Fix For: 3.0.0
>
> Attachments: MAPREDUCE-4371-1.patch, MAPREDUCE-4371.patch
>
>
> In current implementation of JobControl, whenever there is a cyclic 
> dependency between the jobs it throws a Stack overflow exception. This jira 
> adds a cyclic check to jobcontrol.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4371) Check for cyclic dependencies in Jobcontrol job DAG

2012-06-27 Thread madhukara phatak (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

madhukara phatak updated MAPREDUCE-4371:


Attachment: MAPREDUCE-4371-1.patch

Updated the patch to fix test case and style issues.

> Check for cyclic dependencies in Jobcontrol job DAG
> ---
>
> Key: MAPREDUCE-4371
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4371
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv1
>Affects Versions: 3.0.0
>Reporter: madhukara phatak
> Attachments: MAPREDUCE-4371-1.patch, MAPREDUCE-4371.patch
>
>
> In current implementation of JobControl, whenever there is a cyclic 
> dependency between the jobs it throws a Stack overflow exception. This jira 
> adds a cyclic check to jobcontrol.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4371) Check for cyclic dependencies in Jobcontrol job DAG

2012-06-27 Thread Robert Joseph Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Joseph Evans updated MAPREDUCE-4371:
---

Target Version/s: 3.0.0
  Status: Patch Available  (was: Open)

> Check for cyclic dependencies in Jobcontrol job DAG
> ---
>
> Key: MAPREDUCE-4371
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4371
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv1
>Affects Versions: 3.0.0
>Reporter: madhukara phatak
> Attachments: MAPREDUCE-4371.patch
>
>
> In current implementation of JobControl, whenever there is a cyclic 
> dependency between the jobs it throws a Stack overflow exception. This jira 
> adds a cyclic check to jobcontrol.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4371) Check for cyclic dependencies in Jobcontrol job DAG

2012-06-26 Thread madhukara phatak (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

madhukara phatak updated MAPREDUCE-4371:


Attachment: MAPREDUCE-4371.patch

> Check for cyclic dependencies in Jobcontrol job DAG
> ---
>
> Key: MAPREDUCE-4371
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4371
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv1
>Affects Versions: 3.0.0
>Reporter: madhukara phatak
> Attachments: MAPREDUCE-4371.patch
>
>
> In current implementation of JobControl, whenever there is a cyclic 
> dependency between the jobs it throws a Stack overflow exception. This jira 
> adds a cyclic check to jobcontrol.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira