[ 
https://issues.apache.org/jira/browse/YARN-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14289349#comment-14289349
 ] 

Tsuyoshi OZAWA commented on YARN-3086:
--------------------------------------

{code}
I'm was not able to run any the tests because the tests in "trunk" don't seem 
to pass
{code}

The intermittent test failure can be observed currently for some reasons - port 
conflict, shortage of resource, and timing issues. We should fix them, but the 
problems are still there. I recommend you to run test under the related 
directory - in this case, I recommend you to run tests under 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager
 instead of root directory.

{code}
Am I supposed to develop against a version specific branch?
{code}

The develop branch is trunk, so I recommend you to develop on trunk except the 
problem is branch-specific problem.

> 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
>            Reporter: Robert Metzger
>            Priority: Minor
>         Attachments: 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)

Reply via email to