Open venkat-vs-id opened 6 years ago
I'm sorry, would you mind clarifying your question?
pwd is password or working directory?
HDFS does not implement a username/password model for authentication. Security may be off, in which case your system username or the value of the user=
keyword when instantiation will be used; if secured, authentication may be via kerberos (ticket cache or kinit
) or via token - in both cases, the user is defined by the mechanism chosen.
There is no way to grant access to the whole of HDFS using this library. Typically user "root" has global access, but this is something configured within HDFS and no concern of hdfs3.
can you please explain how we can add username, pwd when connecting to hdfs and what config currently allows this lib to access all hdfs without usrname?
btw my dfs.permissions.enabled config is set to true