mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
IMPALA-10058: Use commit hash as version for Kudu java artifacts
This uses a new version of the native toolchain where Kudu now uses the commit hash as the version for its jars. This means that IMPALA_KUDU_VERSION is the same as IMPALA_KUDU_JAVA_VERSION, so this consolidates everything to use IMPALA_KUDU_VERSION. This also eliminates SNAPSHOT versions for the Kudu jars. Kudu changed one error message, so this updates the impacted tests. Testing: - Ran a core job Change-Id: I1a6c9676f4521d6709393143d3e82533486164d3 Reviewed-on: http://gerrit.cloudera.org:8080/16686 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
@@ -48,7 +48,7 @@ under the License.
|
||||
<impala.extdatasrc.api.version>${project.version}</impala.extdatasrc.api.version>
|
||||
<impala.query.event.hook.api.version>${project.version}</impala.query.event.hook.api.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<kudu.version>${env.IMPALA_KUDU_JAVA_VERSION}</kudu.version>
|
||||
<kudu.version>${env.IMPALA_KUDU_VERSION}</kudu.version>
|
||||
<commons-io.version>2.6</commons-io.version>
|
||||
<slf4j.version>1.7.25</slf4j.version>
|
||||
<junit.version>4.12</junit.version>
|
||||
@@ -173,8 +173,11 @@ under the License.
|
||||
<releases>
|
||||
<enabled>${env.IMPALA_TOOLCHAIN_KUDU_MAVEN_REPOSITORY_ENABLED}</enabled>
|
||||
</releases>
|
||||
<!--
|
||||
This repository now uses explicit versions, so snapshots are no longer required.
|
||||
-->
|
||||
<snapshots>
|
||||
<enabled>${env.IMPALA_TOOLCHAIN_KUDU_MAVEN_REPOSITORY_ENABLED}</enabled>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
|
||||
Reference in New Issue
Block a user