Adam writes:
> After upgrading Hadoop from 3.2.4 to 3.4.1 it seems I have lost
> Kerberos authentication on webhdfs - I can request everything as long
> as I provide a 'user.name' parameter [...]
However, if I set:
+
+ hadoop.http.authentication.type
+ kerberos
+
+
+ h
Hi,
After upgrading Hadoop from 3.2.4 to 3.4.1 it seems I have lost
Kerberos authentication on webhdfs - I can request everything as long
as I provide a 'user.name' parameter (during testing I thought that
'user.name' was now mandatory and modified our webhdfs-client
accordingly).
I probably c