Skip to content

Commit

Permalink
Merge pull request #739 from Liuwenli11/0.5
Browse files Browse the repository at this point in the history
update download link
  • Loading branch information
Liuwenli11 authored Aug 30, 2018
2 parents 4385838 + b255519 commit 9204c17
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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安装包
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion rider/bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!!!"
echo "!!!Please test $WORMHOLE_USER ssh no password login by yourself!!!"
2 changes: 1 addition & 1 deletion rider/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
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 &
2 changes: 1 addition & 1 deletion rider/bin/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [[ $Server -gt 0 ]]; then
echo "[WormholeServer] System killed successfully, bye!!!"
else
echo "[WormholeServer] System did not run."
fi
fi

0 comments on commit 9204c17

Please sign in to comment.