在使用beeline链接Hive服务的时候,报了下面的这个错误:
使用beeline时输入:!connect jdbc://hive2://bigdata02:10000;
之后出现了这个情况:
19/10/23 11:57:15 [main]: ERROR beeline.ClassNameCompleter: Fail to parse the class name from the Jar file due to the exception:java.io.FileNotFoundException: minlog-1.2.jar (No such file or directory)
中文意思:没有那个文件或命令;
再仔细一看.正确命令应该是:
!connect jdbc:hive2://bigdata02:10000;
所以导致了这个错误.

本文详细解析了在使用Beeline客户端连接Hive服务时遇到的常见错误,特别是因输入命令格式不正确而导致的找不到文件或目录错误,并提供了正确的连接命令格式。
2920

被折叠的 条评论
为什么被折叠?



