[
https://issues.apache.org/jira/browse/YARN-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14295051#comment-14295051
]
Hudson commented on YARN-3086:
------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk #821 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk/821/])
YARN-3086. Make NodeManager memory configurable in MiniYARNCluster. Contributed
by Robert Metzger. (ozawa: rev f56da3ce040b16582ce8153df0d7cea00becd843)
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/MiniYARNCluster.java
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* hadoop-yarn-project/CHANGES.txt
> Make NodeManager memory configurable in MiniYARNCluster
> -------------------------------------------------------
>
> Key: YARN-3086
> URL: https://issues.apache.org/jira/browse/YARN-3086
> Project: Hadoop YARN
> Issue Type: Improvement
> Components: test
> Affects Versions: 2.6.0
> Reporter: Robert Metzger
> Assignee: Robert Metzger
> Priority: Minor
> Fix For: 2.7.0
>
> Attachments: YARN-3086-2.patch, YARN-3086.patch
>
>
> Apache Flink has a build-in YARN client to deploy it to YARN clusters.
> Recently, we added more tests for the client, using the MiniYARNCluster.
> One of the tests is requesting more containers than available. This test
> works well on machines with enough memory, but on travis-ci (our test
> environment), the available main memory is limited to 3 GB.
> Therefore, I want to set custom amount of memory for each NodeManager.
> Right now, the NodeManager memory is hardcoded to 4GB.
> As discussed on the yarn-dev list, I'm going to create a patch for this issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)