Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are file permissions in HDFS and how HDFS check permissions for files or directory?



What are file permissions in HDFS and how HDFS check permissions for files or directory?..

Answer / Deepak Goswami

File permissions in HDFS are similar to UNIX-based file systems. They determine the read, write, and execute permissions for three types of users: user (the owner), group, and others. HDFS checks permissions when a client attempts an operation on a file or directory. The permissions are defined using chmod command in Hadoop, and they are stored as a part of the file's metadata. The permission for each user is represented by a three-digit number where the first digit represents the owner, the second digit the group, and the third digit others.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

How data or a file is written into hdfs?

1 Answers  


Define data integrity? How does hdfs ensure data integrity of data blocks stored in hdfs?

1 Answers  


How is indexing done in Hadoop HDFS?

1 Answers  


Write the command to copy a file from linux to hdfs?

1 Answers  


What do you mean by meta data in hdfs? List the files associated with metadata.

1 Answers  


What is throughput? How does hdfs provides good throughput?

1 Answers  


When NameNode enter in Safe Mode?

1 Answers  


Explain the difference between mapreduce engine and hdfs cluster?

1 Answers  


What is the difference between nas (network attached storage) and hdfs?

1 Answers  


HDFS is used for applications with large data sets, not why Many small files?

1 Answers  


Explain what happens if, during the PUT operation, HDFS block is assigned a replication factor 1 instead of the default value 3?

1 Answers  


Will various customers write into an hdfs record simultaneously?

1 Answers  


Categories