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

benjobs pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 147e7ab  [Improve] quickstart script improvement (#412)
147e7ab is described below

commit 147e7abe80854776b3de497b15921192d65af221
Author: benjobs <[email protected]>
AuthorDate: Thu Sep 12 00:02:14 2024 +0800

    [Improve] quickstart script improvement (#412)
    
    * [Improve] deploy permissions bug fixed.
    
    * [Improve] quickstart script improvement
---
 static/quickstart.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/quickstart.sh b/static/quickstart.sh
index 84101f7..cbc1cf9 100755
--- a/static/quickstart.sh
+++ b/static/quickstart.sh
@@ -255,7 +255,7 @@ if [[ -n "${FLINK_PROCESS}" ]]; then
   FLINK_NAME=${ARRAY[1]}
   FLINK_PORT=${ARRAY[2]}
 else
-  FLINK_NAME="flink-1.19.0"
+  FLINK_NAME="flink-1.20.0"
   
FLINK_URL="https://archive.apache.org/dist/flink/${FLINK_NAME}/${FLINK_NAME}-bin-scala_2.12.tgz";
   FLINK_TAR="${FLINK_NAME}-bin-scala_2.12.tgz"
   FLINK_HOME="${WORK_DIR}"/${SP_NAME}/flink/${FLINK_NAME}

Reply via email to