1 Star 0 Fork 1

victorchu/trino

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
start.sh 496 Bytes
一键复制 编辑 原始数据 按行查看 历史
victorchu 提交于 2023-08-30 19:55 . build with aliyun
sdk use java 17.0.5-oracle;
config=etc/config.properties
if [[ "$1" = "worker" ]];then
config=etc/configOfWorker.properties
fi
cd ~/projects/trino/testing/trino-server-dev;
cpath=`echo ~/projects/trino/testing/trino-server-dev/target/dependency/*.jar| tr ' ' ':'`
java -ea -Dconfig=${config} -Dlog.levels-file=etc/log.properties -Djdk.attach.allowAttachSelf=true -classpath ~/projects/trino/testing/trino-server-dev/target/trino-server-dev-424.jar:${cpath} io.trino.server.DevelopmentServer;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chutian0610/trino.git
git@gitee.com:chutian0610/trino.git
chutian0610
trino
trino
code-study

搜索帮助

0d507c66 1850385 C8b1a773 1850385