shane knapp created SPARK-27178: ----------------------------------- Summary: k8s test failing due to missing nss library in dockerfile Key: SPARK-27178 URL: https://issues.apache.org/jira/browse/SPARK-27178 Project: Spark Issue Type: Bug Components: Build, jenkins, Kubernetes Affects Versions: 3.0.0 Reporter: shane knapp Assignee: shane knapp
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: {noformat} 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 {noformat} after i added the 'nss' package to resource-managers/kubernetes/docker/src/main/dockerfiles/spark/Dockerfile, everything worked. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org