/** * 共享单车线路流量统计 */ public class LineTotalMapReduce extends Configured implements Tool { public static final byte[] family = "info".getBytes(); public static class MyMapper extends TableMapper<Text, IntWritable> { protected void map(ImmutableBytesWritable rowKey, Result result, Context...