GitHub user xuchuanyin opened a pull request:
https://github.com/apache/carbondata/pull/2840
[CARBONDATA-3033][Doc]Fix bugs in documents
1. add support for s3 as carbon.storelocation
2. optimize the description for unsafe memory
3. fix errors in description for 'carbon.sort.file.write.buffer.size'
4. fix the incorrect default value for 'carbon.csv.read.buffersize.byte' in
code
5. reorder and group the parameters for data loading by its function scope
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [x] Any interfaces changed?
`NO`
- [x] Any backward compatibility impacted?
`NO`
- [x] Document update required?
`NO`
- [x] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
`NO`
- How it is tested? Please attach test report.
`NO`
- Is it a performance related change? Please attach the performance
test report.
`NO`
- Any additional information to help reviewers in testing this
change.
`NO`
- [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/xuchuanyin/carbondata 181022_bug_doc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2840.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 #2840
----
commit a506c84360099ca51cc213085d8ad87166aa1008
Author: xuchuanyin <xuchuanyin@...>
Date: 2018-10-22T02:10:59Z
Fix bugs in documents
1. add support for s3 as carbon.storelocation
2. optimize the description for unsafe memory
3. fix errors in description for 'carbon.sort.file.write.buffer.size'
4. fix the incorrect default value for 'carbon.csv.read.buffersize.byte' in
code
5. reorder and group the parameters for data loading by its function scope
----
---