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

Apache Spark reassigned SPARK-33115:
------------------------------------

    Assignee: Apache Spark

> `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
>            Assignee: Apache Spark
>            Priority: Minor
>
> `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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to