Bladeren bron

[docs] Fix missing end tag in HBase connector docs

Romain Rigaux 5 jaren geleden
bovenliggende
commit
15a4c074e0
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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.