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

Patrick Wendell updated SPARK-6561:
-----------------------------------
    Affects Version/s:     (was: 1.3.1)
                           (was: 1.3.0)

> Add partition support in saveAsParquet
> --------------------------------------
>
>                 Key: SPARK-6561
>                 URL: https://issues.apache.org/jira/browse/SPARK-6561
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Jianshi Huang
>
> Now ParquetRelation2 supports automatic partition discovery which is very 
> nice. 
> When we save a DataFrame into Parquet files, we also want to have it 
> partitioned.
> The proposed API looks like this:
> {code}
> def saveAsParquetFile(path: String, partitionColumns: Seq[String])
> {code}
> Jianshi



--
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