随笔分类 -  Linux

摘要:一,准备 1.1导入相关jar包 1.2准备数据源 我选了一首歌 二、相关代码 2.1 Map类 public class WordCountMapper extends Mapper<LongWritable, Text, Text, IntWritable>{ private static Li 阅读全文
posted @ 2020-03-05 18:01 THEROC 阅读(269) 评论(0) 推荐(0)
摘要:一、准备 1,配通网络 ping www.baidu.com 之前安装虚拟机时配过 2,关闭防火墙 systemctl stop firewalld systemctl disable firewalld(开机自动关闭) 3,关闭 selinux vi /etc/selinux/config 修改为 阅读全文
posted @ 2020-02-20 17:58 THEROC 阅读(3158) 评论(0) 推荐(0)