HBASE-4106 book.xml/preface.xml - 2 trivial fixes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1147348 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
754d79e7e6
commit
c8ce6dbd7d
|
@ -759,7 +759,7 @@ which is usually what you want. For example, this is preferred:
|
|||
<programlisting>HBaseConfiguration conf = HBaseConfiguration.create();
|
||||
HTable table1 = new HTable(conf, "myTable");
|
||||
HTable table2 = new HTable(conf, "myTable");</programlisting>
|
||||
a s opposed to this:
|
||||
as opposed to this:
|
||||
<programlisting>HBaseConfiguration conf1 = HBaseConfiguration.create();
|
||||
HTable table1 = new HTable(conf1, "myTable");
|
||||
HBaseConfiguration conf2 = HBaseConfiguration.create();
|
||||
|
|
|
@ -19,8 +19,7 @@
|
|||
or <link xlink:href="http://wiki.apache.org/hadoop/Hbase">wiki</link> where
|
||||
the pertinent information can be found.</para>
|
||||
|
||||
<para>This book is a work in progress. It is lacking in many areas but we
|
||||
hope to fill in the holes with time. Feel free to add to this book by adding
|
||||
<para>This book is a work in progress. Feel free to add to this book by adding
|
||||
a patch to an issue up in the HBase <link
|
||||
xlink:href="https://issues.apache.org/jira/browse/HBASE">JIRA</link>.</para>
|
||||
|
||||
|
|
Loading…
Reference in New Issue