[
https://issues.apache.org/jira/browse/CARBONDATA-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
xubo245 updated CARBONDATA-2355:
--------------------------------
Description:
Spark support run sql on files directly:
https://spark.apache.org/docs/latest/sql-programming-guide.html#run-sql-on-files-directlyCarbonData also should support.
This is for carbonfile generated by SDK
Now only support directly read the file directory with one carbonfile.
For example:
{code:java}
select * FROM carbonfile.$filePath`
{code}
No need to create table and user can read data firectly.
was:
Spark support run sql on files directly:
https://spark.apache.org/docs/latest/sql-programming-guide.html#run-sql-on-files-directlyCarbonData also should support.
This is for carbonfile generated by SDK
Now only support directly read the file directory with one carbonfile.
For example:
select * FROM carbonfile.$filePath``
No need to create table and user can read data firectly.
> Support run SQL on carbon files directly, which is generated by SDk
> -------------------------------------------------------------------
>
> Key: CARBONDATA-2355
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-2355> Project: CarbonData
> Issue Type: Improvement
> Reporter: xubo245
> Assignee: xubo245
> Priority: Major
> Time Spent: 3h 40m
> Remaining Estimate: 0h
>
> Spark support run sql on files directly:
>
https://spark.apache.org/docs/latest/sql-programming-guide.html#run-sql-on-files-directly> CarbonData also should support.
> This is for carbonfile generated by SDK
> Now only support directly read the file directory with one carbonfile.
> For example:
> {code:java}
> select * FROM carbonfile.$filePath`
> {code}
> No need to create table and user can read data firectly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)