[
https://issues.apache.org/jira/browse/HBASE-7197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13532737#comment-13532737
]
Andrew Purtell commented on HBASE-7197:
---------------------------------------
As an aside, here:
{code}
+ if (accessToken != null) {
+ sb.append(accessToken);
+ sb.append('/');
+ }
{code}
This 'accessToken' is vestigial and can be nuked throughout RemoteHTable.
> Add multi get to RemoteHTable
> -----------------------------
>
> Key: HBASE-7197
> URL: https://issues.apache.org/jira/browse/HBASE-7197
> Project: HBase
> Issue Type: Improvement
> Components: Client, REST
> Affects Versions: 0.94.2, 0.96.0
> Reporter: Elliott Clark
> Assignee: Elliott Clark
> Priority: Minor
> Attachments: HBASE-7197-0.patch
>
>
> REST server supports multi-get, so the RemoteHTable class should as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira