[jira] [Updated] (YARN-3210) [Source organization] Refactor timeline aggregator according to new code organization

2015-03-02 Thread Li Lu (JIRA)

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

Li Lu updated YARN-3210:

Attachment: YARN-3210-030215_2.patch

New patch changed two variable names that are not fixed in the previous one. 

> [Source organization] Refactor timeline aggregator according to new code 
> organization
> -
>
> Key: YARN-3210
> URL: https://issues.apache.org/jira/browse/YARN-3210
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Reporter: Li Lu
>Assignee: Li Lu
>  Labels: refactor
> Attachments: YARN-3210-022715.patch, YARN-3210-030215.patch, 
> YARN-3210-030215_1.patch, YARN-3210-030215_2.patch
>
>
> We may want to refactor the code of timeline aggregator according to the 
> discussion of YARN-3166, the code organization for timeline service v2. We 
> need to refactor the code after we reach an agreement on the aggregator part 
> of YARN-3166. 



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


[jira] [Updated] (YARN-3210) [Source organization] Refactor timeline aggregator according to new code organization

2015-03-02 Thread Li Lu (JIRA)

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

Li Lu updated YARN-3210:

Attachment: YARN-3210-030215_1.patch

Thanks [~zjshen]! I've updated my patch according to your review. Specifically, 
this time I refactored TimelineAggregatorsCollection for better aggregator 
creation interface. I've also gone through related classes for member variable 
names, including unit tests. 

> [Source organization] Refactor timeline aggregator according to new code 
> organization
> -
>
> Key: YARN-3210
> URL: https://issues.apache.org/jira/browse/YARN-3210
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Reporter: Li Lu
>Assignee: Li Lu
>  Labels: refactor
> Attachments: YARN-3210-022715.patch, YARN-3210-030215.patch, 
> YARN-3210-030215_1.patch
>
>
> We may want to refactor the code of timeline aggregator according to the 
> discussion of YARN-3166, the code organization for timeline service v2. We 
> need to refactor the code after we reach an agreement on the aggregator part 
> of YARN-3166. 



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


[jira] [Updated] (YARN-3210) [Source organization] Refactor timeline aggregator according to new code organization

2015-03-02 Thread Li Lu (JIRA)

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

Li Lu updated YARN-3210:

Attachment: YARN-3210-030215.patch

Thanks [~zjshen] and [~vinodkv] for the review! I've attached a new patch 
according to your review comments. 

> [Source organization] Refactor timeline aggregator according to new code 
> organization
> -
>
> Key: YARN-3210
> URL: https://issues.apache.org/jira/browse/YARN-3210
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Reporter: Li Lu
>Assignee: Li Lu
>  Labels: refactor
> Attachments: YARN-3210-022715.patch, YARN-3210-030215.patch
>
>
> We may want to refactor the code of timeline aggregator according to the 
> discussion of YARN-3166, the code organization for timeline service v2. We 
> need to refactor the code after we reach an agreement on the aggregator part 
> of YARN-3166. 



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


[jira] [Updated] (YARN-3210) [Source organization] Refactor timeline aggregator according to new code organization

2015-02-27 Thread Li Lu (JIRA)

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

Li Lu updated YARN-3210:

Attachment: YARN-3210-022715.patch

In this patch I refactored the timeline aggregators according to our discussion 
in YARN-3166. 

> [Source organization] Refactor timeline aggregator according to new code 
> organization
> -
>
> Key: YARN-3210
> URL: https://issues.apache.org/jira/browse/YARN-3210
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Reporter: Li Lu
>Assignee: Li Lu
>  Labels: refactor
> Attachments: YARN-3210-022715.patch
>
>
> We may want to refactor the code of timeline aggregator according to the 
> discussion of YARN-3166, the code organization for timeline service v2. We 
> need to refactor the code after we reach an agreement on the aggregator part 
> of YARN-3166. 



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


[jira] [Updated] (YARN-3210) [Source organization] Refactor timeline aggregator according to new code organization

2015-02-23 Thread Li Lu (JIRA)

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

Li Lu updated YARN-3210:

Labels: refactor  (was: )

> [Source organization] Refactor timeline aggregator according to new code 
> organization
> -
>
> Key: YARN-3210
> URL: https://issues.apache.org/jira/browse/YARN-3210
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Reporter: Li Lu
>Assignee: Li Lu
>  Labels: refactor
>
> We may want to refactor the code of timeline aggregator according to the 
> discussion of YARN-3166, the code organization for timeline service v2. We 
> need to refactor the code after we reach an agreement on the aggregator part 
> of YARN-3166. 



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


[jira] [Updated] (YARN-3210) [Source organization] Refactor timeline aggregator according to new code organization

2015-02-17 Thread Li Lu (JIRA)

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

Li Lu updated YARN-3210:

Summary: [Source organization] Refactor timeline aggregator according to 
new code organization  (was: [Code organization] Refactor timeline aggregator 
according to new code organization)

> [Source organization] Refactor timeline aggregator according to new code 
> organization
> -
>
> Key: YARN-3210
> URL: https://issues.apache.org/jira/browse/YARN-3210
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Reporter: Li Lu
>Assignee: Li Lu
>
> We may want to refactor the code of timeline aggregator according to the 
> discussion of YARN-3166, the code organization for timeline service v2. We 
> need to refactor the code after we reach an agreement on the aggregator part 
> of YARN-3166. 



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