How to fix “Error opening block StreamChunkId” on external spark shuffle service
问题 I'm trying to run spark jobs from my zeppelin deployment in a kubernetes cluster. I have a spark shuffle service (daemonset - v2.2.0-k8s) running on a different namespace as well. Here are my spark configs (set on zeppelin pod) --conf spark.kubernetes.executor.docker.image=<spark-executor> --conf spark.executor.cores=5 --conf spark.driver.memory=5g --conf spark.executor.memory=5g --conf spark.kubernetes.authenticate.driver.serviceAccountName=<svc-account> --conf spark.local.dir=/tmp/spark