python - How to secure client connections to an HBase Thrift Server? -


anyone knows port , host of hbase thrift server, , has access network, can access hbase. security risk. how can client access hbase thrift server made secure?

you secure hbase thrift server setting authentication via kerberos , setting property in hbase-site.xml

  <name>hbase.thrift.security.qop</name>   <value>auth</value> 

http://www.cloudera.com/documentation/enterprise/latest/topics/cdh_sg_hbase_authentication.html


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -