Hadoop上路_08-在win7中配置eclipse链接Ubuntu内的hadoop

1.设置Ubuntu静态IP:  

hm@hm-ubuntu:~$ ifconfig

           

        1)配置网卡参数到interfaces文件:  

hm@hm-ubuntu:~$ sudo gedit /etc/network/interfaces

                    

        2)重启网卡:   

hm@hm-ubuntu:~$ sudo /etc/init.d/networking restart

                 
                再次查看网卡配置:  
                   

java

2.配置Ubuntuhosts:  

hm@hm-ubuntu:~$ sudo gedit /etc/hosts

           

        重启Ubuntu  

node

3.配置VirtualBox虚拟机的网络链接: 

        注意切换当前使用的网卡。
         
  shell

4.配置Win7hosts:  

           
 

5.Win7eclipse中配置Map/Reduce链接: 

        1)基本模式: 

                  

        2)高级模式(可选): 

               针对hdfs-site.xml文件:  
                apache

               针对core-site.xml文件:  
                    ubuntu

        3错误:   

                    链接到Map/Reduce地址错误
Cannot connect to the Map/Reduce location: ubuntu Call to hm-ubuntu/192.168.1.251:9001 failed on connection exception: java.net.ConnectException: Connection refused: no further information

          
 

                解决:   
                      下一步。

网络

6.修改UbuntuHadoop的配置:  

        1%hadoop%/conf/core-site.xml:  

                

        2%hadoop%/conf/mapred-site.xml:   

                

        3)从新格式化HDFS: 

hm@hm-ubuntu:~$ hadoop namenode -format   

hm@hm-ubuntu:~$ start-all.sh

        4Ubuntueclipse的配置: 

                 

                 错误:   
               

                 解决: 
                        修改
/etc/hosts文件: 
                          

                  重启Ubuntu  

eclipse

7.运行Win7eclipse:  

        1Ubuntu中的情况: 

                

                  

        2Win7中的情况: 

                错误: 
                        权限控制异常:拒绝访问:用户=Win7用户,权限=*,可用名单="system":Ubuntu用户:超级用户组:rwx------ 

Error: org.apache.hadoop.security.AccessControlException:Permission denied: user=Administrator, access=READ_EXECUTE, inode="system":hm:supergroup:rwx------   

               
   oop

                 

              解决:  
                   下一步。  

spa

8.修改Win7的用户:   

        1)修改Administratorhm: 

                控制面板,用户帐户,管理其余帐户,双击“Administrator”,更改帐户名称:  .net

                   

        2)修改用户组:  

               右键“计算机”,管理,本地用户和组,用户:  

                 

               修改组名: 

               

        3)重启eclipse:  

                 

        4)修改Win7用户方式二:建立hm用户:  

            (1)控制面板,用户帐户,管理其余帐户,建立一个新帐户:   

                

            (2)设置密码(可选):   

              

             (3)切换用户:   

                

             (4)而后可能会有不少意外...    

              略  - end 

相关文章
相关标签/搜索