[GitHub] [spark] bjornjorgensen commented on pull request #35142: [SPARK-37708][K8S] Provides basic images that support centos7

2022-01-09 Thread GitBox


bjornjorgensen commented on pull request #35142:
URL: https://github.com/apache/spark/pull/35142#issuecomment-1008294449


   I do build and run containers on k8s with the default spark docker file. And 
it works, so why do you wanna have CentOS as base image? 


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] bjornjorgensen commented on pull request #35142: [SPARK-37708][K8S] Provides basic images that support centos7

2022-01-08 Thread GitBox


bjornjorgensen commented on pull request #35142:
URL: https://github.com/apache/spark/pull/35142#issuecomment-1008158090


   You have problems with ImportError: libffi.so.6
   It looks like many others have the same problems like this post show. 
https://stackoverflow.com/questions/61875869/ubuntu-20-04-upgrade-python-missing-libffi-so-6
 
   In yours docker file you fix this with installing python 3.9.0 


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] bjornjorgensen commented on pull request #35142: [SPARK-37708][K8S] Provides basic images that support centos7

2022-01-08 Thread GitBox


bjornjorgensen commented on pull request #35142:
URL: https://github.com/apache/spark/pull/35142#issuecomment-1008155592


   Why do you wanna have support for CentOS 7 witch are end off live? 
   In yours docker filer you are installing python 3.9.0 but here you are using 
spark.pyspark.driver.python=python3.6/bin/python3 
   
   


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org