I am a beginner in Hadoop. The questions are related to the Web UI of version Hadoop 2.8.3
.
- How to disable/change the READ ONLY MODE on the WEB UI (http://localhost:50070).
I tried getting the info from the documentation, but could not figure out the configuration to change/disable the READ ONLY MODE.
- How to implement simple authentification (user/password).
In the documentation (https://hadoop.apache.org/docs/r2.8.3/hadoop-project-dist/hadoop-common/HttpAuthentication.html) there is some configuration, but I don't know how does it work.
I am not sure with the configuration. Therefore, I am looking for a simple explanation.