wecharyu opened a new pull request, #3227: URL: https://github.com/apache/hive/pull/3227
### What changes were proposed in this pull request? Hive cli is the default service in hive script, but it can not start even if we use `--service cli` option now, I don't think this is what we expect from beeline. ### Why are the changes needed? Hive cli is a convenient tool to connect to hive metastore service for testing or hive taste, and the hive community seems not intend to deprecate hive cli so far. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Shell script, can test on local with just `hive` command: ```bash $ $HIVE_HOME/bin/hive ``` -- 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]
