這門課我的學(xué)習(xí)筆記,有源碼和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)
報(bào)這個錯誤時(shí)需要將舊版的 API org.apache.hadoop.mapred.FileInputFormat;
換成 org.apache.hadoop.mapreduce.lib.input.FileInputFormat;
報(bào)這個錯誤時(shí)需要將舊版的 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
建議大家可以先看一下這個博客
主要講解如何配置虛擬機(jī)centos,安裝配置hadoop環(huán)境,將eclipse與hadoop連接
http://www.cnblogs.com/xia520pi/category/346943.html
主要講解如何配置虛擬機(jī)centos,安裝配置hadoop環(huán)境,將eclipse與hadoop連接
http://www.cnblogs.com/xia520pi/category/346943.html
2018-04-20