Browse Source

add 4lw.commands.whitelist for ds monitor (#3664)

update docker zoo.cfg 
--
add config to enable dolphinscheuler monitor data
```
#Four Letter Words commands:stat,ruok,conf,isro
4lw.commands.whitelist=*
```
if without this config,the monitor data is all  default value -1
geosmart 4 years ago
parent
commit
6dc8b4f0a3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docker/build/conf/zookeeper/zoo.cfg

+ 2 - 0
docker/build/conf/zookeeper/zoo.cfg

@@ -43,3 +43,5 @@ clientPort=2181
 # Purge task interval in hours
 # Set to "0" to disable auto purge feature
 #autopurge.purgeInterval=1
+#Four Letter Words commands:stat,ruok,conf,isro
+4lw.commands.whitelist=*