소스 검색

[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>
     <property>
     <property>
       <name>hadoop.proxyuser.hbase.groups</name>
       <name>hadoop.proxyuser.hbase.groups</name>
-      <value>*/value>
+      <value>*</value>
     </property>
     </property>
 
 
 Note: If you use framed transport, you cannot use doAs impersonation, because SASL does not work with Thrift framed transport.
 Note: If you use framed transport, you cannot use doAs impersonation, because SASL does not work with Thrift framed transport.