[jira] [Commented] (TEZ-1703) Exception handling for InputInitializer

2014-10-29 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14188050#comment-14188050 ] Siddharth Seth commented on TEZ-1703: - [~zjffdu] - I don't think we should be changing

[jira] [Commented] (TEZ-1547) Make use of state change notifier in VertexManagerPlugins

2014-10-29 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14188079#comment-14188079 ] Rajesh Balamohan commented on TEZ-1547: --- Issue is already captured in TEZ-1714 Make

[jira] [Assigned] (TEZ-1711) Don't cache outputSpecList in VertexImpl.getOutputSpecList(taskIndex)

2014-10-29 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang reassigned TEZ-1711: --- Assignee: Jeff Zhang Don't cache outputSpecList in VertexImpl.getOutputSpecList(taskIndex)

[jira] [Commented] (TEZ-1711) Don't cache outputSpecList in VertexImpl.getOutputSpecList(taskIndex)

2014-10-29 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14188285#comment-14188285 ] Jeff Zhang commented on TEZ-1711: - Attach patch. * Just remove the cache in get

[jira] [Updated] (TEZ-1703) Exception handling for InputInitializer

2014-10-29 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated TEZ-1703: Attachment: TEZ-1703-2.patch Exception handling for InputInitializer

[jira] [Commented] (TEZ-1703) Exception handling for InputInitializer

2014-10-29 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14188297#comment-14188297 ] Jeff Zhang commented on TEZ-1703: - [~sseth] Thanks for your review and suggestion. You are

[jira] [Updated] (TEZ-1689) Exception handling for EdgeManagerPlugin

2014-10-29 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated TEZ-1689: Attachment: TEZ-1689-addendum.patch Exception handling for EdgeManagerPlugin

[jira] [Commented] (TEZ-1689) Exception handling for EdgeManagerPlugin

2014-10-29 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14188302#comment-14188302 ] Jeff Zhang commented on TEZ-1689: - Attach the addendum patch to fix the unit test commit

[jira] [Commented] (TEZ-1703) Exception handling for InputInitializer

2014-10-29 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14188306#comment-14188306 ] Jeff Zhang commented on TEZ-1703: - BTW, I think we should rename RootInputInitializerManager

[jira] [Created] (TEZ-1719) Allow IFile reducer merge-sort to disable crc32 checksums

2014-10-29 Thread Gopal V (JIRA)
Gopal V created TEZ-1719: Summary: Allow IFile reducer merge-sort to disable crc32 checksums Key: TEZ-1719 URL: https://issues.apache.org/jira/browse/TEZ-1719 Project: Apache Tez Issue Type: Bug

[jira] [Updated] (TEZ-1719) Allow IFile reducer merge-sort to disable crc32 checksums

2014-10-29 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated TEZ-1719: - Labels: Performance (was: ) Allow IFile reducer merge-sort to disable crc32 checksums

[jira] [Updated] (TEZ-1547) Make use of state change notifier in VertexManagerPlugins

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bikas Saha updated TEZ-1547: Attachment: TEZ-1547.6.patch Patch comments out the done notification for now until TEZ-1714 is fixed. This

[jira] [Updated] (TEZ-1547) Make use of state change notifier in VertexManagerPlugins

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bikas Saha updated TEZ-1547: Attachment: TEZ-1547.6.patch Rebased Make use of state change notifier in VertexManagerPlugins

[jira] [Updated] (TEZ-1547) Make use of state change notifier in VertexManagerPlugins

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bikas Saha updated TEZ-1547: Attachment: (was: TEZ-1547.6.patch) Make use of state change notifier in VertexManagerPlugins

[jira] [Updated] (TEZ-1547) Make use of state change notifier in VertexManagerPlugins

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bikas Saha updated TEZ-1547: Attachment: (was: TEZ-1547.6.patch) Make use of state change notifier in VertexManagerPlugins

[jira] [Commented] (TEZ-1702) Hive : With Auto reduce parallelism enabled TPC-DS query 31 gets stuck in Reducer 12

