Hi, I'm getting the error below when trying to build Impala for CDH6 (tag: https://github.com/cloudera/Impala/tree/cdh6.0.0-release) on Ubuntu 16.4. Seems like the build scripts are accessing "'http://builddb.infra.cloudera.com" to retrieve CDH components but this server is down. https://github.com/cloudera/Impala/blob/cdh6.0.0-release/bin/impala-config-branch.sh uses both the server above and "http://cloudera-build-us-west-1.vpc.cloudera.com" - both of them seem down.
I hope this is the proper place to ask these sort of questions. I'd appreciate your help. Commands; mkdir /root/Impala cd /root/Impala git clone https://github.com/cloudera/Impala.git git checkout tags/cdh6.0.0-release ./bin/bootstrap_development.sh The end of the build log is below. Error is at the bottom. Full log attached. ++ export CDH_MAJOR_VERSION=6 ++ CDH_MAJOR_VERSION=6 ++ export IMPALA_HADOOP_VERSION=3.0.0-cdh6.x-SNAPSHOT ++ IMPALA_HADOOP_VERSION=3.0.0-cdh6.x-SNAPSHOT ++ export IMPALA_HBASE_VERSION=2.0.0-cdh6.x-SNAPSHOT ++ IMPALA_HBASE_VERSION=2.0.0-cdh6.x-SNAPSHOT ++ export IMPALA_HIVE_VERSION=2.1.1-cdh6.x-SNAPSHOT ++ IMPALA_HIVE_VERSION=2.1.1-cdh6.x-SNAPSHOT ++ export IMPALA_SENTRY_VERSION=2.0.0-cdh6.x-SNAPSHOT ++ IMPALA_SENTRY_VERSION=2.0.0-cdh6.x-SNAPSHOT ++ export IMPALA_PARQUET_VERSION=1.9.0-cdh6.x-SNAPSHOT ++ IMPALA_PARQUET_VERSION=1.9.0-cdh6.x-SNAPSHOT ++ export IMPALA_AVRO_JAVA_VERSION=1.8.2-cdh6.x-SNAPSHOT ++ IMPALA_AVRO_JAVA_VERSION=1.8.2-cdh6.x-SNAPSHOT ++ export IMPALA_LLAMA_MINIKDC_VERSION=1.0.0 ++ IMPALA_LLAMA_MINIKDC_VERSION=1.0.0 ++ export IMPALA_KITE_VERSION=1.0.0-cdh6.x-SNAPSHOT ++ IMPALA_KITE_VERSION=1.0.0-cdh6.x-SNAPSHOT ++ export KUDU_JAVA_VERSION=1.8.0-cdh6.x-SNAPSHOT ++ KUDU_JAVA_VERSION=1.8.0-cdh6.x-SNAPSHOT ++ unset IMPALA_HADOOP_URL ++ unset IMPALA_HBASE_URL ++ unset IMPALA_HIVE_URL ++ unset IMPALA_SENTRY_URL ++ unset IMPALA_LLAMA_MINIKDC_URL ++ . /root/Impala/bin/impala-config-branch.sh +++ export CDH_GBN= +++ CDH_GBN= +++ VERSION=6.0.0 +++ BRANCH=cdh6.0.0 +++ CDH_GBN_CONFIG=/root/Impala/toolchain/cdh_components/cdh-gbn.sh +++ WGET='wget --no-verbose -O -' +++ CAULDRON_DOCKER_PLATFORM= +++ '[' '!' '' ']' +++ '[' -f /root/Impala/toolchain/cdh_components/cdh-gbn.sh ']' +++ BUILDDB_QUERY='http://builddb.infra.cloudera.com/query?product=cdh;tag=impala-minicluster-tarballs,official;version=6.0.0' ++++ wget --no-verbose -O - 'http://builddb.infra.cloudera.com/query?product=cdh;tag=impala-minicluster-tarballs,official;version=6.0.0' wget: unable to resolve host address 'builddb.infra.cloudera.com' +++ export CDH_GBN= +++ CDH_GBN= +++ '[' '' ']' Thanks, Lior ------------------------------------------- NOTICE: This email and all attachments are confidential, may be proprietary, and may be privileged or otherwise protected from disclosure. They are intended solely for the individual or entity to whom the email is addressed. However, mistakes sometimes happen in addressing emails. If you believe that you are not an intended recipient, please stop reading immediately. Do not copy, forward, or rely on the contents in any way. Notify the sender and/or Imperva, Inc. by telephone at +1 (650) 832-6006 and then delete or destroy any copy of this email and its attachments. The sender reserves and asserts all rights to confidentiality, as well as any privileges that may apply. Any disclosure, copying, distribution or action taken or omitted to be taken by an unintended recipient in reliance on this message is prohibited and may be unlawful. Please consider the environment before printing this email.
