Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.5.1
-
None
Description
On the cluster with the YARN NM, where local dirs are 100 GB+ with lot of small files - NM starts slow with timeouts
Reason could be in this specific call in yarn.py
def create_local_dir(dir_name): import params Directory(dir_name, create_parents = True, cd_access="a", mode=0755, owner=params.yarn_user, group=params.user_group, ignore_failures=True, recursive_mode_flags = {'f': 'a+rw', 'd': 'a+rwx'}, )
was taking ~15 minutes per mount.
Attachments
Attachments
Issue Links
- links to