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

Reynold Xin updated SPARK-5420:
-------------------------------
    Description: 
We should have standard API's for loading or saving a table from a data store. 
Per comment discussion:

{code}
df = sc.loadTable("path.to.DataSource", {"a": "b", "c": "d"})
sc.storeTable("path.to.DataSouce", {"a":"b", "c":"d"})
{code}

  was:
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}


> 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
>            Assignee: Yin Huai
>
> We should have standard API's for loading or saving a table from a data 
> store. Per comment discussion:
> {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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to