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/18 21:35:17 UTC

[GitHub] [spark] shaneknapp opened a new pull request #24137: adding nss package to fix tests

shaneknapp opened a new pull request #24137: adding nss package to fix tests
URL: https://github.com/apache/spark/pull/24137
 
 
   ## What changes were proposed in this pull request?
   
   see also:  https://github.com/apache/spark/pull/24111
   
   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.
   

----------------------------------------------------------------
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