diff --git a/Dockerfile b/Dockerfile index 8496894d4e1c9522462c98509e168da44f814ded..d988f9476ea25f847c600c1de0dfb80722328a10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,8 @@ RUN dnf -y update && dnf -y upgrade && \ pip3 install --upgrade ./pip-21.0.1-py3-none-any.whl ./setuptools-53.0.0-py3-none-any.whl && \ rm -rf /var/cache/dnf -COPY --from=base /python/spark /opt/spark/python/pyspark -COPY --from=base /python/lib /opt/spark/python/lib +COPY --from=base /opt/spark/python/spark /opt/spark/python/pyspark +COPY --from=base /opt/spark/python/lib /opt/spark/python/lib ENV SPARK_HOME /opt/spark