[
https://issues.apache.org/jira/browse/SPARK-6970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joseph K. Bradley updated SPARK-6970:
-------------------------------------
Priority: Minor (was: Major)
> Document what the options: Map[String, String] does on DataFrame.save and
> DataFrame.saveAsTable
> -----------------------------------------------------------------------------------------------
>
> Key: SPARK-6970
> URL: https://issues.apache.org/jira/browse/SPARK-6970
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Affects Versions: 1.3.0
> Reporter: John Muller
> Priority: Minor
> Labels: DataFrame
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> The save options on DataFrames are not easily discerned:
> [ResolvedDataSource.apply|https://github.com/apache/spark/blob/b75b3070740803480d235b0c9a86673721344f30/sql/core/src/main/scala/org/apache/spark/sql/sources/ddl.scala#L222]
> is where the pattern match occurs:
> {code:title=ddl.scala|borderStyle=solid}
> case dataSource: SchemaRelationProvider =>
> dataSource.createRelation(sqlContext, new CaseInsensitiveMap(options), schema)
> {code}
> Implementing classes are currently: TableScanSuite, JSONRelation, and
> newParquet
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]