/** * 共享单车每天在韩庄村的平均空闲时间 */ public class AverageVehicleMapReduce extends Configured implements Tool { public static final byte[] family = "info".getBytes(); public static class MyMapper extends TableMapper<Text, BytesWritable> { protected void map(ImmutableBytesWritable rowKey, Re...