This is an automated email from the ASF dual-hosted git repository.

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3c3fc9d359 AMBARI-25282 Prevent Auth error for hbck (#3391)
3c3fc9d359 is described below

commit 3c3fc9d359b29423588090f6be907e8391ce4f6b
Author: Viraj Jasani <[email protected]>
AuthorDate: Mon Oct 10 19:45:14 2022 -0700

    AMBARI-25282 Prevent Auth error for hbck (#3391)
---
 .../stacks/BIGTOP/3.2.0/services/HBASE/configuration/hbase-env.xml       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/configuration/hbase-env.xml
 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/configuration/hbase-env.xml
index fbb82d5e0b..96fd21ab32 100755
--- 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/configuration/hbase-env.xml
+++ 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/configuration/hbase-env.xml
@@ -247,6 +247,7 @@ export HBASE_REGIONSERVER_OPTS="$HBASE_REGIONSERVER_OPTS 
-Xms{{regionserver_heap
 export HBASE_OPTS="$HBASE_OPTS 
-Djava.security.auth.login.config={{client_jaas_config_file}} 
{{zk_security_opts}}"
 export HBASE_MASTER_OPTS="$HBASE_MASTER_OPTS 
-Djava.security.auth.login.config={{master_jaas_config_file}} 
-Djavax.security.auth.useSubjectCredsOnly=false"
 export HBASE_REGIONSERVER_OPTS="$HBASE_REGIONSERVER_OPTS 
-Djava.security.auth.login.config={{regionserver_jaas_config_file}} 
-Djavax.security.auth.useSubjectCredsOnly=false"
+export 
HBASE_SERVER_JAAS_OPTS="-Djava.security.auth.login.config={{client_jaas_config_file}}"
 {% endif %}
 
 # HBase off-heap MaxDirectMemorySize


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to