sandugood commented on PR #1547:
URL: 
https://github.com/apache/datafusion-ballista/pull/1547#issuecomment-4229702341

   > Do we store data at the scheduler side? Can it be retrieved at the rest 
interface?
   
   Actually, yeah (without persistence, though, as far as I see).
   
   We have a 
   
   > Do we store data at the scheduler side? Can it be retrieved at the rest 
interface?
   
   As far as I see - we don't have a persistance storage for executors' info 
(on the scheduler side). ExecutorManager stores everything in memory. 
   
   We retreive the info using the /api/executors, which I rewrote to add system 
specs and metrics (which we receive during heartbeats)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to