You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiangrui Meng (JIRA)" <ji...@apache.org> on 2015/07/07 17:41:05 UTC

[jira] [Updated] (SPARK-8870) Use SQLContext.getOrCreate in model save/load

     [ https://issues.apache.org/jira/browse/SPARK-8870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiangrui Meng updated SPARK-8870:
---------------------------------
    Remaining Estimate: 2h
     Original Estimate: 2h

> Use SQLContext.getOrCreate in model save/load
> ---------------------------------------------
>
>                 Key: SPARK-8870
>                 URL: https://issues.apache.org/jira/browse/SPARK-8870
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>    Affects Versions: 1.4.0
>            Reporter: Xiangrui Meng
>            Priority: Minor
>              Labels: starter
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> In many model save/load code, we use `new SQLContext(sc)` to create a SQLContext. This could be replace by `SQLContext.getOrCreate(sc)` to reuse an existing context.



--
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