[
https://issues.apache.org/jira/browse/HBASE-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-480:
------------------------
Attachment: merge-v3.patch
My fault. Had fixed that in code but hadn't updated the patch. Here's v3.
Thanks for reviewing.
{code}
durruti:~/Documents/checkouts/hbase/trunk stack$ svn diff
src/java/org/apache/hadoop/hbase/HMerge.java > merge-v3.patch
durruti:~/Documents/checkouts/hbase/trunk stack$ ~/bin/ant/bin/ant clean
compile jar test -Dtestcase=TestMergeTable
Buildfile: build.xml
clean:
[delete] Deleting directory
/Users/stack/Documents/checkouts/hbase/trunk/build
...
test:
[mkdir] Created dir:
/Users/stack/Documents/checkouts/hbase/trunk/build/test/logs
[junit] Running org.apache.hadoop.hbase.TestMergeTable
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 34.91 sec
BUILD SUCCESSFUL
Total time: 42 seconds
{code}
> Tool to manually merge two regions
> ----------------------------------
>
> Key: HBASE-480
> URL: https://issues.apache.org/jira/browse/HBASE-480
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Priority: Minor
> Attachments: merge-0.1-v2.patch, merge-v2.patch, merge-v3.patch,
> merge.patch
>
>
> hbase-471 needs a tool to merge two regions that have same start key. This
> tool may be of use elsewhere making repairs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.