[GitHub] spark pull request #16975: [SPARK-19522] Fix executor memory in local-cluste...

2017-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16975 --- 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 ena

[GitHub] spark pull request #16975: [SPARK-19522] Fix executor memory in local-cluste...

2017-02-22 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/16975#discussion_r102569401 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -470,12 +470,25 @@ class SparkContext(config: SparkConf) extends Logging {

[GitHub] spark pull request #16975: [SPARK-19522] Fix executor memory in local-cluste...

2017-02-21 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16975#discussion_r102337722 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -470,12 +470,25 @@ class SparkContext(config: SparkConf) extends Logging {

[GitHub] spark pull request #16975: [SPARK-19522] Fix executor memory in local-cluste...

2017-02-17 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/16975#discussion_r101887609 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -466,7 +466,7 @@ object SparkSubmit extends CommandLineUtils { /

[GitHub] spark pull request #16975: [SPARK-19522] Fix executor memory in local-cluste...

2017-02-17 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/16975#discussion_r101887589 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -466,7 +466,7 @@ object SparkSubmit extends CommandLineUtils { /

[GitHub] spark pull request #16975: [SPARK-19522] Fix executor memory in local-cluste...

2017-02-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16975#discussion_r101862197 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -466,7 +466,7 @@ object SparkSubmit extends CommandLineUtils { // Ot

[GitHub] spark pull request #16975: [SPARK-19522] Fix executor memory in local-cluste...

2017-02-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16975#discussion_r101860376 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -466,7 +466,7 @@ object SparkSubmit extends CommandLineUtils { // Ot

[GitHub] spark pull request #16975: [SPARK-19522] Fix executor memory in local-cluste...

2017-02-17 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/16975#discussion_r101857385 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -466,7 +466,7 @@ object SparkSubmit extends CommandLineUtils { /

[GitHub] spark pull request #16975: [SPARK-19522] Fix executor memory in local-cluste...

2017-02-17 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/16975#discussion_r101857230 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -466,7 +466,7 @@ object SparkSubmit extends CommandLineUtils { /

[GitHub] spark pull request #16975: [SPARK-19522] Fix executor memory in local-cluste...

2017-02-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16975#discussion_r101851064 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -466,7 +466,7 @@ object SparkSubmit extends CommandLineUtils { // Ot

[GitHub] spark pull request #16975: [SPARK-19522] Fix executor memory in local-cluste...

2017-02-17 Thread andrewor14
GitHub user andrewor14 opened a pull request: https://github.com/apache/spark/pull/16975 [SPARK-19522] Fix executor memory in local-cluster mode ## What changes were proposed in this pull request? ``` bin/spark-shell --master local-cluster[2,1,2048] ``` is suppos