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
pull/3/MERGE
geosmart 4 years ago committed by GitHub
parent
commit
6dc8b4f0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker/build/conf/zookeeper/zoo.cfg

2
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=*

Loading…
Cancel
Save