GitHub user chandrasaripaka opened a pull request:
https://github.com/apache/carbondata/pull/3021
Cdh support
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ No] Any interfaces changed?
- [ No] Any backward compatibility impacted?
- [ Yes] Document update required?
- [ Yes] 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.
- [ No Large Changes] For large changes, please consider breaking it into
sub-tasks under an umbrella JIRA.
This is just only the way we fix for CDH5.14.2, and the Spark2.2.0, the way
how parquet treats the data.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DataHeaps/carbondata cdh-support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/3021.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 #3021
----
commit 746657e7e47fc69a62dbf14b3a7449108b92342c
Author: Chandrasekhar Saripaka <chandru.chanda@...>
Date: 2018-07-25T17:10:20Z
Merge pull request #1 from apache/master
merge back
commit 0c4c5f5d43c779c62864ed7ab99cf9ef91b082f2
Author: Chandrasekhar Saripaka <chandru.chanda@...>
Date: 2018-11-23T12:24:19Z
Merge pull request #3 from apache/master
Merge Carbondata master
commit 91d4ee54bfac7bad56dede27059896c766b5f42f
Author: Chandrasekhar Saripaka <chandru.chanda@...>
Date: 2018-12-13T07:42:30Z
Merge pull request #4 from apache/master
Updating the fork master
commit 834e702d0e2e8211987c465e36596d78028ea8b2
Author: Chandrasekhar Saripaka <chandru.chanda@...>
Date: 2018-12-14T13:36:26Z
Merge pull request #5 from apache/master
Merge Master to DataHeaps Master
commit 2ebfdf3142ee3f22e7938d735ca5a88c117f0848
Author: Chandrasekhar Saripaka <chandru.chanda@...>
Date: 2018-12-21T08:51:13Z
Merge pull request #6 from apache/master
Merge Upstream Master
commit 0c777259d54d3b99acd9d62b75cddde7e726afc1
Author: ChandraSaripaka <chandras4bigdata@...>
Date: 2018-12-24T07:19:30Z
CARBONDATA-3193: Build support for CDH 5.14.2 Spark 2.2.0
----
---