diff options
| author | caohui <[email protected]> | 2020-04-29 14:32:05 +0800 |
|---|---|---|
| committer | caohui <[email protected]> | 2020-04-29 14:32:05 +0800 |
| commit | d15d7536f385ec4a1250ed15ed52fd6c05eb7431 (patch) | |
| tree | 737ec8462ef62ac70caeee1533cbee4e76ceef98 /config/hive.properties | |
Diffstat (limited to 'config/hive.properties')
| -rw-r--r-- | config/hive.properties | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/hive.properties b/config/hive.properties new file mode 100644 index 0000000..ac73543 --- /dev/null +++ b/config/hive.properties @@ -0,0 +1,16 @@ +hive_jdbc_drivers=org.apache.hive.jdbc.HiveDriver +#hive_jdbc_url=jdbc:hive2://192.168.0.22:10000/default +#hive_jdbc_url=jdbc:hive2://192.168.40.202:2181,192.168.40.203:2181,192.168.40.206:2181/voip_knowledge;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2 +hive_jdbc_url=jdbc:hive2://10.180.123.101:2181,10.180.123.102:2181,10.180.123.103:2181/voip_knowledge;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2 + +hive.dbname=xxxxx +hive_jdbc_username=root +hive_jdbc_password=111111 + +#配置初始化大小、最小、最大 +hive_initialSize=30 +hive_minIdle=30 +hive_maxActive=500 + +#配置获取连接等待超时的时间 +hive_maxWait=60000
\ No newline at end of file |
