赞
踩
parameters | description | default |
---|---|---|
hive.server2.thrift.min.worker.threads | 最小工作线程数 | 5 |
hive.server2.thrift.max.worker.threads | 最大工作线程数 | 500 |
hive.server2.thrift.port | TCP 的监听端口 | 10000 |
hive.server2.thrift.bind.host | TCP绑定的主机 | localhost |
hive.server2.transport.mode | 传输模式 | 默认值为binary(TCP),可选值HTTP |
hive.server2.thrift.http.port | HTTP的监听端口 | 10001 |
hive.server2.thrift.http.path | 服务的端点名称 | cliservice |
hive.server2.thrift.http.min.worker.threads | 服务池中的最小工作线程 | 5 |
hive.server2.thrift.http.max.worker.threads | 服务池中的最大工作线程 | 500 |
hive.server2.enable.doAs | impersonation | 为true时hive server会以提交用户的身份去执行语句,如果设置为false,则会以起hive server daemon的admin user来执行语句 |
hive.metastore.uris | metastore 地址thrift://xxx.xxx.xxx.xxx:9083 | hive.metastore.uris为空,则表示是metastore在本地,否则就是远程,例如thrift://xxx.xxx.xxx.xxx:9083 |
hive.server2.webui.host | The host address the HiveServer2 WebUI will listen on | |
hive.server2.webui.port | The port the HiveServer2 WebUI will listen on. This can beset to 0 o r a negative integer to disable the web U | 10002 |
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。