Joe McDonnell created IMPALA-9192:
-------------------------------------
Summary: When build with USE_CDP_HIVE=true, Impala should use CDP
Avro, Parquet, etc
Key: IMPALA-9192
URL: https://issues.apache.org/jira/browse/IMPALA-9192
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 3.4.0
Reporter: Joe McDonnell
The USE_CDP_HIVE=true configuration should get dependencies from the
CDP_BUILD_NUMBER wherever possible. I found that there are still a few things
left that come from the CDH_BUILD_NUMBER. Specifically, Parquet, Avro, and Kite
are still using CDH versions:
{noformat}
export IMPALA_PARQUET_VERSION=1.10.99-cdh6.x-SNAPSHOT
export IMPALA_AVRO_JAVA_VERSION=1.8.2-cdh6.x-SNAPSHOT
...
export IMPALA_KITE_VERSION=1.0.0-cdh6.x-SNAPSHOT{noformat}
This is important to be compatible with other CDP components like Hive.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)