Presto commonly used commands

1. Start Server command

./bin/launcher --config /home/hive/presto-server-0215/etc/config.properties  run
./bin/launcher --config /home/hive/presto-server-0215/etc/config.properties  start

2. Start Client command

./bin/presto-cli --server localhost:9090  --catalog hive --schema default

Reproduced in: https: //www.jianshu.com/p/a3bbd9c0d490

Guess you like

Origin blog.csdn.net/weixin_34240657/article/details/91072999
Recommended