Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

how many hdfs users do we have?

avatar
New Member

When I started working with HDFS commands, with my HDP sandbox I do see,

/home/hdfs (in local file system)

and

/user/hdfs (in HDFS file system)

What is the difference between these two hdfs users.

1 ACCEPTED SOLUTION

avatar
Guru

These are home directories for 'hdfs' user. /home/hdfs is linux home directory for hdfs and /user/hdfs is HDFS filesystem homedirecotry for user 'hdfs'

View solution in original post

4 REPLIES 4

avatar
Guru

These are home directories for 'hdfs' user. /home/hdfs is linux home directory for hdfs and /user/hdfs is HDFS filesystem homedirecotry for user 'hdfs'

avatar
New Member

So, you mean, here we have only one user called hdfs with 2 home directories.

one for local File System

the second for HDFS File System..

Is it ?

avatar
Guru

Correct.

avatar
New Member

Thank you Ravi.. Its clear now.