----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51634/ -----------------------------------------------------------
Review request for samza. Bugs: SAMZA-1014 https://issues.apache.org/jira/browse/SAMZA-1014 Repository: samza Description ------- In some cases we need to set up CPU cores count for samza application masters. Previously, samza had hardcoded value = 1 for CPU? cores. In this patch "yarn.am.container.cpu.cores" property has been added with default value 1. This can be useful if we want to run AM on some specific nodes with specific CPU cores count. Diffs ----- samza-yarn/src/main/java/org/apache/samza/config/YarnConfig.java 8f2dc48 samza-yarn/src/main/scala/org/apache/samza/job/yarn/ClientHelper.scala 0998c43 Diff: https://reviews.apache.org/r/51634/diff/ Testing ------- Thanks, Maxim Logvinenko