From b2555193a676b1e919e5d03dd85b0d1d27b648c6 Mon Sep 17 00:00:00 2001 From: liuwenli Date: Thu, 30 Aug 2018 21:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=99=BE=E5=BA=A6=E7=BD=91?= =?UTF-8?q?=E7=9B=98=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/deployment.md | 2 +- docs/index.md | 2 +- rider/bin/deploy.sh | 2 +- rider/bin/start.sh | 2 +- rider/bin/stop.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1c5016256..b83d8585f 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Please refer to [Wormhole用户手册](https://edp963.github.io/wormhole). ## Latest Release -Please download the latest RELEASE(链接:https://pan.baidu.com/s/14r_2hFjKHRP-Cs0mI24C7A 密码:swhj). +Please download the latest RELEASE(链接:https://pan.baidu.com/s/1DNJPwDXaZrmEdoAXOeZ05A 密码:y0f4). ## Get Help diff --git a/docs/deployment.md b/docs/deployment.md index 34c32e6c0..a4d0937bc 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -33,7 +33,7 @@ mysql-connector-java-{your-db-version}.jar ## 部署配置 -**下载 wormhole-0.5.2-beta.tar.gz 包 (链接:https://pan.baidu.com/s/14r_2hFjKHRP-Cs0mI24C7A 密码:swhj),或者自编译** +**下载 wormhole-0.5.2-beta.tar.gz 包 (链接:https://pan.baidu.com/s/1DNJPwDXaZrmEdoAXOeZ05A 密码:y0f4),或者自编译** ``` 下载wormhole-0.5.2-beta.tar.gz安装包 diff --git a/docs/index.md b/docs/index.md index d56cf21a1..f12ff3d34 100644 --- a/docs/index.md +++ b/docs/index.md @@ -87,7 +87,7 @@ Please refer to [Wormhole用户手册](https://edp963.github.io/wormhole). ## Latest Release -Please download the latest RELEASE(链接:https://pan.baidu.com/s/14r_2hFjKHRP-Cs0mI24C7A 密码:swhj). +Please download the latest RELEASE(链接:https://pan.baidu.com/s/1DNJPwDXaZrmEdoAXOeZ05A 密码:y0f4). ## Get Help diff --git a/rider/bin/deploy.sh b/rider/bin/deploy.sh index 852d19edd..f164a547f 100644 --- a/rider/bin/deploy.sh +++ b/rider/bin/deploy.sh @@ -71,4 +71,4 @@ then echo "!!!Alert!!! spark local dirs is $SPARK_LOCAL_DIRS, please set WormholeServer user $WORMHOLE_USER has RW permission" fi -echo "!!!Please test $WORMHOLE_USER ssh no password login by yourself!!!" \ No newline at end of file +echo "!!!Please test $WORMHOLE_USER ssh no password login by yourself!!!" diff --git a/rider/bin/start.sh b/rider/bin/start.sh index 40fb1a78a..5d8b46787 100644 --- a/rider/bin/start.sh +++ b/rider/bin/start.sh @@ -37,4 +37,4 @@ echo "wormholeServer final request address for UI: $finalAddress" # sed -i "s#http://.*/api-docs/swagger.json#http://$finalAddress/api-docs/swagger.json#g" $WORMHOLE_HOME/swagger-ui/index.html echo "[WormholeServer] is starting..." -java -DWORMHOLE_HOME=$WORMHOLE_HOME -cp $WORMHOLE_HOME/lib/wormhole-rider-server_1.3-0.5.2-beta.jar:$WORMHOLE_HOME/lib/* edp.rider.RiderStarter & \ No newline at end of file +java -DWORMHOLE_HOME=$WORMHOLE_HOME -cp $WORMHOLE_HOME/lib/wormhole-rider-server_1.3-0.5.2-beta.jar:$WORMHOLE_HOME/lib/* edp.rider.RiderStarter & diff --git a/rider/bin/stop.sh b/rider/bin/stop.sh index 08137c54d..bd19d2169 100644 --- a/rider/bin/stop.sh +++ b/rider/bin/stop.sh @@ -7,4 +7,4 @@ if [[ $Server -gt 0 ]]; then echo "[WormholeServer] System killed successfully, bye!!!" else echo "[WormholeServer] System did not run." -fi \ No newline at end of file +fi