Csaba Ringhofer has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/14423


Change subject: IMPALA-9008: Serialize Maven invocations to deflake 
query-event-hook-api
......................................................................

IMPALA-9008: Serialize Maven invocations to deflake query-event-hook-api

The previous commit for this Jira serialized the compilation of
shaded-deps and ext-data-source to fix flakiness. It looks like
this led to a new similar issue related to the parallel compilation
of ext-data-source and query-event-hook-api.

Similarly to the shaded-deps issue, I try to fix this by adding a
fictional dependency (query-event-hook -> yarn-extras) to serialize
the build.

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

Change-Id: Ice0dfda5ee0ef60c9c208f05b0952555770fc090
---
M query-event-hook-api/CMakeLists.txt
1 file changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/23/14423/1
--
To view, visit http://gerrit.cloudera.org:8080/14423
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ice0dfda5ee0ef60c9c208f05b0952555770fc090
Gerrit-Change-Number: 14423
Gerrit-PatchSet: 1
Gerrit-Owner: Csaba Ringhofer <csringho...@cloudera.com>

Reply via email to