这门课我的学习笔记,有源码和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