Unsubscribe

2021-08-22 Thread Devarshi Vyas

How can I read two different hbase cluster with kerberos

2021-08-22 Thread igyu
I have two hbase cluster and enable kerberos I want run saprk application at clusterA to read clusterB with kerberos in my code I add initKerberos functin like this sparkSession.sparkContext.addFile("hdfs://clusterA/krb5ClusterB.conf")

Re: How can I use sparkContext.addFile

2021-08-22 Thread Gourav Sengupta
Hi, why are you using add file for a json file? Cant you just read it as a dataframe? Regards, Gourav Sengupta On Fri, Aug 20, 2021 at 4:50 PM igyu wrote: > in spark-shell > I can run > > val url = "hdfs://nameservice1/user/jztwk/config.json" > Spark.sparkContext.addFile(url) > val json_str =

Unsubscribe

2021-08-22 Thread Hemanth Dendukuri
Unsubscribe