GitHub user xubo245 opened a pull request:
https://github.com/apache/carbondata/pull/2842
[CARBONDATA-3032] Remove carbon.blocklet.size from properties template
1.Remove carbon.blocklet.size from properties template, because
carbon.blocklet.size is in V2, V3 use carbon.blockletgroup.size.in.mb or page
size
2.change numberComressor to numberCompressor
3.optimize the annotation of method
- [ ] Any interfaces changed?
No
- [ ] Any backward compatibility impacted?
No
- [ ] Document update required?
No
- [ ] Testing done
No
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xubo245/carbondata
CARBONDATA-3032_removeBlockletSize
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2842.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 #2842
----
commit 90dfad9a443ae1e5fd791fac85b73096598ab87e
Author: xubo245 <xubo29@...>
Date: 2018-10-23T03:14:03Z
[CARBONDATA-3032] Remove carbon.blocklet.size from properties template
1.Remove carbon.blocklet.size from properties template, because
carbon.blocklet.size is in V2, V3 use carbon.blockletgroup.size.in.mb or page
size
2.change numberComressor to numberCompressor
3.optimize the annotation of method
----
---