浏览代码

[docs] Fix missing end tag in HBase connector docs

Romain Rigaux 4 年之前
父节点
当前提交
15a4c074e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/docs-site/content/administrator/configuration/connectors/_index.md

+ 1 - 1
docs/docs-site/content/administrator/configuration/connectors/_index.md

@@ -1059,7 +1059,7 @@ And the Hue hosts, or * to authorize from any host:
     </property>
     <property>
       <name>hadoop.proxyuser.hbase.groups</name>
-      <value>*/value>
+      <value>*</value>
     </property>
 
 Note: If you use framed transport, you cannot use doAs impersonation, because SASL does not work with Thrift framed transport.