GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/2082 [CARBONDATA-2265] [DFX]-Load]: Load job fails if 1 folder contains 1000 files
Problem : We are keeping the rawTablePages also in memory, but we are no where using it
Solution : Removed storing rawTablePages
- [ ] 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 load_fails
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2082.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2082
----
commit b0bf4c6c21fb89a771ee6a0ed05c29cae3bba3cf
Author: dhatchayani <dhatcha.official@...>
Date: 2018-03-20T12:41:58Z
[CARBONDATA-2265] [DFX]-Load]: Load job fails if 1 folder contains 1000 files
----
---