Member since
01-22-2024
4
Posts
0
Kudos Received
0
Solutions
01-25-2024
09:18 AM
HI Ranga, Thank you for the reply, Please find my answers below: 1. We are working on CDP. 2. Spark submit is submitted with the cache file, property files and java options. Please let me know if i need to share more details. 3. We are using principal and kerberos cache 4. The below article has been followed and the configuration i have validated We are using "authentication=SPENGO" and the phoenix string(phoenixurl in code) is as below: <ZK>:2181;authentication=SPNEGO/hbase-secure:<principal>:<cache> We are using the above phoenix string with the code below: dataset.write().format("org.apache.phoenix.spark").mode(SaveMode.Overwrite) .option("table",tableName.concat(row.get(0).toString())) .option("zkUrl",phoenixurl) .save(); The same above is working fine on CDP, when we migrate the same app on the hadoop instance enabled with ozone. we have above issue w.r.t kerberos. Please support.. Looking forward for your suggestion
... View more