[
https://issues.apache.org/jira/browse/HBASE-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831226#action_12831226
]
Kay Kay commented on HBASE-2185:
--------------------------------
{quote}
So only thing missing that I can see is adding a link to the newly made
hbase-default.html somewhere.
{quote}
With the latest patch - it should be available in the top-level as a separate
element ( See: site-xml part of the patch)
{quote}
It should be referenced from our 'getting started' or some place like that? As
a link off the end of our overview? What you think Kay Kay?
{quote}
That would be ideal , I believe. The overview page would definitely be
appropriate. For now- I did not know where to stick it in, so added as a
site-map element that appears in the top-level.
> Add html version of default hbase-site.xml
> -------------------------------------------
>
> Key: HBASE-2185
> URL: https://issues.apache.org/jira/browse/HBASE-2185
> Project: Hadoop HBase
> Issue Type: Improvement
> Components: documentation
> Reporter: Kay Kay
> Attachments: HBASE-2185.patch, HBASE-2185.patch, HBASE-2185.patch
>
>
> In the hadoop getting started page - there is a html version of the default
> configuration (of core-site.xml / hdfs-site.xml / mapred-site.xml ) .
> It would be useful to have such a page for hbase-default.xml for easy
> reference without flipping the editors.
> patch creates a html file from the default hbase-default.xml usign xslt.
> new target - conf.gen.html - added.
> sample run
> $ ant conf.gen.html
> Buildfile: build.xml
> init:
> conf.gen.html:
> [xslt] Processing /opt/workspace/remote-ws/hbase/conf/hbase-default.xml
> to /opt/workspace/remote-ws/hbase/build/hbase-site.html
> [xslt] Loading stylesheet
> /opt/workspace/remote-ws/hbase/docs/conf2html.xsl
> [echo] HTML Format of default HBase configuration available at
> /opt/workspace/remote-ws/hbase/build/hbase-site.html
> BUILD SUCCESSFUL
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.