You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "wenhao (Jira)" <ji...@apache.org> on 2021/03/10 02:35:00 UTC

[jira] [Updated] (HBASE-25654) [Documentation] Fix format error in security.adoc

     [ https://issues.apache.org/jira/browse/HBASE-25654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wenhao updated HBASE-25654:
---------------------------
    Description: 
h3. 60.6. Configure the Thrift Gateway to Use the {{doAs}} Feature

...

*To enable the {{doAs}} feature*, add the following to the _hbase-site.xml_ file for every Thrift gateway:
{code:java}
//代码占位符
<property> <name>hbase.regionserver.thrift.http</name> <value>true</value> </property> <property> <name>hbase.thrift.support.proxyuser</name> <value>true/value> </property>
{code}
 

 

  was:
h3. 60.6. Configure the Thrift Gateway to Use the {{doAs}} Feature

...

*To enable the {{doAs}} feature*, add the following to the _hbase-site.xml_ file for every Thrift gateway:
{code:java}
//代码占位符
{code}
<property> <name>hbase.regionserver.thrift.http</name> <value>true</value> </property> <property> <name>hbase.thrift.support.proxyuser</name> <value>true/value> </property>

 


> [Documentation] Fix format error in security.adoc
> -------------------------------------------------
>
>                 Key: HBASE-25654
>                 URL: https://issues.apache.org/jira/browse/HBASE-25654
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.0.0-alpha-1
>            Reporter: wenhao
>            Assignee: wenhao
>            Priority: Trivial
>
> h3. 60.6. Configure the Thrift Gateway to Use the {{doAs}} Feature
> ...
> *To enable the {{doAs}} feature*, add the following to the _hbase-site.xml_ file for every Thrift gateway:
> {code:java}
> //代码占位符
> <property> <name>hbase.regionserver.thrift.http</name> <value>true</value> </property> <property> <name>hbase.thrift.support.proxyuser</name> <value>true/value> </property>
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)