You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Shadi A. Noghabi (JIRA)" <ji...@apache.org> on 2015/07/29 00:11:04 UTC

[jira] [Updated] (SAMZA-743) SAMZA-717 (Expose the TaskNameGrouper API) does not get the number of containers correctly

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

Shadi A. Noghabi updated SAMZA-743:
-----------------------------------
    Attachment: SAMZA-743.patch

> SAMZA-717 (Expose the TaskNameGrouper API) does not get the number of containers correctly
> ------------------------------------------------------------------------------------------
>
>                 Key: SAMZA-743
>                 URL: https://issues.apache.org/jira/browse/SAMZA-743
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Shadi A. Noghabi
>         Attachments: SAMZA-743.patch
>
>
> SAMZA-717 (Expose the TaskNameGrouper API) has a factory to pick the Container grouper. There is a factory imeplentation of GroupByContainerCount. However it does not get the container count correctly. It uses config.getInt(JobConfig.JOB_CONTAINER_COUNT, 1). However if the user defines the number of containers by using the "yarn.container.count" config (which is deprecated but still supported) it will not  pick the right number. 



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