[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-30 Thread pwendell
Github user pwendell commented on the pull request:

https://github.com/apache/spark/pull/1494#issuecomment-50694786
  
Jenkins, test this please. This seems like a straightforward fix - LGTM.


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-30 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/1494#issuecomment-50695258
  
QA tests have started for PR 1494. This patch merges cleanly. brView 
progress: 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17512/consoleFull


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-30 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/1494#issuecomment-50698753
  
QA results for PR 1494:br- This patch FAILED unit tests.br- This patch 
merges cleanlybr- This patch adds no public classesbrbrFor more 
information see test 
ouptut:brhttps://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17512/consoleFull


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-30 Thread pwendell
Github user pwendell commented on the pull request:

https://github.com/apache/spark/pull/1494#issuecomment-50706693
  
Jenkins, retest this please.


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-30 Thread pwendell
Github user pwendell commented on the pull request:

https://github.com/apache/spark/pull/1494#issuecomment-50706728
  
This failed a random unit test that I would guess is unrelated.


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-30 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/1494#issuecomment-50709274
  
QA results for PR 1494:br- This patch PASSES unit tests.br- This patch 
merges cleanlybr- This patch adds no public classesbrbrFor more 
information see test 
ouptut:brhttps://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17541/consoleFull


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-30 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-19 Thread maji2014
Github user maji2014 closed the pull request at:

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


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-19 Thread maji2014
GitHub user maji2014 opened a pull request:

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

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/1494.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 #1494


commit b0f66400990befead3a6aaa1172112bd090272e8
Author: derek ma ma...@asiainfo-linkage.com
Date:   2014-07-19T10:53:08Z

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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/1494#issuecomment-49506353
  
Can one of the admins verify this patch?


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-17 Thread maji2014
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.
---


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/1457#issuecomment-49264180
  
Can one of the admins verify this patch?


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-17 Thread maji2014
Github user maji2014 commented on the pull request:

https://github.com/apache/spark/pull/1457#issuecomment-49264699
  
Please focus on the second issue  as the first issue is a old patch on June.


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-17 Thread maji2014
Github user maji2014 closed the pull request at:

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


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-17 Thread maji2014
GitHub user maji2014 reopened 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.

commit ce83892fc275eb31fb6b85248fbd1f8a76d984a7
Author: maji2014 ma...@asiainfo-linkage.com
Date:   2014-07-18T02:43:49Z

Revert Update run-example

This reverts commit 2cc1af6e69fa1dc1a76383e44d9b5389d4e133af.

commit e462d3ac85b3e9a5d3db637432c5feecb4661603
Author: maji2014 ma...@asiainfo-linkage.com
Date:   2014-07-18T02:44:07Z

Revert Revert Update run-example

This reverts commit ce83892fc275eb31fb6b85248fbd1f8a76d984a7.




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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/1457#issuecomment-49391172
  
Can one of the admins verify this patch?


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


[GitHub] spark pull request: Required AM memory is amMem, not args.amMem...

2014-07-17 Thread maji2014
Github user maji2014 commented on the pull request:

https://github.com/apache/spark/pull/1457#issuecomment-49391500
  
Please focus on second issue as title. the first Update run-example is a 
old patch.


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