Github user sitalkedia commented on the issue:
https://github.com/apache/spark/pull/18805
@vanzin - May be the test time outs are related to one test failure
-https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/82608/testReport/org.apache.spark.scheduler/ReplayListenerSuite/_It_is_not_a_test_it_is_a_sbt_testing_SuiteSelector_/
Its failing to load the native library -
```building from source the jar or providing libzstd-jni in you system.
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1864)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at com.github.luben.zstd.util.Native.load(Native.java:101)
at
com.github.luben.zstd.ZstdOutputStream.<clinit>(ZstdOutputStream.java:17)
at
org.apache.spark.io.ZStdCompressionCodec.compressedOutputStream(CompressionCodec.scala:244)
at
org.apache.spark.scheduler.EventLoggingListener$$anonfun$2.apply(EventLoggingListener.scala:122)
at
org.apache.spark.scheduler.EventLoggingListener$$anonfun$2.apply(EventLoggingListener.scala:122)
at scala.Option.map(Option.scala:146)
at
org.apache.spark.scheduler.EventLoggingListener.start(EventLoggingListener.scala:122)
at org.apache.spark.SparkContext.<init>(SparkContext.scala:524)
at org.apache.spark.SparkContext.<init>(SparkContext.scala:127)
at ```
Unfortunately, I am not able to repro this issue on my laptop. Any idea
what might be wrong?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]