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

ASF subversion and git services commented on IMPALA-9008:
---------------------------------------------------------

Commit 4c3f701204f92f8753cf65a97fe4804d1f77bc08 in impala's branch 
refs/heads/master from Csaba Ringhofer
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=4c3f701 ]

IMPALA-9008: Serialize Maven invocations to deflake impala-minimal-hive-exec

Building impala-minimal-hive-exec was flaky (sometimes it failed
to download Guava 14.0.1), and my guess is that it is related to
downloading the same dependency in parallel with ext-data-source.

Similarly to the solution in IMPALA-7051, I try to fix it by
adding a fictional dependency (ext-data-source -> shaded-deps)
to serialize the build.

Full Maven dependency graph:
fe -> yarn-extras -> ext-data-source -> shaded-deps -> impala-parent
The ordering of yarn-extras, ext-data-source, and shaded-deps are
arbitrary.

Testing:
- I never reproduced the original flakiness, so I just hope
  that it disappears with this change.

Change-Id: Ic951ad7313e5ad9add2a00e6a442c6e97f235967
Reviewed-on: http://gerrit.cloudera.org:8080/14372
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> Building impala-minimal-hive-exec is flaky
> ------------------------------------------
>
>                 Key: IMPALA-9008
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9008
>             Project: IMPALA
>          Issue Type: Task
>          Components: Infrastructure
>            Reporter: Csaba Ringhofer
>            Assignee: Csaba Ringhofer
>            Priority: Major
>
> Building impala-minimal-hive-exec fails time to time while downloading one of 
> it's dependencies (Guava 14.0.1). In the mvn logs of failed builds 
> impala-minimal-hive-exec and ext-data-source were running in parallel, and 
> latter also downloads Guava 14.0.1. This lead me to assume that this is a 
> similar issue to IMPALA-7051. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to