Github user foxish commented on a diff in the pull request:
https://github.com/apache/spark/pull/20051#discussion_r158427619
--- Diff:
resource-managers/kubernetes/docker/src/main/dockerfiles/spark-base/Dockerfile
---
@@ -38,7 +38,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/dockerfiles/spark-base/entrypoint.sh /opt/
--- End diff --
Yes, to elaborate, on our fork, we used to have `dockerfiles/` in the root
of the distribution. But now, it's copied to `kubernetes/dockerfiles` which is
a more logical place, since there is a `yarn/` in the distribution as well.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]