java.lang.ArrayIndexOutOfBoundsException: 1 --------大数据流量分析---出现数组越界异常_java.lang.arrayindexoutofboundsexception: 1 at eod-CSDN博客网友收藏

java.lang.ArrayIndexOutOfBoundsException: 1 --------大数据流量分析---出现数组越界异常_java.lang.arrayindexoutofboundsexception: 1 at eod-CSDN博客

文章浏览阅读1.1k次。**其实很简单,在map代码中判断一下就行了**@Override protected void map(LongWritable key, Text value, Context context) throws IOException, InterruptedException { String line = value.toString(); String[] words = StringUtils.split(line, "\......
阅读全文