You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/03/26 10:44:47 UTC

[kyuubi] branch master updated: [KYUUBI #4601] Bump Hadoop 3.3.5 for playground

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 76448490b [KYUUBI #4601] Bump Hadoop 3.3.5 for playground
76448490b is described below

commit 76448490b2fd549825b715c3ea429e20b1d7b24a
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Sun Mar 26 18:44:37 2023 +0800

    [KYUUBI #4601] Bump Hadoop 3.3.5 for playground
    
    ### _Why are the changes needed?_
    
    Hadoop 3.3.5 brings back ARM64 support.
    https://www.mail-archive.com/common-devhadoop.apache.org/msg39131.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
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4601 from pan3793/playground-hadoop.
    
    Closes #4601
    
    765def7a5 [Cheng Pan] Bump Hadoop 3.3.5 for playground
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 docker/playground/.env | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/playground/.env b/docker/playground/.env
index b4cff0b05..ea2145511 100644
--- a/docker/playground/.env
+++ b/docker/playground/.env
@@ -15,8 +15,8 @@
 # limitations under the License.
 #
 
-AWS_JAVA_SDK_VERSION=1.12.239
-HADOOP_VERSION=3.3.1
+AWS_JAVA_SDK_VERSION=1.12.316
+HADOOP_VERSION=3.3.5
 HIVE_VERSION=2.3.9
 ICEBERG_VERSION=1.2.0
 KYUUBI_VERSION=1.7.0