You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "shane knapp (JIRA)" <ji...@apache.org> on 2019/03/15 22:41:00 UTC

[jira] [Updated] (SPARK-27178) k8s test failing due to missing nss library in dockerfile

     [ https://issues.apache.org/jira/browse/SPARK-27178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

shane knapp updated SPARK-27178:
--------------------------------
    Description: 
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.

i will also check and see if this is failing on 2.4...

tbh, i have no idea why this literally started failing today and not earlier.  the only recent change to this file that i can find is https://issues.apache.org/jira/browse/SPARK-26995

  was:
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.




> 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
>            Priority: Major
>
> 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.
> i will also check and see if this is failing on 2.4...
> tbh, i have no idea why this literally started failing today and not earlier.  the only recent change to this file that i can find is https://issues.apache.org/jira/browse/SPARK-26995



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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