Member since
05-21-2020
109
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 26176 | 03-29-2023 04:12 AM |
03-29-2023
04:12 AM
1 Kudo
Hi @BrianChan, This is a known CM issue, which incurs a bad spark-defaults.conf generated by the CM Agent after some users (or applications) logged the hosts as root and kinited as some user (for example, hdfs), and left that ticket cache around. To avoid the issue, do the following: Navigate to Cloudera Manager > Spark > Configuration. Add the following in the Spark Client Advanced Configuration Snippet (Safety Valve) for spark-conf/spark-defaults.conf. Ensure a correct value is set: spark.eventLog.dir=hdfs://nameserviceXYZ/user/spark/applicationHistory Deploy the client configuration If this helps to resolve the issue, please accept this as a solution. Thanks.
... View more
10-21-2021
01:40 PM
Hi @PrernaU , It seems like the logged in user does not have permission to access the interpreter page. The authorization is dependent on how you have configured your shiro authentication. If you have integrated your AD with zeppelin the make sure the role mapping has done correctly and you have the correct user/group defined in the shiro roles section.
... View more