浏览代码

AMBARI-9560. Add hbase.rpc.protection to HBase stack definition. (yusaku)

Yusaku Sako 10 年之前
父节点
当前提交
45a1cb14e2

+ 5 - 0
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-site.xml

@@ -328,4 +328,9 @@
     <description>Path to domain socket.</description>
   </property>
 
+  <property>
+    <name>hbase.rpc.protection</name>
+    <value>authentication</value>
+  </property>
+
 </configuration>