Zeppelin 不会使用 conf/zeppelin-site.xml 文件

Zeppelin won't use the conf/zeppelin-site.xml file

我已经启动了一个 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

然后,如手册中所述,我重新启动了 Zeppelin:

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 

重启容器解决。 原来的手册错误的说重启zeppelin服务就可以了。