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")
sparkSession.sparkContext.addFile("hdfs://clusterA/ClusterB.
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