Skip to content

Commit

Permalink
fix spark dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Dec 19, 2024
1 parent 52fb1a1 commit ad548bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transforms/universal/fdedup/Dockerfile.spark
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN pip install -r requirements.txt

RUN mkdir -p /opt/spark/work-dir/src/templates && \
mkdir -p /opt/spark/work-dir/config
COPY --chown=spark:root spark-deployment/kubernetes/spark-executor-pod-template.yml /opt/spark/work-dir/src/templates/
COPY --chown=spark:root spark-deployment/kubernetes/spark_profile.yml /opt/spark/work-dir/config/
COPY --chown=spark:root spark/deployment/kubernetes/spark-executor-pod-template.yml /opt/spark/work-dir/src/templates/
COPY --chown=spark:root spark/deployment/kubernetes/spark_profile.yml /opt/spark/work-dir/config/


USER spark
Expand Down

0 comments on commit ad548bf

Please sign in to comment.