Re: Authentication for hdfs web interface

2015-11-28 Thread Chris Nauroth
Hello Francis, Your configuration was very close to correct, but the hadoop.http.filter.initializers property needs to be set to the name of a filter initializer class, not the filter itself. Use this in core-site.xml: hadoop.http.filter.initializers

Authentication for hdfs web interface

2015-11-25 Thread Francis Dupin
Hi all, I would like to secure the web browser access to hdfs interface. I have installed kerberos (working fine) Then I have modified in my hadoop dist (binarie downloaded from apache site) : ${HADOOP}/share/hadoop/hdfs/webapps/hdfs/WEB-INF/web.xml adding : kerberosFilter