无聊毛豆

文章
6
资源
0
加入时间
3年0月21天

c++11使用容器管理线程对象

#include <iostream>#include <string>using namespace std;void run(int a){ std::cout << a << std::endl; std::cout << "子线程ID = " << std::this_thread::get_id()

最近学习hadoop和spark的一些心得

对于新人来说,学习hadoop和spark最大的门槛就是如何安装它们俩,网上有很多关于这方面的信息,但是有挺多安装过程是有问题的,或者是没有具有普遍性,所以当选择错了安装教程后,有时候可能会导致浪费了很多的时间,下面是我觉得非常好的安装教程。我是通过这些教程成功安装hadoop和spark的http://www.powerxing.com/install-hadoop/     单机版和伪分布