我已经启动了一个apache / zeppelin:0.8.1 docker实例,并按照此手册禁用了匿名访问:https://zeppelin.apache.org/docs/0.8.1/setup/security/shiro_authentication.html
无论我如何尝试,Zeppelin网站的配置页面都不会读取conf / zeppelin-site.xml中的任何更改
我什至尝试从Zeppelin笔记本修改配置文件,但仍然没有效果。 zeppelin-site.xml的权限和所有权与zeppelin-site.xml.template中的设置相同
cat conf / zeppelin-site.xml | grep -A3 -n anon
408: <name>zeppelin.anonymous.allowed</name>
409- <value>false</value>
410- <description>Anonymous user allowed by default</description>
411-</property>
ls -la conf
drwxr-xr-x 1 503 root 4096 Jun 14 06:36 .
drwxr-xr-x 1 503 root 4096 Jun 14 07:18 ..
-rw-r--r-- 1 503 root 1326 Jan 16 01:45 configuration.xsl
-rw-r--r-- 1 root root 46755 Jun 14 07:18 interpreter.json
-rw-r--r-- 1 503 root 2634 Jan 16 01:45 interpreter-list
-rw-r--r-- 1 503 root 1382 Jan 16 01:45 log4j.properties
-rw-r--r-- 1 503 root 1018 Jan 16 01:45 log4j_yarn_cluster.properties
-rw-r--r-- 1 root root 5342 Jun 14 06:35 shiro.ini
-rw-r--r-- 1 503 root 5342 Jan 16 01:45 shiro.ini.template
-rw-r--r-- 1 503 root 5799 Jan 16 01:45 zeppelin-env.cmd.template
-rw-r--r-- 1 503 root 7910 Jan 16 01:45 zeppelin-env.sh.template
-rwxr-xr-x 1 503 root 20018 Jun 14 06:36 zeppelin-site.xml
-rwxr-xr-x 1 503 root 20017 Jan 16 01:45 zeppelin-site.xml.template
然后,按照手册中的说明,我重新启动了齐柏林飞艇:
bin/zeppelin-daemon.sh restart
对配置页没有影响:
Configurations
Shows current configurations for Zeppelin Server.
Note: For security reasons, some key/value pairs including passwords would not be shown.
name value
zeppelin.anonymous.allowed true
答案 0 :(得分:1)
通过重新启动容器来解决。 原始手册错误地指出,Zeppelin服务重新启动就足够了。