From ec4886da8b8163c411414466fd646da8cf1376af Mon Sep 17 00:00:00 2001 From: jweatherford Date: Wed, 24 Feb 2021 12:00:18 -0500 Subject: [PATCH] path info change --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8496894..d988f94 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 -- GitLab