Barry G Becker

Results 59 comments of Barry G Becker

We rely heavily on cached dataframes, so the JVM per context is not really an option for us.

I tried adding > context-per-jvm = true to the local.conf file (in the jobserver section) After restarting the server, every request failed with a message like `I/O error on POST...

We are not using docker on this instance. It is running in standalone mode. Here is our local.conf contents: ``` # Spark Cluster / Job Server configuration spray.can.server { idle-timeout...

This is not a high priority for us, since we switched most of our calls to being async, but for the ones that are still sync, I think it would...

[this](https://stackoverflow.com/questions/43378724/getting-timeout-when-submitting-fat-jar-to-spark-jobserver-akka-pattern-asktime?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa) worked for me to get passed this timeout error.

About 5 months ago I built the tip of spark-jobserver 8.1 using with spark 2.3.0 (I know, jobserver is not certified for 2.3.0, but we needed it). When I first...

If I have a long running spark job, the UI should show progress feedback so the user has some indication of how long they will have to wait. Is there...

Subscribing to an API to get progress feedback sounds fine, but I would need to know more details. Is it still a REST API? Currently when you make a request...

For our purposes, that static polling is preferable and simpler, but I can see how some might want the WebSocket approach. It would be possible to support both, but of...

Is there any update on when this feature might be available? Is it in the roadmap?