python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can contents of Keytab file be stored and used from Azure Key vault?
I have a keytab file used for authentication when trying to connect from Azure Kubernetes Cluster to On-prem hadoop nodes.
Can I store keytab contents in Azure Key vault and read it back?
Venkatesh Gotimukul
Votes: 0
Answers: 1
Kafka Producer Connection Issue
I am trying send messages through kafka producer but getting following error. I am using following command to establish connection.
export KAFKA_OPTS="-Djava.security.auth.login.config=$OSI_HOME/...
user5726687
Votes: 0
Answers: 1
Failed to Find Any Kerberos TGT while trying to access Kerberized HBase Without kinit
I have a very simple Scala HBase GET application.
I tried to make the connection as below:
import org.apache.hadoop.hbase.{HBaseConfiguration, TableName}
import org.apache.hadoop.hbase.client.{Connect...
gurbux
Votes: 0
Answers: 2