页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

驱动程序类

连接字符串

驱动程序存放目录

支持数据库版本

org.apache.hive.jdbc.HiveDriver

jdbc 连接url,默认:
jdbc:hive2://<servername>:10000/default

如果自定义了,要严格根据配置来进行设置。

注意

如果在产品的【数据源】-【数据库管理】中,选择scheme查不到表,可以在对应的链接字符串中增加参数”hive.server2.cli.gettables.threshold=1“

例如:jdbc:hive2://<servername>:10000/default?hive.server2.cli.gettables.threshold=1


自定义Transwarp ArgoDB 5.2.1

...