[
https://issues.apache.org/jira/browse/HBASE-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lars George updated HBASE-1626:
-------------------------------
Attachment: 1626-v7.patch
Patch 1626-v7.patch adds the missing Delete change (sorry, missed that earlier)
and adds an empty TableOutputCommitter. Test are passing now:
{code}
>ant -Dtestcase=mapreduce/Test* compile-core-test test
...
test-core:
[delete] Deleting directory C:\workspace\hbase-trunk\build\test\logs
[mkdir] Created dir: C:\workspace\hbase-trunk\build\test\logs
[junit] Running org.apache.hadoop.hbase.mapreduce.TestTableIndex
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 66.765 sec
[junit] Running org.apache.hadoop.hbase.mapreduce.TestTableMapReduce
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 71.688 sec
[junit] Running org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 28.64 sec
test:
BUILD SUCCESSFUL
Total time: 2 minutes 57 seconds
{code}
Also added comments to classes about what the class types should be as per
Jon's comment - I assume though this is not everywhere where it could be added.
Please suggest where else you would like to see it.
> Allow emitting Deletes out of new TableReducer
> ----------------------------------------------
>
> Key: HBASE-1626
> URL: https://issues.apache.org/jira/browse/HBASE-1626
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: Lars George
> Fix For: 0.20.0
>
> Attachments: 1626-v2.patch, 1626-v3.patch, 1626-v4.patch,
> 1626-v5.patch, 1626-v6.patch, 1626-v7.patch, 1626.patch, deletes.patch,
> reducer.patch, table-reduce.patch
>
>
> Doğacan Güney (nutch) wants to emit Delete from TableReduce. Currently we
> only do Put.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.