Skip to content

Commit

Permalink
Update dockerfile with correct path (apache#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesthomp authored and robert3005 committed Feb 9, 2018
1 parent c4893af commit ed7fc1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY jars /opt/spark/jars
COPY bin /opt/spark/bin
COPY sbin /opt/spark/sbin
COPY conf /opt/spark/conf
COPY dockerfiles/spark-base/entrypoint.sh /opt/
COPY kubernetes/docker/spark-base/entrypoint.sh /opt/

ENV SPARK_HOME /opt/spark

Expand Down

0 comments on commit ed7fc1c

Please sign in to comment.