Hi, I tried to follow the instructions here: https://cwiki.apache.org/confluence/display/IMPALA/Building+native-toolchain+from+scratch+and+using+with+Impala
However I keep running into the following error: SKIP_TOOLCHAIN_BOOTSTRAP is true, skipping download of Python dependencies. SKIP_TOOLCHAIN_BOOTSTRAP is true, skipping toolchain bootstrap. cp: target ‘/home/lv/i4/toolchain/cdh_components/hadoop-2.6.0-cdh5.10.0-SNAPSHOT//lib/native’ is not a directory Error in ./buildall.sh at line 281: cp "$HADOOP_LZO"/build/native/Linux-*-*/lib/libgplcompression.* "$HADOOP_HOME/lib/native" The problem seems to be that CDH component download is disabled by SKIP_TOOLCHAIN_DOWNLOAD, too. Is there a way around this? Thanks, Lars
