Yikun opened a new pull request, #37:
URL: https://github.com/apache/spark-docker/pull/37

   ### What changes were proposed in this pull request?
   This patch minimizes duplication across layers for chmod:
   - Move `chmod g+w /opt/spark/work-dir` to layer of `/opt/spark/work-dir` 
creation
   - Move `chmod a+x /opt/decom.sh` to layer of spark extration layer.
   - `chmod a+x $VERSION/$TAG/entrypoint.sh` when generate the entrypoint.sh
   
   ### Why are the changes needed?
   Address DOI review comments to minimize duplication across layers for chmod
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   CI passed
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to