Uh oh!
There was an error while loading. Please reload this page.
[SPARK-6120] [mllib] Warnings about memory in tree, ensemble model save - #4864
[SPARK-6120] [mllib] Warnings about memory in tree, ensemble model save#4864jkbradley wants to merge 2 commits into
Conversation
… with too small a Java heap size
SparkQA
commented
Mar 3, 2015
Test build #28211 has started for PR 4864 at commit
|
There was a problem hiding this comment.
Move this into the the if (sc.isLocal) branch.
SparkQA
commented
Mar 3, 2015
Test build #28213 has started for PR 4864 at commit
|
SparkQA
commented
Mar 3, 2015
Test build #28213 has finished for PR 4864 at commit
|
AmplabJenkins
commented
Mar 3, 2015
Test FAILed. |
SparkQA
commented
Mar 3, 2015
Test build #28211 has finished for PR 4864 at commit
|
AmplabJenkins
commented
Mar 3, 2015
Test PASSed. |
Issue: When the Python DecisionTree example in the programming guide is run, it runs out of Java Heap Space when using the default memory settings for the spark shell. This prints a warning. CC: mengxr Author: Joseph K. Bradley <joseph@databricks.com> Closes#4864 from jkbradley/dt-save-heap and squashes the following commits: 02e8daf [Joseph K. Bradley] fixed based on code review 7ecb1ed [Joseph K. Bradley] Added warnings about memory when calling tree and ensemble model save with too small a Java heap size (cherry picked from commit c2fe3a6) Signed-off-by: Xiangrui Meng <meng@databricks.com>
mengxr
commented
Mar 3, 2015
LGTM. Merged into master and branch-1.3. Thanks! |
Issue: When the Python DecisionTree example in the programming guide is run, it runs out of Java Heap Space when using the default memory settings for the spark shell.
This prints a warning.
CC: @mengxr