Windows下安装Hadoop开发环境

Windows下安装Hadoop开发环境
准备:

1.Eclipse

2.Java 6+

3.Cygwin

4.Hadoop

1.安装Cygwin
通过链接下载http-://cygwin.-com/setup.exe,打开exe文件,

运行安装程序。
1.显示 Cygwin 欢迎屏幕。
2.单击 Next 进入下一个屏幕,选择要执行的安装类型。
3.单击 Install from Internet。
4.单击 Next,然后选择一个安装目录。
5.安装时一定要确认选择“ openssh ”安装包。通过使用 Start 菜单或双击 Cygwin 图标(如果添加了这些快捷方式的话),启动 Cygwin;也可以执行 Cygwin 目录中的 Cygwin 脚本(比如 C:\cygwin\Cygwin.bat)。

我在安装中遇到了一些问题,按照这篇文章重新安装了一遍就好了论文网 

 

2.安装SSH守护线程
Hadoop连接需要ssh

a.打开 Cygwin 命令环境(以管理员的身份运行)

b.执行以下命令
dell@dell-PC$ chmod +r /etc/group
dell@dell-PC$ chmod +r /etc/passwd
dell@dell-PC$ chmod +rwx /var
dell@dell-PC$ ssh-host-config


*** Query: Overwrite existing /etc/ssh_config file? (yes/no) yes
*** Info: Creating default /etc/ssh_config file
*** Query: Overwrite existing /etc/sshd_config file? (yes/no) yes
*** Info: Creating default /etc/sshd_config file
*** Info: Privilege separation is set to yes by default since OpenSSH 3.3.
*** Info: However, this requires a non-privileged account called 'sshd'.
*** Info: For more info on privilege separation read /usr/share/doc/openssh/READ                                                                                                           
*** Query: Should privilege separation be used? (yes/no) no
*** Info: Updating /etc/sshd_config file

[1] [2] 下一页

Copyright © 2007-2012 www.chuibin.com 六维论文网 版权所有