Member since
10-04-2017
7
Posts
0
Kudos Received
0
Solutions
09-26-2018
10:04 AM
Is there a way to revoke administration rights to a superadmin and limit it to the owner in a HBase table/namespace? I don't want to use Kerberos 🙂
... View more
Labels:
- Labels:
-
Apache HBase
04-06-2018
08:48 AM
I need to script the HDP cluster kerberization aginst a remote Active Directory. Can anybody tell me how Ambari can create SPNs and Accounts on a remote Active Directory? Where can I find this class/script/code? There is also something with SPN creation I can't do manually on AD, but Ambari can do it. A valid SPN format is something like SERVICE/FQDN@REALM (Ex: HTTP/server1.com@MYAD.COM, ...). But for Ambari QA SPN for instance does not have the "SERVICE/" (Ex: ambari-qa@MYCOM.FR) part on the SPN. When I try to attach similar SPNs manually on AD, WINDOWS will complain about this format! Thanks for pointing me where I can look for these details and how Ambari could do it.
... View more
Labels:
- Labels:
-
Apache Ambari
10-23-2017
08:43 AM
In HDP 2.5, users will have uncomment two lines in bin/hbase-indexer to make it work! HBASE_INDEXER_OPTS="$HBASE_INDEXER_OPTS -Dlww.jaas.file=/opt/lucidworks-hdpsearch/hbase-indexer/conf/hbase_indexer.jaas"
HBASE_INDEXER_OPTS="$HBASE_INDEXER_OPTS -Dlww.jaas.appname=Client" #Client is the name given in this tutorial to Jaas Section
... View more