Hi, I'm working on a research system for in-memory graph processing (called SociaLite).
I'm curious if Slider supports dynamic resizing, requested by applications. That is, if the application detects memory pressure, the it asks Slider for more resources (e.g. nodes with XXX mb memory); then Slider will tell the application how many nodes are allocated/assigned to the app. Does Slider have this kind of application interface? (if so, any link to the doc?) Or for that functionality, should I directly use Yarn API? Thanks, -Jiwon
