mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
Release 4.5.0
Change-Id: Idb2fe419f645415cb1768095a0c537de75add13d
This commit is contained in:
@@ -70,7 +70,7 @@ fi
|
|||||||
# WARNING: If changing this value, also run these commands:
|
# WARNING: If changing this value, also run these commands:
|
||||||
# cd ${IMPALA_HOME}/java
|
# cd ${IMPALA_HOME}/java
|
||||||
# mvn versions:set -DnewVersion=YOUR_NEW_VERSION
|
# mvn versions:set -DnewVersion=YOUR_NEW_VERSION
|
||||||
export IMPALA_VERSION=4.5.0-SNAPSHOT
|
export IMPALA_VERSION=4.5.0-RELEASE
|
||||||
|
|
||||||
# Whether to build the backend on Avro C++ library or C.
|
# Whether to build the backend on Avro C++ library or C.
|
||||||
# This is added temporarily to help transitioning from Avro C to C++ library.
|
# This is added temporarily to help transitioning from Avro C to C++ library.
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
# "-INTERNAL" appended. Parts of the code will look for this to distinguish
|
# "-INTERNAL" appended. Parts of the code will look for this to distinguish
|
||||||
# between released and internal versions.
|
# between released and internal versions.
|
||||||
VERSION=${IMPALA_VERSION}
|
VERSION=${IMPALA_VERSION}
|
||||||
GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
|
GIT_HASH=da16bcd0fa14e91c9400dc8db79a02e396dd14d4
|
||||||
if [ -z $GIT_HASH ]
|
if [ -z $GIT_HASH ]
|
||||||
then
|
then
|
||||||
GIT_HASH="Could not obtain git hash"
|
GIT_HASH="Could not obtain git hash"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
<relativePath>../java/pom.xml</relativePath>
|
<relativePath>../java/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>nested-table-flattener</artifactId>
|
<artifactId>nested-table-flattener</artifactId>
|
||||||
|
|||||||
@@ -22,12 +22,12 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>calcite-planner</artifactId>
|
<artifactId>calcite-planner</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>calcite-planner</name>
|
<name>calcite-planner</name>
|
||||||
@@ -36,7 +36,7 @@ under the License.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-frontend</artifactId>
|
<artifactId>impala-frontend</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.calcite</groupId>
|
<groupId>org.apache.calcite</groupId>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-data-source</artifactId>
|
<artifactId>impala-data-source</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>impala-data-source-api</artifactId>
|
<artifactId>impala-data-source-api</artifactId>
|
||||||
<name>Apache Impala External Data Source API</name>
|
<name>Apache Impala External Data Source API</name>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-data-source</artifactId>
|
<artifactId>impala-data-source</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>impala-data-source-jdbc</artifactId>
|
<artifactId>impala-data-source-jdbc</artifactId>
|
||||||
<name>Apache Impala External Data Source JDBC Library</name>
|
<name>Apache Impala External Data Source JDBC Library</name>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>impala-data-source</artifactId>
|
<artifactId>impala-data-source</artifactId>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-data-source</artifactId>
|
<artifactId>impala-data-source</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>impala-data-source-sample</artifactId>
|
<artifactId>impala-data-source-sample</artifactId>
|
||||||
<name>Apache Impala External Data Source Sample</name>
|
<name>Apache Impala External Data Source Sample</name>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-data-source</artifactId>
|
<artifactId>impala-data-source</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>impala-data-source-test</artifactId>
|
<artifactId>impala-data-source-test</artifactId>
|
||||||
<name>Apache Impala External Data Source Test Library</name>
|
<name>Apache Impala External Data Source Test Library</name>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ under the License.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-frontend</artifactId>
|
<artifactId>impala-frontend</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ under the License.
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Apache Impala Parent POM</name>
|
<name>Apache Impala Parent POM</name>
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>query-event-hook-api</artifactId>
|
<artifactId>query-event-hook-api</artifactId>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ the same dependencies
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ though some of them might not be necessary. The exclusions are sorted alphabetic
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.impala</groupId>
|
<groupId>org.apache.impala</groupId>
|
||||||
<artifactId>impala-parent</artifactId>
|
<artifactId>impala-parent</artifactId>
|
||||||
<version>4.5.0-SNAPSHOT</version>
|
<version>4.5.0-RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>yarn-extras</artifactId>
|
<artifactId>yarn-extras</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user