[GitHub] carbondata pull request #2481: [CARBONDATA-2688][CarbonStore] Support SQL in...

2018-07-12 Thread jackylk
Github user jackylk closed the pull request at:

https://github.com/apache/carbondata/pull/2481


---


[GitHub] carbondata pull request #2481: [CARBONDATA-2688][CarbonStore] Support SQL in...

2018-07-10 Thread jackylk
GitHub user jackylk opened a pull request:

https://github.com/apache/carbondata/pull/2481

[CARBONDATA-2688][CarbonStore] Support SQL in REST API

Support SQL interface in Horizon service.
Support REST client for SQL

 - [ ] Any interfaces changed?
 
 - [ ] Any backward compatibility impacted?
 
 - [ ] Document update required?

 - [ ] Testing done
Please provide details on 
- Whether new unit test cases have been added or why no new tests 
are required?
- How it is tested? Please attach test report.
- Is it a performance related change? Please attach the performance 
test report.
- Any additional information to help reviewers in testing this 
change.
   
 - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA. 



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jackylk/incubator-carbondata store-sql

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/carbondata/pull/2481.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2481


commit fa111380fc46c955330bc47b802844e576b6524f
Author: Jacky Li 
Date:   2018-06-13T15:57:00Z

[CARBONDATA-2609] Change RPC implementation to Hadoop RPC framework

This closes #2372

commit 6fa86381f82d5907e366ef6707d731a228ac4081
Author: QiangCai 
Date:   2018-07-03T12:21:18Z

[CARBONDATA-2690][CarbonStore] implement RESTful API: create table, load 
data and select

This PR adds:
1.basic framework
rewrite the carbon store's Master, Worker and Scheduler code in Java

2.RESTful API
support create a table by using file meta store
support load data to a table in single work
support select data with a filter

This closes #2440

commit 995e09e8afea4e15d3ca5cd347d16f65bd3e2a76
Author: Jacky Li 
Date:   2018-07-09T04:23:49Z

support CarbonStore implementation

commit ec43150c61a2dfddf548af8e953e052f5057a9c7
Author: Jacky Li 
Date:   2018-07-09T15:52:48Z

add test

commit c52d01a82239bc9d7fd10f4131fd1a4993d59477
Author: Jacky Li 
Date:   2018-07-09T16:54:01Z

fix test

commit 7d12d5cc7ddee05a31a9ce8e343cf1b2d3d25d1c
Author: Jacky Li 
Date:   2018-07-10T10:54:05Z

fix test

commit 1b35d6b0010548f240784c12d9e4fbbb235796e1
Author: Jacky Li 
Date:   2018-07-10T13:20:45Z

implement SQL interface for Horizon service




---