Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/3021
@chandrasaripaka I can't find the spark maven dependency for CDH5.14.2, But
I am able to build with CDH spark versions `2.2.0-cdh6.0.1` and
`2.2.0.cloudera3`. Only the problem here I found is it does not have
`spark-hive-thriftserver` jar in cloudera repo, so classes related it like
`CarbonThriftServer` and `CarbonSQLCLIDriver` cannot compile. Apart from I am
able to compile carbon with `2.2.0-cdh6.0.1` and `2.2.0.cloudera3` versions. I
am not sure why CDH does not include `spark-hive-thriftserver` jar in there
repo.
Please send the repository for CDH5.14.2, so that I can verify this version
also.
---