GitHub user zzcclp opened a pull request:
https://github.com/apache/carbondata/pull/1340
[CARBONDATA-1462]Add an option 'carbon.update.storage.level' to support
configuring the storage level when updating data with
'carbon.update.persist.enable'='true'
When updating data with 'carbon.update.persist.enable'='true'(default), the
storage level of dataset is 'MEMORY_AND_DISK', it should support configuring
the storage level to correspond to different environment.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zzcclp/carbondata CARBONDATA-1462
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1340.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 #1340
----
commit d855d8df84ae69c9151c864383894d5dd96f53fb
Author: Zhang Zhichao <[email protected]>
Date: 2017-09-08T05:27:42Z
[CARBONDATA-1462]Add an option 'carbon.update.storage.level' to support
configuring the storage level when updating data with
'carbon.update.persist.enable'='true'
Add an option 'carbon.update.storage.level' to support configuring the
storage level
----
---