GitHub user jatin9896 opened a pull request:
https://github.com/apache/carbondata/pull/1805
[CARBONDATA-1827] S3 Carbon Implementation
1) Provide support for s3 in carbondata.
2) Added S3Example to create store on s3.
3) Added S3CSVExample to load csv from s3.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed? NO
- [ ] Any backward compatibility impacted? NO
- [ ] Document update required? NO
- [ ] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
- How it is tested? Please attach test report.
- Is it a performance related change? Please attach the performance
test report.
- Any additional information to help reviewers in testing this
change.
Added Examples to test the functionality
- [ ] 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/jatin9896/incubator-carbondata s3-carbon
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1805.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 #1805
----
commit bd5b90cfefcfa25c941c104630dbc9e9ed2b150b
Author: SangeetaGulia <sangeeta.gulia@...>
Date: 2017-09-21T09:26:26Z
Added S3 implementation and TestCases
commit d3d374ce7a82662e1fbb6b1d0b81bfaaa3a22cc1
Author: Jatin <jatin.demla@...>
Date: 2017-11-29T07:24:48Z
Removed S3CarbonFile and added append functionality
commit a79245a73103b58c997e20b47b7c51d91dd2e8ad
Author: Jatin <jatin.demla@...>
Date: 2018-01-15T07:43:29Z
refactored examples
----
---