This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 5c78c79ea [KYUUBI #5640] Upgrade playground to Kyuubi 1.8.0 and Spark 
3.4.1
5c78c79ea is described below

commit 5c78c79ea50fbfcccd81b9a12128709a70123e63
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Nov 8 10:44:20 2023 +0800

    [KYUUBI #5640] Upgrade playground to Kyuubi 1.8.0 and Spark 3.4.1
    
    Promote [1.8.0](https://kyuubi.apache.org/release/1.8.0.html), the docker 
images already uploaded to DockerHub
    
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [x] Add screenshots for manual tests if appropriate
    
    Go to `docker/playground`, and use `docker compose up -d` to run compose 
services as daemon
    
    ```
    docker exec -it kyuubi /opt/kyuubi/bin/beeline -u 
'jdbc:hive2://0.0.0.0:10009/tpcds/tiny'
    ```
    
    ```
    0: jdbc:hive2://0.0.0.0:10009/tpcds/tiny> select kyuubi_version();
    2023-11-07 06:12:57.332 INFO org.apache.kyuubi.operation.ExecuteStatement: 
Processing anonymous's query[41fe38d5-dc3f-4fc3-8a25-3e3c4200ce31]: 
PENDING_STATE -> RUNNING_STATE, statement:
    select kyuubi_version()
    23/11/07 06:12:57 INFO ExecuteStatement: Processing anonymous's 
query[41fe38d5-dc3f-4fc3-8a25-3e3c4200ce31]: PENDING_STATE -> RUNNING_STATE, 
statement:
    select kyuubi_version()
    23/11/07 06:12:57 INFO ExecuteStatement:
               Spark application name: 
kyuubi_USER_SPARK_SQL_anonymous_default_1d81daf7-9136-4b0d-97f6-2cd71bcb74fb
                     application ID: local-1699337554479
                     application web UI: http://0.0.0.0:4040
                     master: local[*]
                     deploy mode: client
                     version: 3.4.1
               Start time: 2023-11-07T06:12:33.491
               User: anonymous
    23/11/07 06:12:57 INFO ExecuteStatement: Execute in incremental collect mode
    23/11/07 06:12:57 INFO CodeGenerator: Code generated in 14.080013 ms
    23/11/07 06:12:57 INFO ExecuteStatement: Processing anonymous's 
query[41fe38d5-dc3f-4fc3-8a25-3e3c4200ce31]: RUNNING_STATE -> FINISHED_STATE, 
time taken: 0.126 seconds
    2023-11-07 06:12:57.461 INFO org.apache.kyuubi.operation.ExecuteStatement: 
Query[41fe38d5-dc3f-4fc3-8a25-3e3c4200ce31] in FINISHED_STATE
    2023-11-07 06:12:57.461 INFO org.apache.kyuubi.operation.ExecuteStatement: 
Processing anonymous's query[41fe38d5-dc3f-4fc3-8a25-3e3c4200ce31]: 
RUNNING_STATE -> FINISHED_STATE, time taken: 0.129 seconds
    +-------------------+
    | kyuubi_version()  |
    +-------------------+
    | 1.8.0             |
    +-------------------+
    1 row selected (0.329 seconds)
    0: jdbc:hive2://0.0.0.0:10009/tpcds/tiny>
    ```
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    No
    
    Closes #5640 from pan3793/play-180.
    
    Closes #5640
    
    f8c6cf19d [Cheng Pan] Upgrade playground to Kyuubi 1.8.0 and Spark 3.4.1
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 0fe00d9c5bab418be15b4ea5e6205f278fcbfcb4)
    Signed-off-by: Cheng Pan <[email protected]>
---
 docker/playground/.env | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docker/playground/.env b/docker/playground/.env
index ea2145511..a765220ca 100644
--- a/docker/playground/.env
+++ b/docker/playground/.env
@@ -18,13 +18,13 @@
 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
-KYUUBI_HADOOP_VERSION=3.3.4
+ICEBERG_VERSION=1.4.2
+KYUUBI_VERSION=1.8.0
+KYUUBI_HADOOP_VERSION=3.3.6
 POSTGRES_VERSION=12
 POSTGRES_JDBC_VERSION=42.3.4
 SCALA_BINARY_VERSION=2.12
-SPARK_VERSION=3.3.2
-SPARK_BINARY_VERSION=3.3
-SPARK_HADOOP_VERSION=3.3.2
+SPARK_VERSION=3.4.1
+SPARK_BINARY_VERSION=3.4
+SPARK_HADOOP_VERSION=3.3.4
 ZOOKEEPER_VERSION=3.6.3

Reply via email to