這門課我的學習筆記,有源碼和ppt筆記,在github上,有興趣可以參考,
https://github.com/fpkgithub/BigDataLearning
https://github.com/fpkgithub/BigDataLearning
2018-05-22
已采納回答 / 玨子
出現了java.io.FileNotFoundException: matrix2 的錯誤?修改mapper2@Override protected void setup(Context context) throws IOException, InterruptedException { super.setup(context); //通過輸入流將全局緩存變量中的 右側矩陣 讀入List<String>中 Configuration conf = context.getConfigur...
2018-05-15
已采納回答 / 愛新覺羅_啟星
沒有,兩個的側重點不一樣,mapReduce適合對實時性要求不高的計算(計算時中間結果溢寫到磁盤),io消耗大,spark是基于內存的計算框架,計算速度是很快的。一個是 時間換空間 另一個是 空間換時間。
2018-05-10
代碼地址: https://github.com/nameistw/BigData/tree/master/hadoop/recommend
2018-04-29