这门课我的学习笔记,有源码和ppt笔记,在github上,有兴趣可以参考,
https://github.com/fpkgithub/BigDataLearning
https://github.com/fpkgithub/BigDataLearning
2018-05-22
代码地址: https://github.com/nameistw/BigData/tree/master/hadoop/recommend
2018-04-29
The method addInputPath(JobConf, Path) in the type FileInputFormat is not applicable for the arguments (Job, Path)
报这个错误时需要将旧版的 API org.apache.hadoop.mapred.FileInputFormat;
换成 org.apache.hadoop.mapreduce.lib.input.FileInputFormat;
报这个错误时需要将旧版的 API org.apache.hadoop.mapred.FileInputFormat;
换成 org.apache.hadoop.mapreduce.lib.input.FileInputFormat;
2018-04-28
hadoop 1.2.1版本
conf.set("fs.defaultDF,hdfs")改成
conf.set("fs.default.name", hdfs);
conf.set("fs.defaultDF,hdfs")改成
conf.set("fs.default.name", hdfs);
2018-04-21
建议大家可以先看一下这个博客
主要讲解如何配置虚拟机centos,安装配置hadoop环境,将eclipse与hadoop连接
http://www.cnblogs.com/xia520pi/category/346943.html
主要讲解如何配置虚拟机centos,安装配置hadoop环境,将eclipse与hadoop连接
http://www.cnblogs.com/xia520pi/category/346943.html
2018-04-20