This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 51acf3d Update example symbolic link creation in Dockerfile.template
(#76)
51acf3d is described below
commit 51acf3d1d38effffa7843e84497b189e1e5c9ff4
Author: Kent Yao <[email protected]>
AuthorDate: Thu Oct 31 23:19:28 2024 +0800
Update example symbolic link creation in Dockerfile.template (#76)
---
Dockerfile.template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile.template b/Dockerfile.template
index 87f3377..c02033a 100644
--- a/Dockerfile.template
+++ b/Dockerfile.template
@@ -60,7 +60,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; \
+ ln -s "$(basename /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/; \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]