kerberos
bigdataf
这个作者很懒,什么都没留下…
展开
-
python 操作hive pyhs2
使用kerberos时 import pyhs2 class HiveClient: # 初始化 def __init__(self, db_host, user, password, database, port=10000, authMechanism="PLAIN", configuration=None): self.conn = pyhs2.conne...原创 2018-07-25 18:17:37 · 1938 阅读 · 0 评论 -
opentsdb加kerberos认证
1.编辑启动脚本 cat start_tsdb.sh OPENTSDB_HOME=/data/opentsdb JVMARGS="${JVMARGS} -Djava.security.auth.login.config=${OPENTSDB_HOME}/jaas.conf -Dzookeeper.sasl.client=false" ./tsdb tsd --config=${OPENTSDB_...原创 2019-02-15 11:42:37 · 1222 阅读 · 0 评论