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

Misty Stanley-Jones commented on HBASE-11855:
---------------------------------------------

Looks good to me, with some nits:

1. When using a <screen> or <programlisting> tag, you need to "denormalize" the 
indentation of the content within it so that the first level of indentation 
within the tags is at the left-hand side of the page, so that the indentation 
is correct in the published output. This is because these tags show their 
contents (mostly) exactly as they appear in the source file. For instance, 
change this:
{code}
                <screen language="bourne">$ sudo mkdir /ram2G
                    sudo mount -t tmpfs -o size=2048M tmpfs /ram2G</screen>
{code}
to this: 
{code}
                <screen language="bourne">$ sudo mkdir /ram2G
sudo mount -t tmpfs -o size=2048M tmpfs /ram2G</screen>
{code}
I know it doesn't look as nice in the source, but it looks better in the output.

2. I prefer all-caps GB or spelling it out (gigabytes) rather than mixed-case 
Gb.

Thanks so much for helping out.

> HBase handbook chapter 18.9 out of date
> ---------------------------------------
>
>                 Key: HBASE-11855
>                 URL: https://issues.apache.org/jira/browse/HBASE-11855
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 2.0.0
>            Reporter: Michael Tauscher
>            Assignee: Michael Tauscher
>            Priority: Minor
>         Attachments: hbase-11855-v0.patch, hbase-11855-v1.patch
>
>
> Recently [~posix4e] committed a change 
> [HBASE-4955|https://issues.apache.org/jira/browse/HBASE-4955] renaming 
> Dsurefire.*PartThreadCount to Dsurefire.*PartForkCount for the 2.0 version.
> I'm excited to help with documentation and the webpage going forward. Can 
> someone help mentor me with the process? Thanks.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to