[ https://issues.apache.org/jira/browse/SPARK-5420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294928#comment-14294928 ]
Patrick Wendell commented on SPARK-5420: ---------------------------------------- How about just load and store then? > 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