Skip to content

Commit

Permalink
[SPARK-45497] Add a symbolic link file spark-examples.jar in K8s Do…
Browse files Browse the repository at this point in the history
…cker images
  • Loading branch information
dongjoon-hyun committed Sep 18, 2024
1 parent 6f10acb commit 3755644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 4.0.0-preview1/scala2.13-java17-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN set -ex; \
mv sbin /opt/spark/; \
mv kubernetes/dockerfiles/spark/decom.sh /opt/; \
mv examples /opt/spark/; \
ln -s $(basename $(ls /opt/spark/examples/jars/spark-examples_*.jar)) /opt/spark/examples/jars/spark-examples.jar; \
mv kubernetes/tests /opt/spark/; \
mv data /opt/spark/; \
mv python/pyspark /opt/spark/python/pyspark/; \
Expand Down

0 comments on commit 3755644

Please sign in to comment.