You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Denis Pyshev (Jira)" <ji...@apache.org> on 2020/10/11 22:52:00 UTC

[jira] [Created] (SPARK-33115) `kvstore` and `unsafe` doc tasks fail

Denis Pyshev created SPARK-33115:
------------------------------------

             Summary: `kvstore` and `unsafe` doc tasks fail
                 Key: SPARK-33115
                 URL: https://issues.apache.org/jira/browse/SPARK-33115
             Project: Spark
          Issue Type: Bug
          Components: Build, Documentation
    Affects Versions: 3.1.0
            Reporter: Denis Pyshev


`build/sbt publishLocal` task fails in two modules:


{code:java}
[error] stack trace is suppressed; run last kvstore / Compile / doc for the full output
[error] stack trace is suppressed; run last unsafe / Compile / doc for the full output
{code}
{code:java}
 sbt:spark-parent> kvstore/Compile/doc [info] Main Java API documentation to /home/gemelen/work/src/spark/common/kvstore/target/scala-2.12/api... [error] /home/gemelen/work/src/spark/common/kvstore/src/main/java/org/apache/spark/util/kvstore/InMemoryStore.java:167:1:  error: malformed HTML [error]    * An alias class for the type "ConcurrentHashMap<Comparable<Object>, Boolean>", which is used [error]                                                    ^ [error] /home/gemelen/work/src/spark/common/kvstore/src/main/java/org/apache/spark/util/kvstore/InMemoryStore.java:167:1:  error: unknown tag: Object [error]    * An alias class for the type "ConcurrentHashMap<Comparable<Object>, Boolean>", which is used [error]                                                               ^ [error] /home/gemelen/work/src/spark/common/kvstore/src/main/java/org/apache/spark/util/kvstore/InMemoryStore.java:167:1:  error: bad use of '>' [error]    * An alias class for the type "ConcurrentHashMap<Comparable<Object>, Boolean>", which is used [error]  
{code}
{code:java}
 sbt:spark-parent> unsafe/Compile/doc [info] Main Java API documentation to /home/gemelen/work/src/spark/common/unsafe/target/scala-2.12/api... [error] /home/gemelen/work/src/spark/common/unsafe/src/main/java/org/apache/spark/unsafe/types/UTF8String.java:566:1:  error: malformed HTML [error]    * Trims whitespaces (<= ASCII 32) from both ends of this string. [error]
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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