GitHub user logarithm opened a pull request:

    https://github.com/apache/samza/pull/84

    SAMZA-1138: Yarn capability check is broken

    After migration from yarn.container.* properties to 
cluster-manager.container.* properties we have to use either of them and 
ClusterManagerConfig provides backward compatibility for these properties. But 
in YarnClusterResourceManager only old properties are used (from YarnConfig), 
hence if job config migrated to new cluster-manager.* properties names then 
check will be evaluated against default values, not against actual values.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/metamx/samza yarn-properties-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/84.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #84
    
----
commit 3c407851e281e2b372ecae0ca4eca7b2caf1d1e0
Author: Maksim Logvinenko <mlogvine...@gmail.com>
Date:   2017-03-13T15:52:36Z

    cluster-manager.container.* properties were ignored in 
YarnClusterResourceManager

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to