I just updated the CDH components to get some HDFS fixes needed for the file handle cache. This is an in-place update without a version change, so to get the new bits, developers will need to remove their existing cdh components and rebuild:
rm -rf ${IMPALA_HOME}/toolchain/cdh_components # run buildall to pick up new bits If there are any issues, the old cdh components have been preserved in the s3 bucket: s3://native-toolchain/build/cdh_components/hadoop-2.6.0-cdh5.15.0-SNAPSHOT-old.tar.gz s3://native-toolchain/build/cdh_components/hbase-1.2.0-cdh5.15.0-SNAPSHOT-old.tar.gz s3://native-toolchain/build/cdh_components/hive-1.1.0-cdh5.15.0-SNAPSHOT-old.tar.gz s3://native-toolchain/build/cdh_components/sentry-1.5.1-cdh5.15.0-SNAPSHOT-old.tar.gz Thanks, Joe