GitHub user ravikiran23 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/168
[CARBONDATA-251] making the auto compaction as blocking call.
Problem :
the behaviour of auto compaction with spark-submit and thrift server is
different.
auto compaction will not work in spark-submit as the compaction is
background process.
Solution :
Make the auto compaction feature as blocking call.
disable the system level compaction lock feature by default.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ravikiran23/incubator-carbondata
RemovalOfSystemCompactionLocks
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/168.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 #168
----
commit c5c991e8bbe3a1918fcd1ecfe09d8a1b928cfe4b
Author: ravikiran <[email protected]>
Date: 2016-09-17T09:48:22Z
disabling the system compaction lock feature. and making the load ddl to
wait for compaction to finish in the auto compaction case.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---