Patrick Wendell created SPARK-5420:
--------------------------------------

             Summary: Create 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
            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