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.
我有一些存储在 .hql 文件中的 HiveQL 脚本。
使用 Java/JDBC 程序在 Hive 服务器上执行这些脚本的最佳方法是什么?
使用 JDBC Hive 客户端。
Example, "jdbc:hive://localhost:10000/default".
目前,唯一支持的 dbname 是“default”。有关详细信息,请参阅JDBChiveclient链接。
其他方式:您也可以通过 shell 脚本运行它。