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.

What does the "Maximum Process file descriptor" property in HDFS,YARN mean?

avatar
Expert Contributor

Hi All,

 

I saw one performance parameter in HDFS & YARN which is named as " Maximum Process File Descriptor" . Does anyone explain me what is that property and why it is used.

 

Thanks

Sathishkumar

Thanks,
Sathish (Satz)
1 ACCEPTED SOLUTION

avatar
It controls the ulimit for maximum file descriptors for the given process. There's one version of this property for each daemon role. The operating system enforces that each process doesn't have more open files than the configured limit.

View solution in original post

2 REPLIES 2

avatar
It controls the ulimit for maximum file descriptors for the given process. There's one version of this property for each daemon role. The operating system enforces that each process doesn't have more open files than the configured limit.

avatar
Expert Contributor

Thanks for your reply dlo.

Thanks,
Sathish (Satz)