摘要: 1.3台机器执行[root@hadoop001 ~]# ssh-keygenGenerating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa): Created director 阅读全文
posted @ 2017-10-11 10:44 yangbk 阅读(805) 评论(0) 推荐(0)
摘要: 一、Hadoop之三大组件 HDFS———->数据存储 MapReduce—>作业计算框架 Yarn———–>资源调度 二、HDFS 1、启动HDFS查看进程 1 2 3 4 5 6 2、由此可见HDFS进程有三个,分别为NameNode(nn)、DateNode(dn)、SecondaryName 阅读全文
posted @ 2017-10-11 10:24 yangbk 阅读(1669) 评论(0) 推荐(0)