You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hiboyang Have you tried using remote shuffle service with spark operator? (spark on K8s operator)?
I tested it with the client jar in my 'SparkApplication' image and it works as expected.
Although I want to include the client jar in my spark operator image so every job that I am submitting to spark operator uses the client jar from spark operator and I don't have to include the client jar in every job image.
I pretty sure this can be done but probably would need the code changes in remote shuffle service?
The text was updated successfully, but these errors were encountered:
Hi @roligupt , if you use Spark on Kubernetes (spark operator), the remote shuffle service client jar file must be inside the Spark application image, because the jar file is loaded during Spark driver start time, otherwise, there will be error.
@hiboyang Have you tried using remote shuffle service with spark operator? (spark on K8s operator)?
I tested it with the client jar in my 'SparkApplication' image and it works as expected.
Although I want to include the client jar in my spark operator image so every job that I am submitting to spark operator uses the client jar from spark operator and I don't have to include the client jar in every job image.
I pretty sure this can be done but probably would need the code changes in remote shuffle service?
The text was updated successfully, but these errors were encountered: