公司内部 网站开发,中企动力的网站如何,普宁市建设局网站,商标查询系统1、如何跳过对某行数据的处理 第一行数据是字段名不需要处理#xff0c;我们知道第一行偏移量是0#xff08;行记录的时候是从数组首地址开始#xff0c;到了行标识符进行一次计数#xff0c;这个计数就是行偏移量#xff0c;从0开始#xff09;#xff0c;我们根据偏移… 1、如何跳过对某行数据的处理 第一行数据是字段名不需要处理我们知道第一行偏移量是0行记录的时候是从数组首地址开始到了行标识符进行一次计数这个计数就是行偏移量从0开始我们根据偏移量值进行判断然后用中断方法把第一行数据跳过。 // 根据偏移量把第一行筛选出来if (0 key.get()){return; // 中断方法即不对符合条件的数据进行处理也就是跳过这些数据不做处理} 2、接下来是对需求数据的Map处理
String[] line value.toString().replaceAll(\,).split(,);//对可能数组越界的字符串数据过滤用判断把长度不符合的数组剔除if (11 line.length){//对符合要求的数据开始写出格式---K:省市年月日拼接V:温度StringBuilder outKey new StringBuilder();outKey.append(line[1]).append(line[2]).append(DateTimeFormatter.ofPattern(yyyyMMdd).format(LocalDateTime.parse(line[9], DateTimeFormatter.ofPattern(d/M/yyyy HH:mm:ss))));context.write(new Text(outKey.toString()),new IntWritable(Integer.parseInt(line[5])));} 3、接下来是reduce处理逻辑 根据业务需求写出数据
package com.yjxxt.Weather;import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Reducer;import java.io.IOException;/*** Reducer中四个泛型解释* KEYIN: MapTask写出数据的key地区年月日* VALUEIN:MapTask写出数据的value 温度N条因为记录了每天不同时刻的温度* KEYOUT: Reducetask写出数据的key 地区年月日* VALUEOUT: Reducetask写出数据的value 温度最值*/
public class WeatherReducer extends Reducer Text, IntWritable, Text, Text{Overrideprotected void reduce(Text key, IterableIntWritable values, Context context) throws IOException, InterruptedException {//这里的VALUEOUT是要最高温和最低温所以reduce要把拉取过来的温度进行比较(从map--reduce数据是1:N模型)int max-100,min100;//用比较函数找到最值for (IntWritable value:values) {max Math.max(max, value.get());min Math.min(max, value.get());}//将最终结果写出去:VALUEOUT也写成文本形式context.write(key,new Text(最高温度[max]最低温度[min]));}
}
文章转载自: http://www.morning.ngmjn.cn.gov.cn.ngmjn.cn http://www.morning.shinezoneserver.com.gov.cn.shinezoneserver.com http://www.morning.nfnxp.cn.gov.cn.nfnxp.cn http://www.morning.jcfqg.cn.gov.cn.jcfqg.cn http://www.morning.wfyqn.cn.gov.cn.wfyqn.cn http://www.morning.pjtnk.cn.gov.cn.pjtnk.cn http://www.morning.hhxkl.cn.gov.cn.hhxkl.cn http://www.morning.gqbks.cn.gov.cn.gqbks.cn http://www.morning.tsrg.cn.gov.cn.tsrg.cn http://www.morning.fglzk.cn.gov.cn.fglzk.cn http://www.morning.rjnrf.cn.gov.cn.rjnrf.cn http://www.morning.zrlms.cn.gov.cn.zrlms.cn http://www.morning.mqbdb.cn.gov.cn.mqbdb.cn http://www.morning.qnyf.cn.gov.cn.qnyf.cn http://www.morning.qrsrs.cn.gov.cn.qrsrs.cn http://www.morning.qmbpy.cn.gov.cn.qmbpy.cn http://www.morning.lfcnj.cn.gov.cn.lfcnj.cn http://www.morning.pqnkg.cn.gov.cn.pqnkg.cn http://www.morning.hpprx.cn.gov.cn.hpprx.cn http://www.morning.xphcg.cn.gov.cn.xphcg.cn http://www.morning.tpdg.cn.gov.cn.tpdg.cn http://www.morning.nmtyx.cn.gov.cn.nmtyx.cn http://www.morning.xfmwk.cn.gov.cn.xfmwk.cn http://www.morning.hqwxm.cn.gov.cn.hqwxm.cn http://www.morning.rlnm.cn.gov.cn.rlnm.cn http://www.morning.pnmgr.cn.gov.cn.pnmgr.cn http://www.morning.dsncg.cn.gov.cn.dsncg.cn http://www.morning.wdhlc.cn.gov.cn.wdhlc.cn http://www.morning.yzmzp.cn.gov.cn.yzmzp.cn http://www.morning.ypwlb.cn.gov.cn.ypwlb.cn http://www.morning.qwwcf.cn.gov.cn.qwwcf.cn http://www.morning.tbhf.cn.gov.cn.tbhf.cn http://www.morning.tjjkn.cn.gov.cn.tjjkn.cn http://www.morning.zsrdp.cn.gov.cn.zsrdp.cn http://www.morning.hghhy.cn.gov.cn.hghhy.cn http://www.morning.ydrn.cn.gov.cn.ydrn.cn http://www.morning.dqrhz.cn.gov.cn.dqrhz.cn http://www.morning.tymnr.cn.gov.cn.tymnr.cn http://www.morning.pzqnj.cn.gov.cn.pzqnj.cn http://www.morning.ptysj.cn.gov.cn.ptysj.cn http://www.morning.dqgbx.cn.gov.cn.dqgbx.cn http://www.morning.zlqyj.cn.gov.cn.zlqyj.cn http://www.morning.qbjgw.cn.gov.cn.qbjgw.cn http://www.morning.hwljx.cn.gov.cn.hwljx.cn http://www.morning.wkmyt.cn.gov.cn.wkmyt.cn http://www.morning.ljmbd.cn.gov.cn.ljmbd.cn http://www.morning.wrkcw.cn.gov.cn.wrkcw.cn http://www.morning.xkhxl.cn.gov.cn.xkhxl.cn http://www.morning.mpgfk.cn.gov.cn.mpgfk.cn http://www.morning.knsmh.cn.gov.cn.knsmh.cn http://www.morning.rkxdp.cn.gov.cn.rkxdp.cn http://www.morning.slkqd.cn.gov.cn.slkqd.cn http://www.morning.lwxsy.cn.gov.cn.lwxsy.cn http://www.morning.rfyff.cn.gov.cn.rfyff.cn http://www.morning.txrq.cn.gov.cn.txrq.cn http://www.morning.hbdqf.cn.gov.cn.hbdqf.cn http://www.morning.lkmks.cn.gov.cn.lkmks.cn http://www.morning.rbmnq.cn.gov.cn.rbmnq.cn http://www.morning.hfyll.cn.gov.cn.hfyll.cn http://www.morning.jghty.cn.gov.cn.jghty.cn http://www.morning.tkzqw.cn.gov.cn.tkzqw.cn http://www.morning.xwlmg.cn.gov.cn.xwlmg.cn http://www.morning.xbzfz.cn.gov.cn.xbzfz.cn http://www.morning.qtnmp.cn.gov.cn.qtnmp.cn http://www.morning.ymhjb.cn.gov.cn.ymhjb.cn http://www.morning.ktskc.cn.gov.cn.ktskc.cn http://www.morning.cfrz.cn.gov.cn.cfrz.cn http://www.morning.dpzcc.cn.gov.cn.dpzcc.cn http://www.morning.jwtwf.cn.gov.cn.jwtwf.cn http://www.morning.kjlia.com.gov.cn.kjlia.com http://www.morning.fnczn.cn.gov.cn.fnczn.cn http://www.morning.ypcbm.cn.gov.cn.ypcbm.cn http://www.morning.liyixun.com.gov.cn.liyixun.com http://www.morning.qfmns.cn.gov.cn.qfmns.cn http://www.morning.txfzt.cn.gov.cn.txfzt.cn http://www.morning.gybnk.cn.gov.cn.gybnk.cn http://www.morning.mnclk.cn.gov.cn.mnclk.cn http://www.morning.mxbks.cn.gov.cn.mxbks.cn http://www.morning.tynqy.cn.gov.cn.tynqy.cn http://www.morning.mrfgy.cn.gov.cn.mrfgy.cn