diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 9fb538043c..601f752025 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -70,7 +70,7 @@ fi # WARNING: If changing this value, also run these commands: # cd ${IMPALA_HOME}/java # mvn versions:set -DnewVersion=YOUR_NEW_VERSION -export IMPALA_VERSION=4.4.0-RELEASE +export IMPALA_VERSION=4.4.1-RELEASE # Whether to build on Apache Hive (or CDP Hive). Versions of some toolchain dependencies # (e.g. thrift) will also depend on this. diff --git a/bin/save-version.sh b/bin/save-version.sh index bed3b63dcd..ff9548b30c 100755 --- a/bin/save-version.sh +++ b/bin/save-version.sh @@ -22,7 +22,7 @@ # "-INTERNAL" appended. Parts of the code will look for this to distinguish # between released and internal versions. VERSION=${IMPALA_VERSION} -GIT_HASH=c9745fd5b941f52b3cd3496c425722fcbbffe894 +GIT_HASH=6edbf57651aa84652e0121fe9055e53c4d350871 if [ -z $GIT_HASH ] then GIT_HASH="Could not obtain git hash" diff --git a/fe/pom.xml b/fe/pom.xml index d50504da9b..b017f73581 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE ../java/pom.xml 4.0.0 diff --git a/java/TableFlattener/pom.xml b/java/TableFlattener/pom.xml index f38c190b93..569c2eb7a1 100644 --- a/java/TableFlattener/pom.xml +++ b/java/TableFlattener/pom.xml @@ -22,7 +22,7 @@ org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE 4.0.0 nested-table-flattener diff --git a/java/datagenerator/pom.xml b/java/datagenerator/pom.xml index 72eba52aaa..fe175d4be8 100644 --- a/java/datagenerator/pom.xml +++ b/java/datagenerator/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE 4.0.0 diff --git a/java/executor-deps/pom.xml b/java/executor-deps/pom.xml index d7232234fe..0148a5cfcd 100644 --- a/java/executor-deps/pom.xml +++ b/java/executor-deps/pom.xml @@ -34,7 +34,7 @@ under the License. org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE 4.0.0 org.apache.impala diff --git a/java/ext-data-source/api/pom.xml b/java/ext-data-source/api/pom.xml index 1ee9562cad..9739e960e4 100644 --- a/java/ext-data-source/api/pom.xml +++ b/java/ext-data-source/api/pom.xml @@ -23,7 +23,7 @@ org.apache.impala impala-data-source - 4.4.0-RELEASE + 4.4.1-RELEASE impala-data-source-api Apache Impala External Data Source API diff --git a/java/ext-data-source/jdbc/pom.xml b/java/ext-data-source/jdbc/pom.xml index 95ac7bbb9b..a4786152f4 100644 --- a/java/ext-data-source/jdbc/pom.xml +++ b/java/ext-data-source/jdbc/pom.xml @@ -23,7 +23,7 @@ org.apache.impala impala-data-source - 4.4.0-RELEASE + 4.4.1-RELEASE impala-data-source-jdbc Apache Impala External Data Source JDBC Library diff --git a/java/ext-data-source/pom.xml b/java/ext-data-source/pom.xml index 1de7a392f6..dbfe5c1e19 100644 --- a/java/ext-data-source/pom.xml +++ b/java/ext-data-source/pom.xml @@ -22,7 +22,7 @@ org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE 4.0.0 impala-data-source diff --git a/java/ext-data-source/sample/pom.xml b/java/ext-data-source/sample/pom.xml index bcbc1972bc..df26904a1f 100644 --- a/java/ext-data-source/sample/pom.xml +++ b/java/ext-data-source/sample/pom.xml @@ -23,7 +23,7 @@ org.apache.impala impala-data-source - 4.4.0-RELEASE + 4.4.1-RELEASE impala-data-source-sample Apache Impala External Data Source Sample diff --git a/java/ext-data-source/test/pom.xml b/java/ext-data-source/test/pom.xml index 0131c9ee2c..87ebdb9d28 100644 --- a/java/ext-data-source/test/pom.xml +++ b/java/ext-data-source/test/pom.xml @@ -23,7 +23,7 @@ org.apache.impala impala-data-source - 4.4.0-RELEASE + 4.4.1-RELEASE impala-data-source-test Apache Impala External Data Source Test Library diff --git a/java/external-frontend/pom.xml b/java/external-frontend/pom.xml index a5f41ceecd..28712bda22 100644 --- a/java/external-frontend/pom.xml +++ b/java/external-frontend/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE 4.0.0 @@ -36,7 +36,7 @@ under the License. org.apache.impala impala-frontend - 4.4.0-RELEASE + 4.4.1-RELEASE diff --git a/java/pom.xml b/java/pom.xml index cfd6e6de5e..bac5b5b308 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -21,7 +21,7 @@ under the License. 4.0.0 org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE pom Apache Impala Parent POM diff --git a/java/query-event-hook-api/pom.xml b/java/query-event-hook-api/pom.xml index 4d4c24eaa7..bf466b1b65 100644 --- a/java/query-event-hook-api/pom.xml +++ b/java/query-event-hook-api/pom.xml @@ -22,7 +22,7 @@ org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE 4.0.0 query-event-hook-api diff --git a/java/shaded-deps/hive-exec/pom.xml b/java/shaded-deps/hive-exec/pom.xml index 238e93ea56..529b1800f2 100644 --- a/java/shaded-deps/hive-exec/pom.xml +++ b/java/shaded-deps/hive-exec/pom.xml @@ -27,7 +27,7 @@ the same dependencies org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE ../../pom.xml 4.0.0 diff --git a/java/shaded-deps/s3a-aws-sdk/pom.xml b/java/shaded-deps/s3a-aws-sdk/pom.xml index 371547c68d..cd48ad4c04 100644 --- a/java/shaded-deps/s3a-aws-sdk/pom.xml +++ b/java/shaded-deps/s3a-aws-sdk/pom.xml @@ -25,7 +25,7 @@ though some of them might not be necessary. The exclusions are sorted alphabetic org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE ../../pom.xml 4.0.0 diff --git a/java/test-corrupt-hive-udfs/pom.xml b/java/test-corrupt-hive-udfs/pom.xml index b04178faef..f6c065cb1c 100644 --- a/java/test-corrupt-hive-udfs/pom.xml +++ b/java/test-corrupt-hive-udfs/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE 4.0.0 diff --git a/java/test-hive-udfs/pom.xml b/java/test-hive-udfs/pom.xml index 3acb80045f..e65b4047f6 100644 --- a/java/test-hive-udfs/pom.xml +++ b/java/test-hive-udfs/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE 4.0.0 diff --git a/java/yarn-extras/pom.xml b/java/yarn-extras/pom.xml index 4638d3cba3..2e8c5fc5c8 100644 --- a/java/yarn-extras/pom.xml +++ b/java/yarn-extras/pom.xml @@ -22,7 +22,7 @@ org.apache.impala impala-parent - 4.4.0-RELEASE + 4.4.1-RELEASE 4.0.0 yarn-extras