spark git commit: [SPARK-19550][BUILD][FOLLOW-UP] Remove MaxPermSize for sql module
Repository: spark Updated Branches: refs/heads/master b59808385 -> a38c887ac [SPARK-19550][BUILD][FOLLOW-UP] Remove MaxPermSize for sql module ## What changes were proposed in this pull request? Remove `MaxPermSize` for `sql` module ## How was this patch tested? Manually tested. Author: Yuming Wang Closes #20268 from wangyum/SPARK-19550-MaxPermSize. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a38c887a Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a38c887a Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a38c887a Branch: refs/heads/master Commit: a38c887ac093d7cf343d807515147d87ca931ce7 Parents: b598083 Author: Yuming Wang Authored: Mon Jan 15 07:49:34 2018 -0600 Committer: Sean Owen Committed: Mon Jan 15 07:49:34 2018 -0600 -- sql/catalyst/pom.xml | 2 +- sql/core/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- http://git-wip-us.apache.org/repos/asf/spark/blob/a38c887a/sql/catalyst/pom.xml -- diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index 839b929..7d23637 100644 --- a/sql/catalyst/pom.xml +++ b/sql/catalyst/pom.xml @@ -134,7 +134,7 @@ org.scalatest scalatest-maven-plugin - -ea -Xmx4g -Xss4m -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=512m + -ea -Xmx4g -Xss4m -XX:ReservedCodeCacheSize=${CodeCacheSize} http://git-wip-us.apache.org/repos/asf/spark/blob/a38c887a/sql/core/pom.xml -- diff --git a/sql/core/pom.xml b/sql/core/pom.xml index 744daa6..ef41837 100644 --- a/sql/core/pom.xml +++ b/sql/core/pom.xml @@ -195,7 +195,7 @@ org.scalatest scalatest-maven-plugin - -ea -Xmx4g -Xss4m -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=512m + -ea -Xmx4g -Xss4m -XX:ReservedCodeCacheSize=${CodeCacheSize} - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org
spark git commit: [SPARK-19550][BUILD][FOLLOW-UP] Remove MaxPermSize for sql module
Repository: spark Updated Branches: refs/heads/branch-2.3 188999a34 -> 3491ca4fb [SPARK-19550][BUILD][FOLLOW-UP] Remove MaxPermSize for sql module ## What changes were proposed in this pull request? Remove `MaxPermSize` for `sql` module ## How was this patch tested? Manually tested. Author: Yuming Wang Closes #20268 from wangyum/SPARK-19550-MaxPermSize. (cherry picked from commit a38c887ac093d7cf343d807515147d87ca931ce7) Signed-off-by: Sean Owen Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3491ca4f Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3491ca4f Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3491ca4f Branch: refs/heads/branch-2.3 Commit: 3491ca4fb5c2e3fecd727f7a31b8efbe74032bcc Parents: 188999a Author: Yuming Wang Authored: Mon Jan 15 07:49:34 2018 -0600 Committer: Sean Owen Committed: Mon Jan 15 07:49:43 2018 -0600 -- sql/catalyst/pom.xml | 2 +- sql/core/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- http://git-wip-us.apache.org/repos/asf/spark/blob/3491ca4f/sql/catalyst/pom.xml -- diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index d053007..865d3b3 100644 --- a/sql/catalyst/pom.xml +++ b/sql/catalyst/pom.xml @@ -134,7 +134,7 @@ org.scalatest scalatest-maven-plugin - -ea -Xmx4g -Xss4m -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=512m + -ea -Xmx4g -Xss4m -XX:ReservedCodeCacheSize=${CodeCacheSize} http://git-wip-us.apache.org/repos/asf/spark/blob/3491ca4f/sql/core/pom.xml -- diff --git a/sql/core/pom.xml b/sql/core/pom.xml index ac5efea..f39bffe 100644 --- a/sql/core/pom.xml +++ b/sql/core/pom.xml @@ -195,7 +195,7 @@ org.scalatest scalatest-maven-plugin - -ea -Xmx4g -Xss4m -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=512m + -ea -Xmx4g -Xss4m -XX:ReservedCodeCacheSize=${CodeCacheSize} - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org