[ 
https://issues.apache.org/jira/browse/SPARK-6970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14512909#comment-14512909
 ] 

Joseph K. Bradley commented on SPARK-6970:
------------------------------------------

This should be done, but I'll downgrade the priority since it's an experimental 
part of an experimental class.  I made it a subtask for making the DataFrame 
API non-experimental.

> 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: Trivial
>              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]

Reply via email to