GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/2208 [CARBONDATA-2378] Support enable/disable search mode in ThriftServer
User can enable or disable search mode when using ThriftServer, by using:
`set carbon.search.enabled = true` or `set carbon.search.enabled = false`
- [ ] Any interfaces changed?
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
Yes
- [X] Testing done
Test case added
- [X] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
NA
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/jackylk/incubator-carbondata jdbc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2208.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2208
----
commit dce1b7ee76a80c68bea151017e4df679c9f7a9f9
Author: Jacky Li <jacky.likun@...>
Date: 2018-04-22T14:32:57Z
add support for ThriftServer
----
---