Hive is not accessible via Spark In Kerberos Environment : Client cannot authenticate via:[TOKEN, KERBEROS] Hive is not accessible via Spark In Kerberos Environment : Client cannot authenticate via:[TOKEN, KERBEROS] hadoop hadoop

Hive is not accessible via Spark In Kerberos Environment : Client cannot authenticate via:[TOKEN, KERBEROS]


I was able to resolve this.

I removed

--files hive-site.xml 

added spark configuration

--conf spark.security.credentials.hadoopfs.enabled=true

Above changes worked for me.