[ 
https://issues.apache.org/jira/browse/HBASE-13024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Abhishek Kumar updated HBASE-13024:
-----------------------------------
    Attachment: 0001-HBASE-13024-Broken-document-link.patch

> Broken link for "Client Package Javadoc Description"  under section 61.1. 
> Cluster Connections in 'http://hbase.apache.org/book.html#architecture.client'
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-13024
>                 URL: https://issues.apache.org/jira/browse/HBASE-13024
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Abhishek Kumar
>            Priority: Minor
>         Attachments: 0001-HBASE-13024-Broken-document-link.patch
>
>
> *61.1. Cluster Connections*
> {quote}
> The API changed in HBase 1.0. Its been cleaned up and users are returned 
> Interfaces to work against rather than particular types. In HBase 1.0, obtain 
> a cluster Connection from ConnectionFactory and thereafter, get from it 
> instances of Table, Admin, and RegionLocator on an as-need basis. When done, 
> close obtained instances. Finally, be sure to cleanup your Connection 
> instance before exiting. Connections are heavyweight objects. Create once and 
> keep an instance around. Table, Admin and RegionLocator instances are 
> lightweight. Create as you go and then let go as soon as you are done by 
> closing them. See the {color:red}Client Package Javadoc Description{color} 
> for example usage of the new HBase 1.0 API.
> {quote}
> ==========
> this link currently pointing to 
> "http://hbase.apache.org/Users/stack/checkouts/hbase.git/target/site/apidocs/org/apache/hadoop/hbase/client/package-summary.html";
>  instead of 
> "http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/package-summary.html";



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

Reply via email to