xiaozhch5 commented on issue #3791:
URL:
https://github.com/apache/incubator-kyuubi/issues/3791#issuecomment-1308456387
full content of ranger-spark-security.xml
```xml
<configuration>
<property>
<name>ranger.plugin.spark.service.name</name>
<value>cluster_hive</value>
<description>Name of the Ranger service containing policies for this
SPARK instance</description>
</property>
<property>
<name>ranger.plugin.spark.policy.source.impl</name>
<value>org.apache.ranger.admin.client.RangerAdminRESTClient2</value>
<description>Class to retrieve policies from the source</description>
</property>
<property>
<name>ranger.plugin.spark.policy.rest.url</name>
<value>http://host121:6080</value>
<description>URL to Ranger Admin</description>
</property>
<property>
<name>ranger.plugin.spark.policy.rest.url.username</name>
<value>admin</value>
<description>username to Ranger Admin</description>
</property>
<property>
<name>ranger.plugin.spark.policy.rest.url.password</name>
<value>admin123#</value>
<description>password to Ranger Admin</description>
</property>
<property>
<name>ranger.plugin.spark.policy.pollIntervalMs</name>
<value>30000</value>
<description>How often to poll for changes in policies?</description>
</property>
<property>
<name>ranger.plugin.spark.policy.cache.dir</name>
<value>/etc/ranger/cluster_spark/policycache</value>
<description>Directory where Ranger policies are cached after
successful retrieval from the source</description>
</property>
</configuration>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]