Created 10-07-2015 01:01 PM
Created 10-08-2015 01:52 AM
In short Mirror them RAID 1 or RAID 1/0...some more details below
Hey Martin YARN Timeline Service (YTS) would fall in the category of a management service which would reside on a management node, which would probably be on the same spindles as a partition off the OS drives and should be setup as mirrored pair RAID 1 or RAID 1/0. The YARN Timeline Server is actually a very important component as it keeps current and historical information about applications run on the cluster, thus the underlying levelDB storage location is just as important. Node managers logs should be on a partition of the OS drives which as well would be mirrored....mirroring drives for OS on both Data Nodes and Management nodes is pretty common...not mandatory on Data Nodes but one of those things where the cost delta for just mirroring the OS on the Data Nodes is not huge, so might as well just mirror them.
Created 10-07-2015 01:04 PM
forgot to add the directories:
Created 02-13-2016 03:45 AM
@mcarillo the yarn.nodemanager.log-dirs is on the same mounts as your hadoop data directories. See
Created 10-08-2015 01:52 AM
In short Mirror them RAID 1 or RAID 1/0...some more details below
Hey Martin YARN Timeline Service (YTS) would fall in the category of a management service which would reside on a management node, which would probably be on the same spindles as a partition off the OS drives and should be setup as mirrored pair RAID 1 or RAID 1/0. The YARN Timeline Server is actually a very important component as it keeps current and historical information about applications run on the cluster, thus the underlying levelDB storage location is just as important. Node managers logs should be on a partition of the OS drives which as well would be mirrored....mirroring drives for OS on both Data Nodes and Management nodes is pretty common...not mandatory on Data Nodes but one of those things where the cost delta for just mirroring the OS on the Data Nodes is not huge, so might as well just mirror them.
Created 10-08-2015 02:58 PM
If you have an SSD in the node (or, oftentimes, a RAID 1 mirror) and it's large enough, YTS database would be a good candidate for putting on it.
Created 10-08-2015 04:18 PM
Great stuff Dan! Thanks for your help here.