Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/14705 )
Change subject: IMPALA-8800: Added support of Kudu DATE type to Impala ...................................................................... Patch Set 22: Code-Review+2 My theory for the cause of the failure is that maven failed to download the kudu-client snapshot jar, which led to using the existing version in maven cache. Depending on which version was present, the Date related could be missing. The following lines were in the maven log of both the successful and failed builds: [WARNING] Could not transfer metadata org.apache.kudu:kudu-client:1.12.0-SNAPSHOT/maven-metadata.xml 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/kudu/kudu-client/1.12.0-SNAPSHOT/maven-metadata.xml , ReasonPhrase:Forbidden. [WARNING] Failure to transfer org.apache.kudu:kudu-client:1.12.0-SNAPSHOT/maven-metadata.xml from https://native-toolchain.s3.amazonaws.com/build/cdh_components/1814051/maven was cached in the local repository, resolution will not be reattempted until the update interval of impala.cdh.repo has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.kudu:kudu-client:1.12.0-SNAPSHOT/maven-metadata.xml 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/kudu/kudu-client/1.12.0-SNAPSHOT/maven-metadata.xml , ReasonPhrase:Forbidden. -- To view, visit http://gerrit.cloudera.org:8080/14705 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I91656749a58ac769b54c2a63bdd4f85c89520b32 Gerrit-Change-Number: 14705 Gerrit-PatchSet: 22 Gerrit-Owner: Volodymyr Verovkin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: Volodymyr Verovkin <[email protected]> Gerrit-Comment-Date: Thu, 12 Mar 2020 09:27:09 +0000 Gerrit-HasComments: No
