MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

Async poll Livy logs for as information for users #265

Closed ghukill closed 4 years ago

ghukill commented 5 years ago

Looking at logs page, looks as though a JSON endpoint is available, e.g.:

http://example.com:8998/sessions/16/log?size=10

The spark details page could poll and append this to page, and/or the Livy session page

ghukill commented 5 years ago

Generalizing this issue a bit to include ALL logs. Now that supervisor RPC connection established, have opportunity to see those logs as well.

They may have different styles, but a dropdown for quick log viewing might not be a bad idea.