[
https://issues.apache.org/jira/browse/HBASE-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15188439#comment-15188439
]
Ted Yu commented on HBASE-15191:
--------------------------------
{code}
95 if(cacheRow > 0) {
96 scan.setCaching(cacheRow);
97 }
98 else {
{code}
nit:
insert space between if and (
Move else to the line above it, following right curly.
I can do the above if QA result comes back good.
> CopyTable and VerifyReplication - Option to specify batch size, versions
> ------------------------------------------------------------------------
>
> Key: HBASE-15191
> URL: https://issues.apache.org/jira/browse/HBASE-15191
> Project: HBase
> Issue Type: Improvement
> Components: Replication
> Affects Versions: 0.98.16.1
> Reporter: Parth Shah
> Priority: Minor
> Attachments: HBASE_15191.patch
>
>
> Need option to specify batch size for CopyTable and VerifyReplication. We
> are working on patch for this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)