Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Phoenix exclusively uses the Table.batch() method to submit data to the HBase region servers, but it looks like TTable does not support this. To be honest, I'm not entirely sure how it's even working now. We should support the batch method, though. I believe it'd be pretty trivial - simply switching on the Mutation class to call existing TTable methods.