You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Jeff Zhang (JIRA)" <ji...@apache.org> on 2014/10/31 03:07:33 UTC

[jira] [Updated] (TEZ-1724) Refactoring - Consolidate ROOT_INPUT and INPUT

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

Jeff Zhang updated TEZ-1724:
----------------------------
    Description: 
Some places we use ROOT_INPUT , while other places we use INPUT, we need to consolidate them, here're some places need to refractor.
* RootInputInitializerManager -> InputInitializerManager
* TezRootInputInitializerContextImpl -> TezInputInitializerContextImpl
* VertexEventRootInputInitialized -> VertexEventInputInitialized
* VertexEventRootInputFailed -> VertexEventInputFailed
* VertexTerminationCause.ROOT_INPUT_INIT_FAILURE -> VertexTerminationCause.INPUT_INIT_FAILURE.
* EventType.ROOT_INPUT_DATA_INFORMATION_EVENT -> EventType.INPUT_DATA_INFORMATION_EVENT
* EventType.ROOT_INPUT_INITIALIZER_EVENT -> EventType.INPUT_INITIALIZER_EVENT
* VertexEventType.V_ROOT_INPUT_INITIALIZED -> VertexEventType.V_INPUT_INITIALIZED
* VertexEventType.V_ROOT_INPUT_FAILED -> VertexEventType.V_INPUT_INIT_FAILED


> Refactoring - Consolidate ROOT_INPUT and INPUT
> ----------------------------------------------
>
>                 Key: TEZ-1724
>                 URL: https://issues.apache.org/jira/browse/TEZ-1724
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.5.1
>            Reporter: Jeff Zhang
>
> Some places we use ROOT_INPUT , while other places we use INPUT, we need to consolidate them, here're some places need to refractor.
> * RootInputInitializerManager -> InputInitializerManager
> * TezRootInputInitializerContextImpl -> TezInputInitializerContextImpl
> * VertexEventRootInputInitialized -> VertexEventInputInitialized
> * VertexEventRootInputFailed -> VertexEventInputFailed
> * VertexTerminationCause.ROOT_INPUT_INIT_FAILURE -> VertexTerminationCause.INPUT_INIT_FAILURE.
> * EventType.ROOT_INPUT_DATA_INFORMATION_EVENT -> EventType.INPUT_DATA_INFORMATION_EVENT
> * EventType.ROOT_INPUT_INITIALIZER_EVENT -> EventType.INPUT_INITIALIZER_EVENT
> * VertexEventType.V_ROOT_INPUT_INITIALIZED -> VertexEventType.V_INPUT_INITIALIZED
> * VertexEventType.V_ROOT_INPUT_FAILED -> VertexEventType.V_INPUT_INIT_FAILED



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