You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Andras Bokor (JIRA)" <ji...@apache.org> on 2017/05/08 16:26:04 UTC

[jira] [Created] (HADOOP-14393) Dependencies.html is unnecessary

Andras Bokor created HADOOP-14393:
-------------------------------------

             Summary: Dependencies.html is unnecessary
                 Key: HADOOP-14393
                 URL: https://issues.apache.org/jira/browse/HADOOP-14393
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Andras Bokor
            Assignee: Andras Bokor
            Priority: Minor


hadoop-auth and hadoop-hdfs-httpfs are affected.
{code}$ mvn clean package -DskipTests -Dmaven.javadoc.skip=true -DskipShade -Pdocs
$ ls ./hadoop-hdfs-project/hadoop-hdfs-httpfs/target/site/ | grep dependenc
dependencies.html
dependency-analysis.html{code}

{{dependencies.html}} is unnecessary.
There is no link pointed to this html and the style does not meet with the rest of the page.
In addition it does not provide valuable information for users (over dependency-analysis.html). 

https://hadoop.apache.org/docs/r3.0.0-alpha2/hadoop-hdfs-httpfs/dependencies.html
https://hadoop.apache.org/docs/r3.0.0-alpha2/hadoop-hdfs-httpfs/dependency-analysis.html

What is the reason why we generate both site? Is it needed at all?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org