-
- Downloads
[MINOR] Avoid passing the PermGenSize option to IBM JVMs.
IBM's Java VM doesn't have the concept of a permgen, so this option shouldn't be passed when the vendor property shows it is an IBM JDK. Author: Tim Ellison <t.p.ellison@gmail.com> Author: Tim Ellison <tellison@users.noreply.github.com> Closes #6055 from tellison/MaxPermSize and squashes the following commits: 3a0fb66 [Tim Ellison] Convert tabs back to spaces 6ad4266 [Tim Ellison] Remove unnecessary else clauses to reduce nesting. d27174b [Tim Ellison] Merge branch 'master' of https://github.com/apache/spark into MaxPermSize 42a8c3f [Tim Ellison] [MINOR] Avoid passing the PermGenSize option to IBM JVMs.
Showing
- launcher/src/main/java/org/apache/spark/launcher/AbstractCommandBuilder.java 4 additions, 1 deletion...ava/org/apache/spark/launcher/AbstractCommandBuilder.java
- launcher/src/main/java/org/apache/spark/launcher/CommandBuilderUtils.java 20 additions, 0 deletions...n/java/org/apache/spark/launcher/CommandBuilderUtils.java
Loading
Please register or sign in to comment