Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-3071] Increase default driver memory #7132

Closed
wants to merge 11 commits into from

Conversation

ilganeli
Copy link

I've updated default values in comments, documentation, and in the command line builder to be 1g based on comments in the JIRA. I've also updated most usages to point at a single variable defined in the Utils.scala and JavaUtils.java files. This wasn't possible in all cases (R, shell scripts etc.) but usage in most code is now pointing at the same place.

Please let me know if I've missed anything.

Will the spark-shell use the value within the command line builder during instantiation?

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented Jun 30, 2015

Test build #36178 has started for PR 7132 at commit 2698a3d.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@mengxr
Copy link
Contributor

mengxr commented Jun 30, 2015

+1 and ping @pwendell


import org.apache.spark.{SparkConf, SparkFunSuite}
import org.json4s.jackson.JsonMethods._
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check Spark code style guide about how to organize imports: https://cwiki.apache.org/confluence/display/SPARK/Spark+Code+Style+Guide

Fixed import ordering.
@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented Jun 30, 2015

Test build #36191 has started for PR 7132 at commit 09ad698.

@SparkQA
Copy link

SparkQA commented Jun 30, 2015

Test build #36178 has finished for PR 7132 at commit 2698a3d.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@SparkQA
Copy link

SparkQA commented Jun 30, 2015

Test build #36191 has finished for PR 7132 at commit 09ad698.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

Ilya Ganelin added 2 commits July 1, 2015 07:55
…st all locations instead of setting manually in each
@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented Jul 1, 2015

Test build #36254 has started for PR 7132 at commit 39732a1.

@SparkQA
Copy link

SparkQA commented Jul 1, 2015

Test build #36254 has finished for PR 7132 at commit 39732a1.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented Jul 1, 2015

Test build #36268 has started for PR 7132 at commit e5db35d.

@SparkQA
Copy link

SparkQA commented Jul 1, 2015

Test build #36286 has started for PR 7132 at commit 26cc177.

@mengxr
Copy link
Contributor

mengxr commented Jul 1, 2015

@andrewor14 This is a major change. Where should we document it for the 1.5 release?

@andrewor14
Copy link
Contributor

@pwendell This is a major change. Where should we document it for the 1.5 release?

@JoshRosen
Copy link
Contributor

Maybe we can create a release notes Google Doc or a page on the Apache CWiki for holding a list of things which need to go into the release notes?

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented Jul 1, 2015

Test build #36291 has started for PR 7132 at commit fd67721.

@SparkQA
Copy link

SparkQA commented Jul 1, 2015

Test build #36282 has finished for PR 7132 at commit 26cc177.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented Jul 1, 2015

Test build #36297 has started for PR 7132 at commit 271610b.

@SparkQA
Copy link

SparkQA commented Jul 1, 2015

Test build #36286 has finished for PR 7132 at commit 26cc177.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@SparkQA
Copy link

SparkQA commented Jul 1, 2015

Test build #36291 has finished for PR 7132 at commit fd67721.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@SparkQA
Copy link

SparkQA commented Jul 1, 2015

Test build #36297 has finished for PR 7132 at commit 271610b.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@andrewor14
Copy link
Contributor

@ilganeli looks like a legitimate test failure

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented Jul 2, 2015

Test build #36325 has started for PR 7132 at commit 4074164.

@SparkQA
Copy link

SparkQA commented Jul 2, 2015

Test build #36325 has finished for PR 7132 at commit 4074164.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@andrewor14
Copy link
Contributor

Merging into master! Thanks @ilganeli. We'll update the release notes separately.

@asfgit asfgit closed this in 3697232 Jul 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants