How to use the ResourceManager web interface as an user

后端 未结 2 487
一整个雨季
一整个雨季 2020-12-18 03:28

Every time i try to use the Hadoop Resource Manager web interface (http://resource-manger.host:8088/cluster/) i show up logged in as dr.who.

My question, how can I l

2条回答
  •  南笙
    南笙 (楼主)
    2020-12-18 03:40

    You should set the access control list by changing the default configuration of:

    yarn.resourcemanager.zk-acl
    

    from

    world:anyone:rwcda
    

    to something else,which is Cluster-specific

    The ACLs the ResourceManager uses for the znode structure to store the internal state.

提交回复
热议问题