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
01-22-2024
09:39 PM
Caused by: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
... View more
01-22-2024
09:37 PM
The application is working fine on CDP but while using the same with ozone we are getting kerberos issue
... View more
01-22-2024
09:35 PM
Facing above exception when connecting to Phoenix : Facing above exception when connecting to Phoenix failed on local exception: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)] [Caused by javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]] Using below Phoenix jars with version : phoenix-5.0.0-cdh6.2.0-client.jar phoenix5-spark-6.0.0.7.1.8.44-1.jar phoenix-spark-5.0.0-cdh6.2.0.jar Scala : 2.4.0 Spark : 2.11
... View more
Labels:
- Labels:
-
Apache Phoenix