-
- Downloads
[SPARK-6120] [mllib] Warnings about memory in tree, ensemble model save
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
Showing
- mllib/src/main/scala/org/apache/spark/mllib/tree/model/DecisionTreeModel.scala 25 additions, 2 deletions...org/apache/spark/mllib/tree/model/DecisionTreeModel.scala
- mllib/src/main/scala/org/apache/spark/mllib/tree/model/treeEnsembleModels.scala 25 additions, 2 deletions...rg/apache/spark/mllib/tree/model/treeEnsembleModels.scala
Please register or sign in to comment