You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Elek, Marton (JIRA)" <ji...@apache.org> on 2017/10/13 19:19:00 UTC

[jira] [Created] (HDFS-12661) Ozone: Support optional documentation link in KSM/SCM webui

Elek, Marton created HDFS-12661:
-----------------------------------

             Summary: Ozone: Support optional documentation link in KSM/SCM webui
                 Key: HDFS-12661
                 URL: https://issues.apache.org/jira/browse/HDFS-12661
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: ozone
    Affects Versions: HDFS-7240
            Reporter: Elek, Marton
            Assignee: Elek, Marton


In some cases it could be useful to include additional documentation to the SCM/KSM web ui.

This patch includes an optional hook. During the startup scm/ksm web ui do a HTTP HEAD request and if docs/index.html exists, an additional Documentation link will be displayed in the menu header. 

Long term we can generate documentation automatically from the source. 

Testing:

Do a full build, start scm: no link in the ui.

Add some optional documentation (choose one):
* hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/scm/docs/index.html (before build)
* hadoop-hdfs-project/hadoop-hdfs/target/webapps/scm/docs/index.html (after clean, before build)
* hadoop-dist/target/hadoop-3.1.0-SNAPSHOT/share/hadoop/hdfs/webapps/scm/docs/index.html (after build)

And start scm again. There should be a documentation link in the menu which opens the optional documentation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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