It looks like this might be related to a recent change that renamed the packages from com.cloudera.impala to org.apache.impala.
Did you just fetch/pull in the patches for IMPALA-3786 before getting this error? If so, can you compile successfully without those changes? On Tue, Oct 4, 2016 at 4:28 AM Wang, Youwei A <[email protected]> wrote: > Greetings, everyone. > I am trying to build the Impala front-end using mvn package > -Dmaven.test.skip=true . > However, I got the following error which just appeared today: > [ERROR] Failed to execute goal on project impala-frontend: Could not > resolve dependencies for project > org.apache.impala:impala-frontend:jar:0.1-SNAPSHOT: Failed to collect > dependencies at org.apache.impala:impala-data-source-api:jar:1.0-SNAPSHOT: > Failed to read artifact descriptor for > org.apache.impala:impala-data-source-api:jar:1.0-SNAPSHOT: Could not > transfer artifact org.apache.impala:impala-data-source-api:pom:1.0-SNAPSHOT > from/to cdh.rcs.releases.repo ( > https://repository.cloudera.com/content/groups/cdh-releases-rcs): Remote > host closed connection during handshake: SSL peer shut down incorrectly -> > [Help 1] > > I have tried another machine, and then I got: > [ERROR] Failed to execute goal on project impala-frontend: Could not > resolve dependencies for project > com.cloudera.impala:impala-frontend:jar:0.1-SNAPSHOT: Failed to collect > dependencies for [org.htrace:htrace-core:jar:3.0.4 (compile), > com.cloudera.impala:impala-data-source-api:jar:1.0-SNAPSHOT (compile), > org.apache.hadoop:hadoop-hdfs:jar:2.6.0-cdh5.10.0-SNAPSHOT (compile), > org.apache.hadoop:hadoop-common:jar:2.6.0-cdh5.10.0-SNAPSHOT (compile), > org.apache.hadoop:hadoop-auth:jar:2.6.0-cdh5.10.0-SNAPSHOT (compile), > org.apache.hadoop:hadoop-aws:jar:2.6.0-cdh5.10.0-SNAPSHOT (compile), > org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.6.0-cdh5.10.0-SNAPSHOT > (compile), org.apache.hadoop:hadoop-yarn-api:jar:2.6.0-cdh5.10.0-SNAPSHOT > (compile), > org.apache.hadoop:hadoop-yarn-server-resourcemanager:jar:2.6.0-cdh5.10.0-SNAPSHOT > (compile), > org.apache.sentry:sentry-core-common:jar:1.5.1-cdh5.10.0-SNAPSHOT > (compile), > org.apache.sentry:sentry-core-model-db:jar:1.5.1-cdh5.10.0-SNAPSHOT > (compile), > org.apache.sentry:sentry-provider-common:jar:1.5.1-cdh5.10.0-SNAPSHOT > (compile), > org.apache.sentry:sentry-provider-file:jar:1.5.1-cdh5.10.0-SNAPSHOT > (compile), > org.apache.sentry:sentry-provider-cache:jar:1.5.1-cdh5.10.0-SNAPSHOT > (compile), > org.apache.sentry:sentry-policy-common:jar:1.5.1-cdh5.10.0-SNAPSHOT > (compile), org.apache.sentry:sentry-policy-db:jar:1.5.1-cdh5.10.0-SNAPSHOT > (compile), > org.apache.sentry:sentry-binding-hive:jar:1.5.1-cdh5.10.0-SNAPSHOT > (compile), > org.apache.sentry:sentry-provider-db:jar:sh:1.5.1-cdh5.10.0-SNAPSHOT > (compile), com.twitter:parquet-hadoop-bundle:jar:1.5.0-cdh5.10.0-SNAPSHOT > (compile), org.apache.hbase:hbase-client:jar:1.2.0-cdh5.10.0-SNAPSHOT > (compile), org.apache.hbase:hbase-common:jar:1.2.0-cdh5.10.0-SNAPSHOT > (compile), org.apache.hbase:hbase-protocol:jar:1.2.0-cdh5.10.0-SNAPSHOT > (compile), commons-lang:commons-lang:jar:2.6 (compile), > net.sourceforge.czt.dev:java-cup:jar:0.11-a-czt02-cdh (compile), > org.apache.thrift:libthrift:jar:0.9.0 (compile), > org.apache.httpcomponents:httpcore:jar:4.2.5 (compile), > org.apache.thrift:libfb303:jar:0.9.0 (compile), > org.apache.hive:hive-hbase-handler:jar:1.1.0-cdh5.10.0-SNAPSHOT (compile), > org.apache.hive:hive-service:jar:1.1.0-cdh5.10.0-SNAPSHOT (compile), > org.apache.hive:hive-jdbc:jar:1.1.0-cdh5.10.0-SNAPSHOT (test), > org.apache.hive:hive-metastore:jar:1.1.0-cdh5.10.0-SNAPSHOT (compile), > org.apache.hive:hive-common:jar:1.1.0-cdh5.10.0-SNAPSHOT (compile), > org.apache.hive:hive-serde:jar:1.1.0-cdh5.10.0-SNAPSHOT (compile), > org.apache.hive:hive-shims:jar:1.1.0-cdh5.10.0-SNAPSHOT (compile), > org.apache.hive:hive-exec:jar:1.1.0-cdh5.10.0-SNAPSHOT (compile), > org.apache.kudu:kudu-client:jar:1.0.0-SNAPSHOT (compile), > com.stumbleupon:async:jar:1.3.1 (compile), > postgresql:postgresql:jar:9.0-801.jdbc4 (compile), > commons-dbcp:commons-dbcp:jar:1.4 (compile), javax.jdo:jdo-api:jar:3.0.1 > (compile), org.antlr:antlr-runtime:jar:3.3 (compile), > commons-cli:commons-cli:jar:1.2 (compile), > commons-codec:commons-codec:jar:1.9 (compile), > org.slf4j:slf4j-api:jar:1.7.5 (compile), org.slf4j:slf4j-log4j12:jar:1.7.5 > (compile), com.google.guava:guava:jar:11.0.2 (compile), > junit:junit:jar:4.12 (test), > com.googlecode.json-simple:json-simple:jar:1.1.1 (compile), > org.glassfish:javax.json:jar:1.0.2 (compile)]: Failed to read artifact > descriptor for > org.apache.hadoop:hadoop-common:jar:2.6.0-cdh5.10.0-SNAPSHOT: Could not > transfer artifact > org.apache.hadoop:hadoop-common:pom:2.6.0-cdh5.10.0-20161003.145949-61 > from/to cdh.snapshots.repo ( > https://repository.cloudera.com/content/repositories/snapshots): peer not > authenticated -> [Help 1] > > I am sure I have setup the proxy correctly since mvn package > -Dmaven.test.skip=true works for me until today. Is anyone here having the > same problem? Any suggestion or help is highly appreciated. > Thank you. :D >
