You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2017/06/30 09:35:00 UTC

[jira] [Resolved] (SPARK-4131) Support "Writing data into the filesystem from queries"

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

Sean Owen resolved SPARK-4131.
------------------------------
    Resolution: Not A Problem

This is long since obsolete. You can easily create a DataFrame from a query, then persist the DataFrame to disk in a variety of formats

> Support "Writing data into the filesystem from queries"
> -------------------------------------------------------
>
>                 Key: SPARK-4131
>                 URL: https://issues.apache.org/jira/browse/SPARK-4131
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 1.1.0
>            Reporter: XiaoJing wang
>            Assignee: Fei Wang
>            Priority: Critical
>   Original Estimate: 0.05h
>  Remaining Estimate: 0.05h
>
> Writing data into the filesystem from queries,SparkSql is not support .
> eg:
> {code}insert overwrite LOCAL DIRECTORY '/data1/wangxj/sql_spark' select * from page_views;
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org