Skip to content

Commit 007a788

Browse files
author
Marcelo Vanzin
committed
Small simplification.
1 parent 15e41e8 commit 007a788

File tree

1 file changed

+1
-2
lines changed
  • resource-managers/kubernetes/docker/src/main/dockerfiles/spark

1 file changed

+1
-2
lines changed

resource-managers/kubernetes/docker/src/main/dockerfiles/spark/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ COPY jars /opt/spark/jars
4040
COPY bin /opt/spark/bin
4141
COPY sbin /opt/spark/sbin
4242
COPY kubernetes/dockerfiles/spark/entrypoint.sh /opt/
43-
COPY examples/jars /opt/spark/examples/jars
44-
COPY examples/src /opt/spark/examples/src
43+
COPY examples /opt/spark/examples
4544
COPY kubernetes/tests /opt/spark/tests
4645
COPY data /opt/spark/data
4746

0 commit comments

Comments
 (0)