Repository: carbondata Updated Branches: refs/heads/master 1cf3f398d -> 7b5389064
[CARBONDATA-2789] Support Hadoop 2.8.3 eco-system integration Add hadoop 2.8.3 profile and passed the compile This closes #2566 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/7b538906 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/7b538906 Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/7b538906 Branch: refs/heads/master Commit: 7b5389064b6e847b220ab12ce09f091425ac3322 Parents: 1cf3f39 Author: chenliang613 <[email protected]> Authored: Fri Jul 27 10:51:45 2018 +0800 Committer: ravipesala <[email protected]> Committed: Tue Jul 31 17:47:37 2018 +0530 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata/blob/7b538906/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ec68c1d..5029056 100644 --- a/pom.xml +++ b/pom.xml @@ -466,6 +466,12 @@ </build> </profile> <profile> + <id>hadoop-2.8</id> + <properties> + <hadoop.version>2.8.3</hadoop.version> + </properties> + </profile> + <profile> <id>spark-2.1</id> <properties> <spark.version>2.1.0</spark.version>
