Hi all,
I am running into the following error with spark 2.4.8
Job aborted due to stage failure: Task 9 in stage 2.0 failed 4 times, most
> recent failure: Lost task 9.3 in stage 2.0 (TID 100, 10.221.8.73, executor
> 2): org.apache.http.ConnectionClosedException: Premature end of
> Content-Length
Hi,
I have found three important classes:
org.apache.spark.sql.connect.service.SparkConnectServer : the
./sbin/start-connect-server.sh script use SparkConnectServer class as main
class. In main function, use SparkSession.builder.getOrCreate() create local
sessin, and start SparkConnectServi