摘要:
http://www.freelancer.com/https://www.elance.com/http://www.douban.com/group/Elance/http://www.52freelancer.com/http://www.oschina.net/question/939797_89447?sort=default&p=1#answershttp://www.freelancer-life.cn/freelancer-websites/get-a-freelancer.htmlhttp://php.js.cn/blog/elance-tixian-meiyuan- 阅读全文
摘要:
分布式文件系统比较出名的有HDFS和 GFS,其中HDFS比较简单一点。本文是一篇描述非常简洁易懂的漫画形式讲解HDFS的原理。比一般PPT要通俗易懂很多。不难得的学习资料。1、三个部分: 客户端、nameserver(可理解为主控和文件索引,类似linux的inode)、datanode(存放实际数据)在这里,client的形式我所了解的有两种,通过hadoop提供的api所编写的程序可以和hdfs进行交互,另外一种就是安装了hadoop的datanode其也可以通过命令行与hdfs系统进行交互,如在datanode上上传则使用如下命令行:bin/hadoop fs -put example 阅读全文