[
https://issues.apache.org/jira/browse/HBASE-16946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15612413#comment-15612413
]
Ted Yu commented on HBASE-16946:
--------------------------------
{code}
434 final String includeDeletedCellsArgKey = "--raw=";
{code}
Since the switch is a boolean, there is no need for the '='.
Meaning when user specifies this flag, raw scan would be used.
> Provide Raw scan as options in VerifyReplication
> -------------------------------------------------
>
> Key: HBASE-16946
> URL: https://issues.apache.org/jira/browse/HBASE-16946
> Project: HBase
> Issue Type: Improvement
> Components: hbase
> Reporter: Sreekar Pallapothu
> Assignee: Sreekar Pallapothu
> Priority: Minor
> Fix For: 2.0.0, 1.2.2, 0.98.24
>
> Attachments: HBASE-16946.00.patch
>
>
> Provide an option on including Raw scans while doing VerifyReplication with
> default value as 'false'.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)