Naveen Mathew created SPARK-18071: ------------------------------------- Summary: How to solve Java heap space error in prefixSpan (pySpark)? Key: SPARK-18071 URL: https://issues.apache.org/jira/browse/SPARK-18071 Project: Spark Issue Type: Question Environment: pySpark Reporter: Naveen Mathew Priority: Minor
data = sc.parallelize(sequences, 2) model = PrefixSpan.train(data) model.freqSequences().collect() ** Java heap space error ** -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org