hbase多表输出 1.设置输出格式 job.setOutputFormatClass(MultiTableOutputFormat.class);2.reduce时声明表名 ImmutableBytesWritable putTable1 = new ImmutableBytesWritable(Bytes.toBytes("analyzer_w1"));3.reduce写数据 context.write hbase 2024-06-25 130 点赞 1 评论 196 浏览