### _Why are the changes needed?_ To fix #4508 . ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4510 from thomasg19930417/master. Closes #4508 f8405eb93 [Cheng Pan] Update kyuubi-hive-beeline/src/main/java/org/apache/hive/beeline/KyuubiCommands.java 3ad46c1d6 [Cheng Pan] Update kyuubi-hive-beeline/src/main/java/org/apache/hive/beeline/KyuubiCommands.java 31fa80771 [xu.guo] Merge branch 'master' of https://github.com/thomasg19930417/kyuubi 41e090d66 [thomasgx] Merge branch 'apache:master' into master ba82229a8 [xu.guo] Move initializeConsoleReader to KyuubiCommands#connect e06927b78 [xu.guo] Replace create new consoleReader instance with call initializeConsoleReader 86f2e5078 [xu.guo] Fix code style b0c472229 [xu.guo] Fix Beeline with -i run sql faild 042987aa6 [xu.guo] Fix Beeline with -i run sql faild Lead-authored-by: xu.guo <xu.guo@brgroup.com> Co-authored-by: Cheng Pan <pan3793@gmail.com> Co-authored-by: thomasgx <570736711@qq.com> Signed-off-by: Cheng Pan <chengpan@apache.org> |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||
| README.md | ||
Kyuubi Hive BeeLine Module
Aiming to make a better supported beeline for Kyuubi
- Support to show launch engine log when getting KyuubiConnection(Done, available since v1.4.0-incubating)