Hi All,

I am using Spak 3.0.1 with Python 3.8 .

I am using spark.stop() in the end to gracefully shutdown the job once the
processing is done. But my job keeps running and it is giving following
exception in every 5 mins. Can someone please help on this?

21/03/29 17:46:39 WARN WatchConnectionManager: Exec Failure
java.io.EOFException
        at okio.RealBufferedSource.require(RealBufferedSource.java:61)
        at okio.RealBufferedSource.readByte(RealBufferedSource.java:74)
        at
okhttp3.internal.ws.WebSocketReader.readHeader(WebSocketReader.java:117)
        at
okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.java:101)
        at
okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.java:274)
        at
okhttp3.internal.ws.RealWebSocket$2.onResponse(RealWebSocket.java:214)
        at okhttp3.RealCall$AsyncCall.execute(RealCall.java:203)
        at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
        at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:834)

Kind Regards,
Sachit Murarka

Reply via email to