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

Patrick Wendell updated SPARK-5420:
-----------------------------------
    Summary: Cross-langauge load/store functions for creating and saving 
DataFrames  (was: Create cross-langauge load/store functions for creating and 
saving DataFrames)

> Cross-langauge load/store functions for creating and saving DataFrames
> ----------------------------------------------------------------------
>
>                 Key: SPARK-5420
>                 URL: https://issues.apache.org/jira/browse/SPARK-5420
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Patrick Wendell
>
> We should have standard API's for loading or saving a table from a data 
> store. One idea:
> {code}
> df = sc.loadTable("path.to.DataSource", {"a": "b", "c": "d"})
> sc.storeTable("path.to.DataSouce", {"a":"b", "c":"d"})
> {code}



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

Reply via email to