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

2014-10-30 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14191078#comment-14191078 ] Jeff Zhang commented on TEZ-1703: - [~sseth] Update the patch * Revert he renaming changes *

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

2014-10-30 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14191180#comment-14191180 ] Siddharth Seth commented on TEZ-1703: - +1. Looks good. Thanks [~zjffdu] Exception

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

2014-10-30 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14191404#comment-14191404 ] Jeff Zhang commented on TEZ-1703: - [~sseth] The origin patch has one race issue in test

[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-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] [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] [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-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] [Commented] (TEZ-1703) Exception handling for InputInitializer

2014-10-28 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14187802#comment-14187802 ] Jeff Zhang commented on TEZ-1703: - [~sseth] I attach a patch for this. * for