2014-10-29 Thread Mostafa Mokhtar (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14188758#comment-14188758 ] Mostafa Mokhtar commented on TEZ-1702: -- [~rajesh.balamohan] Query runs fine on latest.

[jira] [Resolved] (TEZ-1702) Hive : With Auto reduce parallelism enabled TPC-DS query 31 gets stuck in Reducer 12

2014-10-29 Thread Mostafa Mokhtar (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mostafa Mokhtar resolved TEZ-1702. -- Resolution: Fixed Hive : With Auto reduce parallelism enabled TPC-DS query 31 gets stuck in

[jira] [Created] (TEZ-1720) Allow filters in all tables and also to pass in filters using url params

2014-10-29 Thread Prakash Ramachandran (JIRA)
Prakash Ramachandran created TEZ-1720: - Summary: Allow filters in all tables and also to pass in filters using url params Key: TEZ-1720 URL: https://issues.apache.org/jira/browse/TEZ-1720

[jira] [Updated] (TEZ-1720) Allow filters in all tables and also to pass in filters using url params

2014-10-29 Thread Prakash Ramachandran (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prakash Ramachandran updated TEZ-1720: -- Attachment: tez-1720.1.patch - added filtering to all tables using url params. Allow

[jira] [Updated] (TEZ-1547) Make use of state change notifier in VertexManagerPlugins

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bikas Saha updated TEZ-1547: Attachment: TEZ-1547.7.patch Fixing newly added master branch tests to work with new changes. Make use of

[jira] [Updated] (TEZ-1716) Additional ATS data for UI

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Shah updated TEZ-1716: - Summary: Additional ATS data for UI (was: Add failed attempts info to History at Vertex and DAG level.)

[jira] [Updated] (TEZ-1716) Additional ATS data for UI

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Shah updated TEZ-1716: - Description: Add failed and killed attempt info at DAG and Vertex Level. Add tez-site configuration

[jira] [Commented] (TEZ-1703) Exception handling for InputInitializer

2014-10-29 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14188956#comment-14188956 ] Siddharth Seth commented on TEZ-1703: - Comments on the patch. {code} -

[jira] [Commented] (TEZ-1703) Exception handling for InputInitializer

2014-10-29 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14188974#comment-14188974 ] Siddharth Seth commented on TEZ-1703: - And +1 for renaming the file. Please do that just

[jira] [Commented] (TEZ-1666) UserPayload should be null if the payload is not specified

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14188981#comment-14188981 ] Hitesh Shah commented on TEZ-1666: -- +1. With the version check in place, 0.5.1 clients

[jira] [Created] (TEZ-1721) Update INSTALL instructions for clarifying tez client jars compatibility with runtime tarball on HDFS

2014-10-29 Thread Hitesh Shah (JIRA)
Hitesh Shah created TEZ-1721: Summary: Update INSTALL instructions for clarifying tez client jars compatibility with runtime tarball on HDFS Key: TEZ-1721 URL: https://issues.apache.org/jira/browse/TEZ-1721

[jira] [Updated] (TEZ-1721) Update INSTALL instructions for clarifying tez client jars compatibility with runtime tarball on HDFS

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Shah updated TEZ-1721: - Priority: Critical (was: Major) Update INSTALL instructions for clarifying tez client jars compatibility

[jira] [Updated] (TEZ-1721) Update INSTALL instructions for clarifying tez client jars compatibility with runtime tarball on HDFS

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Shah updated TEZ-1721: - Target Version/s: 0.5.2 Update INSTALL instructions for clarifying tez client jars compatibility with

[jira] [Commented] (TEZ-1547) Make use of state change notifier in VertexManagerPlugins

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189059#comment-14189059 ] Bikas Saha commented on TEZ-1547: - [~rajesh.balamohan] [~sseth] [~hitesh] Please review.

[jira] [Comment Edited] (TEZ-1547) Make use of state change notifier in VertexManagerPlugins

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189059#comment-14189059 ] Bikas Saha edited comment on TEZ-1547 at 10/29/14 9:50 PM: ---

[jira] [Commented] (TEZ-1547) Make use of state change notifier in VertexManagerPlugins

2014-10-29 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189085#comment-14189085 ] Siddharth Seth commented on TEZ-1547: - In process. The patch has a bunch of changes

[jira] [Commented] (TEZ-1547) Make use of state change notifier in VertexManagerPlugins

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189115#comment-14189115 ] Bikas Saha commented on TEZ-1547: - Patch 1 has just the state change notification and can be

[jira] [Updated] (TEZ-1699) Vertex.setParallelism should throw an exception for invalid invocations

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bikas Saha updated TEZ-1699: Attachment: TEZ-1699.1.patch Removes the boolean return value and throws exceptions instead. Tests added.

[jira] [Commented] (TEZ-1700) Replace containerId from TaskLocationHint with [TaskIndex+Vertex] based affinity

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189155#comment-14189155 ] Hitesh Shah commented on TEZ-1700: -- Comments: Not sure if this is really safe from a

[jira] [Comment Edited] (TEZ-1700) Replace containerId from TaskLocationHint with [TaskIndex+Vertex] based affinity

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189155#comment-14189155 ] Hitesh Shah edited comment on TEZ-1700 at 10/29/14 10:32 PM: -

[jira] [Updated] (TEZ-1716) Additional ATS data for UI

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Shah updated TEZ-1716: - Attachment: TEZ-1716.1.patch [~bikassaha] [~sseth] [~gopalv] please review. Additional ATS data for UI

[jira] [Updated] (TEZ-1720) Allow filters in all tables and also to pass in filters using url params

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Shah updated TEZ-1720: - Fix Version/s: 0.6.0 Allow filters in all tables and also to pass in filters using url params

[jira] [Commented] (TEZ-1720) Allow filters in all tables and also to pass in filters using url params

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189211#comment-14189211 ] Hitesh Shah commented on TEZ-1720: -- Committed to branch TEZ-8 Allow filters in all tables

[jira] [Commented] (TEZ-1700) Replace containerId from TaskLocationHint with [TaskIndex+Vertex] based affinity

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189239#comment-14189239 ] Bikas Saha commented on TEZ-1700: - Binary compatibility should be fine. Would be hard to do

[jira] [Commented] (TEZ-1700) Replace containerId from TaskLocationHint with [TaskIndex+Vertex] based affinity

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189327#comment-14189327 ] Hitesh Shah commented on TEZ-1700: -- bq. Binary compatibility should be fine. Would be hard

[jira] [Updated] (TEZ-1716) Additional ATS data for UI

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Shah updated TEZ-1716: - Attachment: TEZ-1716.2.patch Additional changes to push successful attempt id to ATS. Additional ATS

[jira] [Updated] (TEZ-1716) Additional ATS data for UI

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Shah updated TEZ-1716: - Description: Add failed and killed attempt info at DAG and Vertex Level. Add tez-site configuration

[jira] [Commented] (TEZ-1700) Replace containerId from TaskLocationHint with [TaskIndex+Vertex] based affinity

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189382#comment-14189382 ] Bikas Saha commented on TEZ-1700: - Made the changes. Tried with broadcastAndOneToOneExample

[jira] [Updated] (TEZ-1700) Replace containerId from TaskLocationHint with [TaskIndex+Vertex] based affinity

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bikas Saha updated TEZ-1700: Attachment: TEZ-1700.2.patch Replace containerId from TaskLocationHint with [TaskIndex+Vertex] based

[jira] [Commented] (TEZ-1700) Replace containerId from TaskLocationHint with [TaskIndex+Vertex] based affinity

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189392#comment-14189392 ] Hitesh Shah commented on TEZ-1700: -- Most looks good except for the equals() check. it does

[jira] [Commented] (TEZ-1699) Vertex.setParallelism should throw an exception for invalid invocations

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189395#comment-14189395 ] Hitesh Shah commented on TEZ-1699: -- +1 Vertex.setParallelism should throw an exception

[jira] [Commented] (TEZ-1716) Additional ATS data for UI

2014-10-29 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189406#comment-14189406 ] Rajesh Balamohan commented on TEZ-1716: --- Minor comments. In DAGImpl.java, taskStats

[jira] [Commented] (TEZ-1716) Additional ATS data for UI

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189484#comment-14189484 ] Bikas Saha commented on TEZ-1716: - Shouldnt this come from YARN AHS? {code}+

[jira] [Comment Edited] (TEZ-1716) Additional ATS data for UI

2014-10-29 Thread Bikas Saha (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189484#comment-14189484 ] Bikas Saha edited comment on TEZ-1716 at 10/30/14 2:04 AM: --- Why is

[jira] [Commented] (TEZ-1716) Additional ATS data for UI

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189506#comment-14189506 ] Hitesh Shah commented on TEZ-1716: -- [~bikassaha] It is moving to DAGInitialized as that is

[jira] [Updated] (TEZ-1711) Don't cache outputSpecList in VertexImpl.getOutputSpecList(taskIndex)

2014-10-29 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated TEZ-1711: Attachment: TEZ-1711-2.patch Don't cache outputSpecList in VertexImpl.getOutputSpecList(taskIndex)

[jira] [Updated] (TEZ-1716) Additional ATS data for UI

2014-10-29 Thread Hitesh Shah (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Shah updated TEZ-1716: - Attachment: TEZ-1716.3.patch Patch with [~rajesh.balamohan]'s comments addressed. Additional ATS data

[jira] [Commented] (TEZ-1711) Don't cache outputSpecList in VertexImpl.getOutputSpecList(taskIndex)

2014-10-29 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189534#comment-14189534 ] Jeff Zhang commented on TEZ-1711: - [~bikassaha] Attach a new patch, bq. Given this

[jira] [Updated] (TEZ-1703) Exception handling for InputInitializer

2014-10-29 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated TEZ-1703: Attachment: TEZ-1703-3.patch Exception handling for InputInitializer

[jira] [Commented] (TEZ-1703) Exception handling for InputInitializer

2014-10-29 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189576#comment-14189576 ] Jeff Zhang commented on TEZ-1703: - bq. {code} DAGTerminationCause.VERTEX_FAILURE,

[jira] [Comment Edited] (TEZ-1703) Exception handling for InputInitializer

2014-10-29 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189576#comment-14189576 ] Jeff Zhang edited comment on TEZ-1703 at 10/30/14 3:28 AM: --- bq.

[jira] [Commented] (TEZ-1547) Make use of state change notifier in VertexManagerPlugins

2014-10-29 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189606#comment-14189606 ] Rajesh Balamohan commented on TEZ-1547: --- Corner case in ImmediateStartVertexManager:

[jira] [Commented] (TEZ-1716) Additional ATS data for UI

2014-10-29 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189642#comment-14189642 ] Rajesh Balamohan commented on TEZ-1716: --- Looked at the latest patch. lgtm. +1.