Ted Yu created SPARK-33953:
------------------------------
Summary: readImages test fails due to NoClassDefFoundError for
ImageTypeSpecifier
Key: SPARK-33953
URL: https://issues.apache.org/jira/browse/SPARK-33953
Project: Spark
Issue Type: Test
Components: ML
Affects Versions: 3.0.1
Reporter: Ted Yu
>From https://github.com/apache/spark/pull/30984/checks?check_run_id=1630709203
>:
```
[info] org.apache.spark.SparkException: Job aborted due to stage failure:
Task 1 in stage 21.0 failed 1 times, most recent failure: Lost task 1.0 in
stage 21.0 (TID 20) (fv-az212-589.internal.cloudapp.net executor driver):
java.lang.NoClassDefFoundError: Could not initialize class
javax.imageio.ImageTypeSpecifier
[info] at
com.sun.imageio.plugins.png.PNGImageReader.getImageTypes(PNGImageReader.java:1531)
[info] at
com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1318)
```
It seems some dependency is missing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]