You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiaoye Sun (JIRA)" <ji...@apache.org> on 2016/11/22 22:47:58 UTC

[jira] [Created] (SPARK-18548) OnlineLDAOptimizer reads the same broadcast data after deletion

Xiaoye Sun created SPARK-18548:
----------------------------------

             Summary: OnlineLDAOptimizer reads the same broadcast data after deletion
                 Key: SPARK-18548
                 URL: https://issues.apache.org/jira/browse/SPARK-18548
             Project: Spark
          Issue Type: Improvement
          Components: MLlib
    Affects Versions: 1.6.1
            Reporter: Xiaoye Sun
            Priority: Trivial


In submitMiniBatch() called by OnlineLDAOptimizer, broadcast variable expElogbeta is deleted before its use in the second time, which causes the executor reads the same large broadcast data twice. I suggest to move the broadcast data deletion (expElogbetaBc.unpersist()) later. 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org