hadoop 学习过程

1. quickstart 
   主要是配置 JAVA_HOME 
2. hdfs 
    hdfs_design ,中文 
    http://www.blogjava.net/killme2008/archive/2008/06/05/206043.html 
    明白了 hdfs 架构。 
    
    hdfs_user_guide , 
    http://www.blogjava.net/killme2008/archive/2008/08/14/222097.html 
    进一步明白了。 
3. 实际操作 
   参考 
     http://www.infoq.com/cn/articles/hadoop-config-tip。 
   log: 
     修改了 export. 
   hadoop_site.xml: 
    用 ip. 
4. bin/start-all.sh 
   bin/hadoop fs -mkdir test1 
   访问: 
     http://*:50070 
     http://*:50030 
   一起ok. 
   查看 log : 
5. 
  在 windows,用 cygwin 
  把 hadoop_site.xml 搞成与服务器一样 
   
  访问 bin/hadoop fs -ls / 
   ok. 

6. 下一步准备 fileacessapi. 

感觉: 
  很多中文翻译挺有用。 

 

转自:http://stephen80.iteye.com/blog/259133

你可能感兴趣的:(.net,xml,windows,hadoop,ITeye)