Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 3.4.0
-
None
-
ghx-label-5
Description
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:
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
This is important to be compatible with other CDP components like Hive.