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

Hudson commented on HBASE-12400:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #5824 (See 
[https://builds.apache.org/job/HBase-TRUNK/5824/])
HBASE-12400 Fix refguide so it does connection#getTable rather than new HTable 
everywhere (stack: rev 8df780db88f9c817139aa46cad4382cc436abecc)
* src/main/docbkx/book.xml
* src/main/docbkx/upgrading.xml
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/package-info.java


> Fix refguide so it does connection#getTable rather than new HTable 
> everywhere: first cut!
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-12400
>                 URL: https://issues.apache.org/jira/browse/HBASE-12400
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation
>            Reporter: stack
>            Assignee: stack
>             Fix For: 2.0.0, 0.99.2
>
>         Attachments: 12400.txt, doc.txt
>
>
> The refguide has bits of code in it.  The code does 'new HTable' to get a 
> table instance.  Rather, it should be promoting the new style where we get a 
> Connection and then do a getTable on it.  Ditto for references to 'new 
> HBaseAdmin'.  See ConnectionFactory for new style.  See also 
> package-info.java in Client for updated example.
> Misty, if you are game for this one, I can help w/ how it should look.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to