Closed zjffdu closed 6 years ago
Your local jar isn’t the same baked into the docker image. If you want to use a remote jar use the RSS. tl;dr it can’t find the jar in local:// within docker image
oops, it is the file in the docker image, I thought it is in the client host. local:///opt/spark/examples/jars/spark-examples_2.11-2.2.0-k8s-0.5.0.jar
I use the following command to launch spark-pi example, but encounter ClassNotFound Exception. Do I miss anything ? Thanks