You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/15 22:35:24 UTC

[GitHub] [spark] shaneknapp opened a new pull request #24111: [SPARK-27178][k8s] add nss to the spark/k8s Dockerfile

shaneknapp opened a new pull request #24111: [SPARK-27178][k8s] add nss to the spark/k8s Dockerfile
URL: https://github.com/apache/spark/pull/24111
 
 
   ## What changes were proposed in this pull request?
   
   while performing some tests on our existing minikube and k8s infrastructure, i noticed that the integration tests were failing. i dug in and discovered the following message buried at the end of the stacktrace:
   
   ```
     Caused by: java.io.FileNotFoundException: /usr/lib/libnss3.so
     	at sun.security.pkcs11.Secmod.initialize(Secmod.java:193)
     	at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:218)
     	... 81 more
   ```
   after i added the `nss` package to `resource-managers/kubernetes/docker/src/main/dockerfiles/spark/Dockerfile`, everything worked.
   
   this is also impacting current builds.  see:  https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/8959/console
   
   ## How was this patch tested?
   
   i tested locally before pushing, and the build system will test the rest.
   Please review http://spark.apache.org/contributing.html before opening a pull request.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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