pan3793 commented on code in PR #7295: URL: https://github.com/apache/kyuubi/pull/7295#discussion_r2659455560
########## docker/playground/README.md: ########## @@ -10,24 +10,35 @@ Playground ### Play -1. Connect using `beeline` +1. Connect using `kyuubi-beeline` -`docker exec -it kyuubi /opt/kyuubi/bin/beeline -u 'jdbc:hive2://0.0.0.0:10009/tpcds/tiny'`; +``` +docker exec -it kyuubi /opt/kyuubi/bin/kyuubi-beeline -u 'jdbc:hive2://0.0.0.0:10009/tpcds/tiny' Review Comment: we recommend using `kyuubi-beeline` instead of `beeline`, to distinguish from Hive/Spark's `beeline` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
