Re: Spark Executor - jaas.conf with useTicketCache=true

2017-09-20 Thread Hugo Reinwald
Hi, Apologies, but bumping this email. Is there any way we can use use ticketcache with Kafka? Thanks, Hugo On Tue, Sep 19, 2017 at 2:45 PM, Hugo Reinwald wrote: > Hi All, > > I am connecting to a secured kafka cluster from spark. My jaas.conf looks > like below - &

Spark Executor - jaas.conf with useTicketCache=true

2017-09-18 Thread Hugo Reinwald
Hi All, I am connecting to a secured kafka cluster from spark. My jaas.conf looks like below - KafkaClient { com.sun.security.auth.module.Krb5LoginModule required useTicketCache=true keyTab="./user.keytab" principal="u...@example.com"; }; export KAFKA_OPTS="-Djava.security.auth.login.config=/home