You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by abridgett <gi...@git.apache.org> on 2015/12/23 16:58:37 UTC

[GitHub] spark pull request: [SPARK-12499] [build] don't force MAVEN_OPTS

GitHub user abridgett opened a pull request:

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

    [SPARK-12499] [build] don't force MAVEN_OPTS

    allow the user to override MAVEN_OPTS (2GB wasn't sufficient for me)

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

    $ git pull https://github.com/abridgett/spark feature/do_not_force_maven_opts

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

    https://github.com/apache/spark/pull/10448.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 #10448
    
----
commit 2f90b4db1fe52b7d80250137105bd6127e94bda0
Author: Adrian Bridgett <ad...@smop.co.uk>
Date:   2015-12-23T15:44:25Z

    don't force MAVEN_OPTS

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12499] [build] don't force MAVEN_OPTS

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12499] [build] don't force MAVEN_OPTS

Posted by JoshRosen <gi...@git.apache.org>.
Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/10448#issuecomment-167011370
  
    I've merged this into `master` and `branch-1.6`. Thanks!


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12499] [build] don't force MAVEN_OPTS

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/10448#issuecomment-166931510
  
    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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12499] [build] don't force MAVEN_OPTS

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10448#discussion_r56179522
  
    --- Diff: make-distribution.sh ---
    @@ -159,7 +159,7 @@ fi
     # Build uber fat JAR
     cd "$SPARK_HOME"
     
    -export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m"
    +export MAVEN_OPTS="${MAVEN_OPTS:--Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m}"
    --- End diff --
    
    For posterity (since this initially confused me): This is the Bash syntax for parameter substitution with a default value.
    
    Reference: http://www.tldp.org/LDP/abs/html/parameter-substitution.html


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12499] [build] don't force MAVEN_OPTS

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/10448#issuecomment-166977795
  
    **[Test build #2252 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2252/consoleFull)** for PR 10448 at commit [`2f90b4d`](https://github.com/apache/spark/commit/2f90b4db1fe52b7d80250137105bd6127e94bda0).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:\n  * `class JavaWordBlacklist `\n  * `class JavaDroppedWordsCounter `\n  * `case class AssertNotNull(`\n


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12499] [build] don't force MAVEN_OPTS

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/10448#issuecomment-166959071
  
    **[Test build #2252 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2252/consoleFull)** for PR 10448 at commit [`2f90b4d`](https://github.com/apache/spark/commit/2f90b4db1fe52b7d80250137105bd6127e94bda0).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12499] [build] don't force MAVEN_OPTS

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/10448#issuecomment-166958625
  
    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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12499] [build] don't force MAVEN_OPTS

Posted by abridgett <gi...@git.apache.org>.
Github user abridgett commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10448#discussion_r56180120
  
    --- Diff: make-distribution.sh ---
    @@ -159,7 +159,7 @@ fi
     # Build uber fat JAR
     cd "$SPARK_HOME"
     
    -export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m"
    +export MAVEN_OPTS="${MAVEN_OPTS:--Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m}"
    --- End diff --
    
    Indeed. POSIX shell too FYI- so should work with pretty much anything: http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_06_02


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org