[ 
https://issues.apache.org/jira/browse/IMPALA-9815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17212728#comment-17212728
 ] 

Tim Armstrong commented on IMPALA-9815:
---------------------------------------

{noformat}
tarmstrong@tarmstrong-Precision-7540:~/impala/impala/shaded-deps/hive-exec$ mvn 
-U package -DskipTests
[INFO] Scanning for projects...
[INFO]
[INFO] -------------< org.apache.impala:impala-minimal-hive-exec >-------------
[INFO] Building impala-minimal-hive-exec 0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from cdh.rcs.releases.repo: 
https://repository.cloudera.com/content/groups/cdh-releases-rcs/log4j/log4j/1.2.17-cloudera1/log4j-1.2.17-cloudera1.pom
Downloading from impala.cdp.repo: 
https://native-toolchain.s3.amazonaws.com/build/cdp_components/4493826/maven/log4j/log4j/1.2.17-cloudera1/log4j-1.2.17-cloudera1.pom
Downloading from impala.toolchain.kudu.repo: 
file:///home/tarmstrong/impala/impala/toolchain/toolchain-packages-gcc7.5.0/kudu-5ad5d3d66/java/repository/log4j/log4j/1.2.17-cloudera1/log4j-1.2.17-cloudera1.pom
Downloading from cloudera.thirdparty.repo: 
https://repository.cloudera.com/content/repositories/third-party/log4j/log4j/1.2.17-cloudera1/log4j-1.2.17-cloudera1.pom
Downloading from central: 
https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17-cloudera1/log4j-1.2.17-cloudera1.pom
Downloading from datanucleus: 
http://www.datanucleus.org/downloads/maven2/log4j/log4j/1.2.17-cloudera1/log4j-1.2.17-cloudera1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.834 s
[INFO] Finished at: 2020-10-12T16:33:34-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project impala-minimal-hive-exec: Could not 
resolve dependencies for project 
org.apache.impala:impala-minimal-hive-exec:jar:0.1-SNAPSHOT: Failed to collect 
dependencies at org.apache.hive:hive-exec:jar:3.1.3000.7.2.1.0-287 -> 
org.apache.hive:hive-llap-tez:jar:3.1.3000.7.2.1.0-287 -> 
org.apache.hive:hive-common:jar:3.1.3000.7.2.1.0-287 -> 
org.apache.hive:hive-shims:jar:3.1.3000.7.2.1.0-287 -> 
org.apache.hive.shims:hive-shims-common:jar:3.1.3000.7.2.1.0-287 -> 
org.apache.curator:curator-framework:jar:4.3.0.7.2.1.0-287 -> 
org.apache.curator:curator-client:jar:4.3.0.7.2.1.0-287 -> 
org.apache.zookeeper:zookeeper:jar:3.5.5.7.2.1.0-287 -> 
log4j:log4j:jar:1.2.17-cloudera1: Failed to read artifact descriptor for 
log4j:log4j:jar:1.2.17-cloudera1: Could not transfer artifact 
log4j:log4j:pom:1.2.17-cloudera1 from/to impala.cdp.repo 
(https://native-toolchain.s3.amazonaws.com/build/cdp_components/4493826/maven): 
Access denied to: 
https://native-toolchain.s3.amazonaws.com/build/cdp_components/4493826/maven/log4j/log4j/1.2.17-cloudera1/log4j-1.2.17-cloudera1.pom
 , ReasonPhrase:Forbidden. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

{noformat}

> Intermittent failure downloading org.apache.hive:hive-exec:jar:3.1.3000.xxxx 
> during build
> -----------------------------------------------------------------------------------------
>
>                 Key: IMPALA-9815
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9815
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 4.0
>            Reporter: Laszlo Gaal
>            Assignee: Tim Armstrong
>            Priority: Blocker
>              Labels: broken-build, flaky
>         Attachments: mvn.1602463897.937399486.log
>
>
> This is an intermittent failure; sometimes 
> org.apache.hive:hive-exec:jar:3.1.3000 fails to be downloaded, breaking the 
> build. One telltale sign is a build failure happening early, at about 5 
> minutes into the build. The build error signature is:
> {code}
> 05:36:55 [ERROR] Failed to execute goal on project impala-minimal-hive-exec: 
> Could not resolve dependencies for project 
> org.apache.impala:impala-minimal-hive-exec:jar:0.1-SNAPSHOT: Failed to 
> collect dependencies for [org.apache.hive:hive-exec:jar:3.1.3000.7.2.1.0-112 
> (compile)]: Failed to read artifact descriptor for 
> org.apache.hive:hive-exec:jar:3.1.3000.7.2.1.0-112: Could not transfer 
> artifact org.apache.hive:hive-exec:pom:3.1.3000.7.2.1.0-112 from/to 
> impala.cdh.repo 
> (https://native-toolchain.s3.amazonaws.com/build/cdh_components/1814051/maven):
>  Access denied to: 
> https://native-toolchain.s3.amazonaws.com/build/cdh_components/1814051/maven/org/apache/hive/hive-exec/3.1.3000.7.2.1.0-112/hive-exec-3.1.3000.7.2.1.0-112.pom,
>  ReasonPhrase:Forbidden. -> [Help 1]
> 05:36:55 [ERROR] 
> 05:36:55 [ERROR] To see the full stack trace of the errors, re-run Maven with 
> the -e switch.
> 05:36:55 [ERROR] Re-run Maven using the -X switch to enable full debug 
> logging.
> 05:36:55 [ERROR] 
> 05:36:55 [ERROR] For more information about the errors and possible 
> solutions, please read the following articles:
> 05:36:55 [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> 05:36:55 mvn -U -s 
> /data/jenkins/workspace/impala-cdpd-master-core/repos/Impala-auxiliary-tests/jenkins/m2-settings.xml
>  -U -B install -DskipTests exited with code 0
> 05:36:55 make[2]: *** [shaded-deps/CMakeFiles/shaded-deps] Error 1
> 05:36:55 make[1]: *** [shaded-deps/CMakeFiles/shaded-deps.dir/all] Error 2
> 05:36:55 make[1]: *** Waiting for unfinished jobs....
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to