/** * * 统计5996共享单车每次使用的空闲平均时间 */ public class FreeTimeMapReduce extends Configured implements Tool { public static final byte[] family = "info".getBytes(); public static class MyMapper extends TableMapper<Text, BytesWritable> { protected void map(ImmutableBytesWritable rowKey, ...