This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new ea1660659 [KYUUBI #5116] Bump Hadoop 3.3.6
ea1660659 is described below
commit ea1660659667eda678b1dd1fa1a1e17a268f191c
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Aug 1 17:07:43 2023 +0800
[KYUUBI #5116] Bump Hadoop 3.3.6
### _Why are the changes needed?_
https://hadoop.apache.org/release/3.3.6.html
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [x] [Run
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
locally before make a pull request
Closes #5116 from pan3793/hadoop-3.3.6.
Closes #5116
c3717e7fb [Cheng Pan] Bump Hadoop 3.3.6
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
dev/dependencyList | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev/dependencyList b/dev/dependencyList
index 9ac0d32fa..23573a598 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -48,8 +48,8 @@ grpc-protobuf/1.53.0//grpc-protobuf-1.53.0.jar
grpc-stub/1.53.0//grpc-stub-1.53.0.jar
gson/2.9.0//gson-2.9.0.jar
guava/32.0.1-jre//guava-32.0.1-jre.jar
-hadoop-client-api/3.3.5//hadoop-client-api-3.3.5.jar
-hadoop-client-runtime/3.3.5//hadoop-client-runtime-3.3.5.jar
+hadoop-client-api/3.3.6//hadoop-client-api-3.3.6.jar
+hadoop-client-runtime/3.3.6//hadoop-client-runtime-3.3.6.jar
hive-common/3.1.3//hive-common-3.1.3.jar
hive-metastore/3.1.3//hive-metastore-3.1.3.jar
hive-serde/3.1.3//hive-serde-3.1.3.jar
diff --git a/pom.xml b/pom.xml
index 9d30d0ec4..fe418206a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
<grpc.version>1.53.0</grpc.version>
<guava.version>32.0.1-jre</guava.version>
<guava.failureaccess.version>1.0.1</guava.failureaccess.version>
- <hadoop.version>3.3.5</hadoop.version>
+ <hadoop.version>3.3.6</hadoop.version>
<hikaricp.version>4.0.3</hikaricp.version>
<derby.version>10.14.2.0</derby.version>
<fliptables.verion>1.0.2</fliptables.verion>