You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "M. Le Bihan (Jira)" <ji...@apache.org> on 2019/08/21 05:55:00 UTC

[jira] [Created] (SPARK-28817) Support standard Javadoc packaging to allow automatic javadoc location settings

M. Le Bihan created SPARK-28817:
-----------------------------------

             Summary: Support standard Javadoc packaging to allow automatic javadoc location settings
                 Key: SPARK-28817
                 URL: https://issues.apache.org/jira/browse/SPARK-28817
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.4.3
            Reporter: M. Le Bihan


Currently Spark javadoc is only accessible here : [http://spark.apache.org/docs/latest/api/java]

Maven isn't able to find it, through a _maven dependency:resolve -Dclassifier=javadoc_ and Eclipse, for example, isn't able to set javadoc location automatically to good location.

Therefore, each developper
in each sub-project of his project that uses Spark,
must edit each jar related to spark (about ten)
and set manually the http location of the javadoc.

Now 99% of the API available on Maven respect the standard of delivering a separate downloadable javadoc through the javadoc classifer.

Can Spark respect this standard too ?



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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