GitHub user maji2014 opened a pull request:

    https://github.com/apache/spark/pull/1457

    Required AM memory is "amMem", not "args.amMemory"

    "ERROR yarn.Client: Required AM memory (1024) is above the max threshold 
(1048) of this cluster" appears if this code is not changed. obviously, 1024 is 
less than 1048, so change this

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

    $ git pull https://github.com/maji2014/spark master

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

    https://github.com/apache/spark/pull/1457.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 #1457
    
----
commit 2cc1af6e69fa1dc1a76383e44d9b5389d4e133af
Author: maji2014 <ma...@asiainfo-linkage.com>
Date:   2014-06-08T11:19:01Z

    Update run-example
    
    Old code can only be ran under spark_home and use "bin/run-example".
     Error "./run-example: line 55: ./bin/spark-submit: No such file or 
directory" appears when running in other place. So change this

commit 9975f13235c4e4f325df8419878b0977db533e5f
Author: derek ma <ma...@asiainfo-linkage.com>
Date:   2014-07-17T06:35:30Z

    Required AM memory is "amMem", not "args.amMemory"
    
    "ERROR yarn.Client: Required AM memory (1024) is above the max threshold 
(1048) of this cluster" appears if this code is not changed. obviously, 1024 is 
less than 1048. So change this.

----


---
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