You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in the user impersonation configuration. We have changed the default admin user in hdfs image from rootto hdfs, but we have not updated the corresponding core-site.xml configuration to let hdfs user to impersonate other users.
When I install the current chart version like this :
helm install hdfs gradiant/hdfs
, I am unable to use httpfs to create directories or files :http://httpfs-host/webhdfs/v1/user/loic/test?op=MKDIRS&user.name=loic
gives me a 500 Internal Server Error :However, it is working when I'm using the 0.1.0 version like this :
helm install hdfs https://github.com/Gradiant/charts/releases/download/hdfs-0.1.0/hdfs-0.1.0.tgz
The text was updated successfully, but these errors were encountered: