UNCLASSIFIED

Commit 8fc1e63d authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

reverting test

parent 73d3a216
Pipeline #175821 passed with stages
in 21 minutes and 5 seconds
...@@ -20,7 +20,8 @@ RUN dnf -y update && dnf -y upgrade && \ ...@@ -20,7 +20,8 @@ RUN dnf -y update && dnf -y upgrade && \
mkdir -p /opt/spark/python/lib && \ mkdir -p /opt/spark/python/lib && \
chown -R 185:185 /opt/spark/ chown -R 185:185 /opt/spark/
COPY --from=base /opt/spark/python/pyspark /opt/spark/python/pyspark # This directory isn't present in this version
#COPY --from=base /opt/spark/python/pyspark /opt/spark/python/pyspark
COPY --from=base /opt/spark/python/lib /opt/spark/python/lib COPY --from=base /opt/spark/python/lib /opt/spark/python/lib
# This is from the current version, not the version this container is based on # This is from the current version, not the version this container is based on
......
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