GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/carbondata/pull/1896
[CARBONDATA-2108]Updated unsafe sort memory configuration
Deprecated old property: sort.inmemory.size.inmb
Added new property: carbon.sort.storage.inmemory.size.inmb,
If user has configured old property then internally it will be converted to
new property
for ex: If user has configured sort.inmemory.size.inmb then 20% memory will
be used as working memory and rest for storage memory
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
Old Testcases will validate the new changes
- [ ] 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/kumarvishal09/incubator-carbondata
SortStorageProperty
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1896.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 #1896
----
commit 0d8caead39de587c839c07346d9bc6e3ef1d2c24
Author: kumarvishal <kumarvishal.1802@...>
Date: 2018-01-31T13:13:02Z
Updated unsafe sort memory configuration
----
---