47484950515253
class HBaseDirectOutputFormat extends HBaseBaseOutputFormat { private TableOutputFormat outputFormat; public HBaseDirectOutputFormat() { this.outputFormat = new TableOutputFormat(); }
46474849505152
48495051525354