GitHub user ajantha-bhat opened a pull request:
https://github.com/apache/carbondata/pull/2697
[WIP] support "carbon.load.directWriteHdfs.enabled" for S3
**problem** : Currently for s3, when the above carbon property is set.
index file will not be written in the s3 store path due to bug in folder path.
Solution: file separator used is wrong. Need to fix it.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed? NA
- [ ] Any backward compatibility impacted?NA
- [ ] Document update required?NA
- [ ] Testing done
updated UT
- [ ] 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/ajantha-bhat/carbondata issue_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2697.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 #2697
----
commit 0ecec948a63d155b73ba6b8dd2a2a69382be3454
Author: ajantha-bhat <ajanthabhat@...>
Date: 2018-09-06T11:17:22Z
support carbon.load.directWriteHdfs.enabled for S3
----
---