UNCLASSIFIED

Commit 6b3758d8 authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

directory doesn't seem to exist

parent 83325051
Pipeline #175400 failed with stages
in 10 minutes and 58 seconds
...@@ -19,7 +19,7 @@ RUN dnf -y update && dnf -y upgrade && \ ...@@ -19,7 +19,7 @@ RUN dnf -y update && dnf -y upgrade && \
mkdir -p /opt/spark/python && \ mkdir -p /opt/spark/python && \
chown -R 185:185 /opt/spark/ chown -R 185:185 /opt/spark/
COPY --from=base python/pyspark /opt/spark/python/pyspark #COPY --from=base python/pyspark /opt/spark/python/pyspark
COPY --from=base python/lib /opt/spark/python/lib COPY --from=base python/lib /opt/spark/python/lib
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment