From d1f968f6b25e8d285c86162f81e48dab73dc9ecb Mon Sep 17 00:00:00 2001 From: Deepak Damri Date: Thu, 5 Dec 2024 16:19:02 +0530 Subject: [PATCH 1/9] ODP version upgrade to 3.2.3.3-3 --- bin/impala-config.sh | 20 ++++++++++---------- fe/pom.xml | 2 +- java/TableFlattener/pom.xml | 2 +- java/calcite-planner/pom.xml | 6 +++--- java/datagenerator/pom.xml | 2 +- java/executor-deps/pom.xml | 2 +- java/ext-data-source/api/pom.xml | 2 +- java/ext-data-source/jdbc/pom.xml | 2 +- java/ext-data-source/pom.xml | 2 +- java/ext-data-source/sample/pom.xml | 2 +- java/ext-data-source/test/pom.xml | 2 +- java/external-frontend/pom.xml | 4 ++-- java/pom.xml | 2 +- java/query-event-hook-api/pom.xml | 2 +- java/shaded-deps/hive-exec/pom.xml | 2 +- java/shaded-deps/s3a-aws-sdk/pom.xml | 2 +- java/test-corrupt-hive-udfs/pom.xml | 2 +- java/test-hive-udfs/pom.xml | 2 +- java/yarn-extras/pom.xml | 2 +- 19 files changed, 31 insertions(+), 31 deletions(-) diff --git a/bin/impala-config.sh b/bin/impala-config.sh index d9ed01249e..63fdc0d101 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.3.2.3.3.2 +export IMPALA_VERSION=4.4.0.3.2.3.3-3 # Whether to build on Apache Hive (or CDP Hive). Versions of some toolchain dependencies # (e.g. thrift) will also depend on this. @@ -256,19 +256,19 @@ fi export IMPALA_TOOLCHAIN_HOST export CDP_BUILD_NUMBER=49623641 -export ODP_BUILD_NUMBER=3.2.3.3-2 +export ODP_BUILD_NUMBER=3.2.3.3-3 export CDP_MAVEN_REPOSITORY=\ "https://${IMPALA_TOOLCHAIN_HOST}/build/cdp_components/${CDP_BUILD_NUMBER}/maven" export CDP_AVRO_JAVA_VERSION=1.11.3 -export CDP_HADOOP_VERSION=3.2.3.3.2.3.3-2 -export CDP_HBASE_VERSION=2.4.11.3.2.3.3-2 -export CDP_HIVE_VERSION=3.1.4.3.2.3.3-2 -export CDP_ICEBERG_VERSION=1.3.1.7.3.0.0-128 -export CDP_KNOX_VERSION=1.6.1.3.2.3.3-2 -export CDP_OZONE_VERSION=1.4.0.3.2.3.3-2 +export CDP_HADOOP_VERSION=3.2.3.3.2.3.3-3 +export CDP_HBASE_VERSION=2.4.11.3.2.3.3-3 +export CDP_HIVE_VERSION=3.1.4.3.2.3.3-3 +export CDP_ICEBERG_VERSION=0.14.0 +export CDP_KNOX_VERSION=1.6.1.3.2.3.3-3 +export CDP_OZONE_VERSION=1.4.0.3.2.3.3-3 export CDP_PARQUET_VERSION=1.13.1 -export CDP_RANGER_VERSION=2.3.0.3.2.3.3-2 -export CDP_TEZ_VERSION=0.10.1.3.2.3.3-2 +export CDP_RANGER_VERSION=2.3.0.3.2.3.3-3 +export CDP_TEZ_VERSION=0.10.1.3.2.3.3-3 # Ref: https://infra.apache.org/release-download-pages.html#closer : ${APACHE_MIRROR:="https://www.apache.org/dyn/closer.cgi"} diff --git a/fe/pom.xml b/fe/pom.xml index 635af6ab93..4182c9f01d 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.impala impala-parent - 4.4.0.3.2.3.3-2 + 4.4.0.3.2.3.3-3 ../java/pom.xml 4.0.0 diff --git a/java/TableFlattener/pom.xml b/java/TableFlattener/pom.xml index 14acfeec51..25315b68f1 100644 --- a/java/TableFlattener/pom.xml +++ b/java/TableFlattener/pom.xml @@ -22,7 +22,7 @@ org.apache.impala impala-parent - 4.4.0.3.2.3.3-2 + 4.4.0.3.2.3.3-3 4.0.0 nested-table-flattener diff --git a/java/calcite-planner/pom.xml b/java/calcite-planner/pom.xml index 506c75a56a..ef9e29e401 100644 --- a/java/calcite-planner/pom.xml +++ b/java/calcite-planner/pom.xml @@ -22,12 +22,12 @@ under the License. org.apache.impala impala-parent - 4.4.0.3.2.3.3-2 + 4.4.0.3.2.3.3-3 4.0.0 calcite-planner - 4.4.0.3.2.3.3-2 + 4.4.0.3.2.3.3-3 jar calcite-planner @@ -36,7 +36,7 @@ under the License. org.apache.impala impala-frontend - 4.4.0.3.2.3.3-2 + 4.4.0.3.2.3.3-3 org.apache.calcite diff --git a/java/datagenerator/pom.xml b/java/datagenerator/pom.xml index 30b4c9cc4f..d17350a2ae 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.3.2.3.3-2 + 4.4.0.3.2.3.3-3 4.0.0 diff --git a/java/executor-deps/pom.xml b/java/executor-deps/pom.xml index 1e9829cb43..fc683ada26 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.3.2.3.3-2 + 4.4.0.3.2.3.3-3 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 d59cf906aa..739591f769 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.3.2.3.3-2 + 4.4.0.3.2.3.3-3 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 98b0fcffe3..5beff34706 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.3.2.3.3-2 + 4.4.0.3.2.3.3-3 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 3558d765a3..c518c2c949 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.3.2.3.3-2 + 4.4.0.3.2.3.3-3 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 4efc26af6e..af5e3ba463 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.3.2.3.3-2 + 4.4.0.3.2.3.3-3 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 ae932196bd..fdbfa7c566 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.3.2.3.3-2 + 4.4.0.3.2.3.3-3 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 b478fe9533..39f58651a1 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.3.2.3.3-2 + 4.4.0.3.2.3.3-3 4.0.0 @@ -36,7 +36,7 @@ under the License. org.apache.impala impala-frontend - 4.4.0.3.2.3.3-2 + 4.4.0.3.2.3.3-3 diff --git a/java/pom.xml b/java/pom.xml index 54973250b2..3a6d33a0ba 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.3.2.3.3-2 + 4.4.0.3.2.3.3-3 pom Apache Impala Parent POM