GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/1609
[CARBONDATA-1831] BAD_RECORDS: Data Loading with Action as Redirect &
logger enable is not logging the logs in the defined path.
Current system expects the carbon.badRecords.location to be absolute path
with filescheme.
But, it should support absolute path without file scheme(eg.: hdfs://,
viewfs://)
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [x] Testing done
Manual Testing
- [ ] 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/dhatchayani/incubator-carbondata redirect_path
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1609.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 #1609
----
commit 6a9cdb2ac3b2887a03a5ffc61227102a59d80a02
Author: dhatchayani <[email protected]>
Date: 2017-12-04T14:31:06Z
[CARBONDATA-1831] BAD_RECORDS: Data Loading with Action as Redirect &
logger enable is not logging the logs in the defined path.
----
---