[GitHub] [carbondata] kunal642 commented on a change in pull request #3240: [CARBONDATA-3400] Support IndexSever for Spark-Shell in secure Mode(kerberos)

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] kunal642 commented on a change in pull request #3240: [CARBONDATA-3400] Support IndexSever for Spark-Shell in secure Mode(kerberos)

GitBox
kunal642 commented on a change in pull request #3240: [CARBONDATA-3400] Support IndexSever for Spark-Shell in secure Mode(kerberos)
URL: https://github.com/apache/carbondata/pull/3240#discussion_r287732398
 
 

 ##########
 File path: integration/spark2/src/main/scala/org/apache/carbondata/indexserver/IndexServer.scala
 ##########
 @@ -170,9 +170,15 @@ object IndexServer extends ServerInterface {
    */
   def getClient: ServerInterface = {
     import org.apache.hadoop.ipc.RPC
+    val indexServerUser = sparkSession.sparkContext.getConf
+      .get("spark.carbon.indexserver.principal", "")
+    val IndexServerKeyTab = sparkSession.sparkContext.getConf
 
 Review comment:
   change name to indexServerKeyTab

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services