Github user srowen commented on the issue:
https://github.com/apache/spark/pull/22593
Hm, that's a weird error. Big javadoc failures from unrelated classes. This
looks like errors you get when you run javadoc on translated Scala classes. No
idea why it's just popped up. Let me run again.
```
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/serializer/SerializationDebugger.java:159:
error: cannot find symbol
[error] static private
org.apache.spark.serializer.SerializationDebugger.ObjectStreamClassReflection
reflect () { throw new RuntimeException(); }
[error] ^
[error] symbol: class ObjectStreamClassReflection
[error] location: class SerializationDebugger
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/serializer/SerializationDebugger.java:22:
error: class SerializationDebugger is already defined in package
org.apache.spark.serializer
[error] static private class SerializationDebugger {
[error] ^
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/util/UtilsSuite.java:4:
error: modifier static not allowed here
[error] static public class MalformedClass {
[error] ^
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]