Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在尝试了解 Hive 代码库。org.apache.hive.cli.CLIDriver 做什么?该类几乎不包含任何注释,JavaDoc 也没有解释它。
Hive 中的 CLIDriver 类旨在启动 Hive 会话并读取 hiverc 文件(如果有),然后从中加载配置并处理 ; 我们在 Hive 中执行的终止命令
谢谢,阿秋