You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Joseph E. Gonzalez (JIRA)" <ji...@apache.org> on 2015/07/11 08:29:04 UTC

[jira] [Created] (SPARK-9001) sbt doc fails due to javadoc errors

Joseph E. Gonzalez created SPARK-9001:
-----------------------------------------

             Summary: sbt doc fails due to javadoc errors
                 Key: SPARK-9001
                 URL: https://issues.apache.org/jira/browse/SPARK-9001
             Project: Spark
          Issue Type: Bug
            Reporter: Joseph E. Gonzalez


Running `build/sbt doc` on master fails due to errors javadocs. 

This is an issues since `build/sbt publish-local` depends on building the docs.

Example error:

[info] Generating /spark/unsafe/target/scala-2.10/api/org/apache/spark/unsafe/bitset/BitSet.html...
[error] /spark/unsafe/src/main/java/org/apache/spark/unsafe/bitset/BitSet.java:93: error: bad use of '>'
[error]    *  for (long i = bs.nextSetBit(0); i >= 0; i = bs.nextSetBit(i + 1)) {
[error]                                         ^




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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