- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
how many hdfs users do we have?
- Labels:
-
Apache Hadoop
Created ‎05-16-2016 02:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎05-16-2016 02:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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'
Created ‎05-16-2016 02:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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'
Created ‎05-16-2016 02:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
Created ‎05-16-2016 03:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Correct.
Created ‎05-17-2016 10:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Ravi.. Its clear now.
