|
stack (JIRA) |
at Sep 16, 2009 at 7:52 pm
|
⇧ |
| |
[
https://issues.apache.org/jira/browse/HBASE-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
stack updated HBASE-1684:
-------------------------
Attachment: exportimport.patch
Patch that adds import and export jobs to the hbase mapreduce MR driver.
Export does like Jon's writing out to sequence files.
Import reads in from said sequence files.
These classes are more inline w/ the the 0.20.0 MR idiom (and not unnecessary reduce, etc.).
Also fixed RowCounter so no longer an output dir.
Fixed tableinputformat so no longer need to specify columns (if no columns, then all columns).
Changed some of the util so it can take null classes.. sometimes need this (e.g. above imports/exports).
Please review.
Backup (Export/Import) contrib tool for 0.20
--------------------------------------------
Key: HBASE-1684
URL:
https://issues.apache.org/jira/browse/HBASE-1684Project: Hadoop HBase
Issue Type: New Feature
Components: contrib
Affects Versions: 0.20.0
Reporter: Jonathan Gray
Assignee: Jonathan Gray
Fix For: 0.20.1
Attachments: BackupTable.java, ExportImport.java, exportimport.patch, HBASE-1684-v1.patch, RestoreTable.java
Add a new Result/KeyValue based Export MapReduce job to contrib for 0.20.
Make it in the hadoop 0.20 and hbase 0.20 MR API, and hbase 0.20 API (Result/Put).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.