[
https://issues.apache.org/jira/browse/HBASE-13629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lars Hofhansl updated HBASE-13629:
----------------------------------
Summary: Add to 1.0: (was: Fix InclusiveStopFilter typo in
region_mover.rb)
> Add to 1.0:
> ------------
>
> Key: HBASE-13629
> URL: https://issues.apache.org/jira/browse/HBASE-13629
> Project: HBase
> Issue Type: Sub-task
> Components: scripts
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Fix For: 0.98.13, 1.0.2
>
>
> Parent introduced a typo.
> {code}
> scan.setFilter(FilterList.new(FirstKeyOnlyFilter.new(),InclusiveStopFilter().new(r.getStartKey())))
> {code}
> should be
> {code}
> scan.setFilter(FilterList.new(FirstKeyOnlyFilter.new(),InclusiveStopFilter().new(r.getStartKey())))
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)