Created 03-15-2018 04:46 PM
Hi,
I was going through the smart sense recommendation, which suggests to enable "tez.task.scale.memory.enabled".
I searched through Tez official documentation which says
Whether to scale down memory requested by each component if the total exceeds the available JVM memory |
I am keen on understanding if we enable auto-scaling of memory for tasks, what are the disadvantages and possible advantages.
Thanks for sharing your experience.
Regards,
Created 06-25-2018 01:09 PM
Were you able to get an answer for this?
Created 07-09-2018 09:00 PM
Nope @Josh Nicholson
Created 09-13-2018 08:58 PM
What I understand from documentation (I am applying same changes) and from previous experience is that happens that some jobs has too many inputs and outputs to be handle by the system itself (mappers, containers, reducers etc...) this affects from one side your cluster performance since resources are not enough for such jobs to complete or simply they start to present a considerable delay to what is expected. I've seen that's the moment when OOM error shows up.
Saying this, I guess explanation from the smartsense is clear since it tells us "Enabling auto-scaling scales down requests, which may otherwise be too large."
Hope this helps 😉
Created 09-13-2018 09:17 PM