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

Edward J. Yoon resolved HAMA-939.
---------------------------------
    Resolution: Fixed

Instead of setting taskAttemptId, we can use container id directly.

{code}
-      vargs.add(Long.toString(taskAttemptId));
+     vargs.add(Long.toString(container.getId().getContainerId()));
{code}

Thanks, I'll create new RC now.

> Refactoring which was implement using out-of-date status response
> -----------------------------------------------------------------
>
>                 Key: HAMA-939
>                 URL: https://issues.apache.org/jira/browse/HAMA-939
>             Project: Hama
>          Issue Type: Improvement
>          Components: yarn
>    Affects Versions: 0.7.0
>            Reporter: Minho Kim
>            Assignee: Minho Kim
>             Fix For: 0.7.0
>
>         Attachments: HAMA-939_v1.patch, HAMA-939_v2.patch, HAMA-939_v3.patch, 
> HAMA-939_v4.patch
>
>
> Status response handler of current YARN module is out of date.
> So I'm planning to modify status response handler using callback handler of 
> RM and NM.



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

Reply via email to