RE: Query on Spark Hive with kerberos Enabled on Kubernetes

2018-07-23 Thread Garlapati, Suryanarayana (Nokia - IN/Bangalore)
Hi Sandeep, Any inputs on this? Regards Surya From: Garlapati, Suryanarayana (Nokia - IN/Bangalore) Sent: Saturday, July 21, 2018 6:50 PM To: Sandeep Katta Cc: d...@spark.apache.org; user@spark.apache.org Subject: RE: Query on Spark Hive with kerberos Enabled on Kubernetes Hi Sandeep, Thx for

RE: Query on Spark Hive with kerberos Enabled on Kubernetes

2018-07-21 Thread Garlapati, Suryanarayana (Nokia - IN/Bangalore)
Hi Sandeep, Thx for the response: I am using following commands: (xml files hive-site.xml, core-site.xml and hdfs-site.xml are made available by exporting through the HADOOP_CONF_DIR option). For HDFS Access which succeeds: ./spark-submit --deploy-mode cluster --master

Query on Spark Hive with kerberos Enabled on Kubernetes

2018-07-20 Thread Garlapati, Suryanarayana (Nokia - IN/Bangalore)
Hi All, I am trying to use Spark 2.2.0 Kubernetes(https://github.com/apache-spark-on-k8s/spark/tree/v2.2.0-kubernetes-0.5.0) code to run the Hive Query on Kerberos Enabled cluster. Spark-submit's fail for the Hive Queries, but pass when I am trying to access the hdfs. Is this a known