You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/07/15 11:25:21 UTC

[jira] [Commented] (SPARK-3359) `sbt/sbt unidoc` doesn't work with Java 8

    [ https://issues.apache.org/jira/browse/SPARK-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379259#comment-15379259 ] 

Apache Spark commented on SPARK-3359:
-------------------------------------

User 'srowen' has created a pull request for this issue:
https://github.com/apache/spark/pull/14221

> `sbt/sbt unidoc` doesn't work with Java 8
> -----------------------------------------
>
>                 Key: SPARK-3359
>                 URL: https://issues.apache.org/jira/browse/SPARK-3359
>             Project: Spark
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.1.0
>            Reporter: Xiangrui Meng
>            Priority: Minor
>
> It seems that Java 8 is stricter on JavaDoc. I got many error messages like
> {code}
> [error] /Users/meng/src/spark-mengxr/core/target/java/org/apache/hadoop/mapred/SparkHadoopMapRedUtil.java:2: error: modifier private not allowed here
> [error] private abstract interface SparkHadoopMapRedUtil {
> [error]                  ^
> {code}
> This is minor because we can always use Java 6/7 to generate the doc.



--
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