Re: Application Timeout

2021-03-25 Thread Brett Spark
Jacek, Turns out that this was the RPC connection to the master (7077) from the driver closing. We had Istio closing this out as there was a silly idle timeout setting they had after one hour. I was able to re-create this by running lsof on the driver for port 7077 and then killing that process.

Re: Application Timeout

2021-01-21 Thread Jacek Laskowski
Hi Brett, No idea why it happens, but got curious about this "Cores" column being 0. Is this always the case? Pozdrawiam, Jacek Laskowski https://about.me/JacekLaskowski "The Internals Of" Online Books Follow me on https://twitter.com/jaceklaskowski

Application Timeout

2021-01-19 Thread Brett Spark
Hello! When using Spark Standalone & Spark 2.4.4 / 3.0.0 - we are seeing our standalone Spark "applications" timeout and show as "Finished" after around an hour of time. Here is a screenshot from the Spark master before it's marked as finished. [image: image.png] Here is a screenshot from the