欢迎来到天天文库
浏览记录
ID:32657940
大小:74.70 KB
页数:11页
时间:2019-02-14
《hadoop详细安装配置过程》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、Hadoop学习第一步之基础环境搭建1•下载并安装ubuntukylin-15.10-desktop-amd64.iso2•安装sshsudoapt-getinstallopenssh・serve「openssh・client3.搭建vsftpd#sudoapt・getupdate#sudoapt-getinstallvsftpd配置参考httD://www.linuxidc.com/Linux/2015-01/111970.htmhttD://jinqvan.baidu.com/article/67508eb4d6c4fd9ccb
2、l.ce470.htmlhttp://zhidao.baidu.com/link?url=vEmPmq5sV6IUfT4qZqivtiHtXWUoAQalGAL7bOC5XrTumpLRDfa-OmFcTzPetNZUqAiOhqjBGGdpnldob6hL5IhqtGVWDGSmS88iLvhC04Cvsftpd的开始、关闭和重启$sudo/etc/init.d/vsftpdstart#开始$sudo/etc/init.d/vsftpdstop#关闭$sudo/etc/init.d/vsftpdrestart#重启4•安装jdkl
3、.7sudochown・Rhadoop:hadoop/optcp/soft/jdk-7u79・linux-x64.gz/optsudovi/etc/profilealiasuntar=tar-zxvfsudosource/etc/profilesource/etc/profileuntarjdk环境变量配置#vi/etc/profile•在profile文件最后加上#setjavaenvironmentexportJAVA_HOME=/opt/jdkl.7.0_79exportCLASSPATH=.:$JAVA_HOME/lib/d
4、t.jar:$JAVA_HOME/lib/tools.jarexportPATH=$JAVA_HOME/bin:$PATH配置完成后,保存退岀。•不重启,更新命令#source/etc/profile•测试是否安装成功#Java-version其他问题:1・sudo出现unabletoresolvehost解决方法参考httD://bloq・csdn.net/yuNhiyuxia/article/details/'l99986652.Linux开机时停在Startingsendmail不动了的解决方案参考httD://bloq・ch
5、inaunix・net/uid-21675795-id-356995.html3.ubuntu安装软件时出现E:Unabletolocatepackagevsftpd参考htto://www・ithao123.cn/content-2584008.html4.[Linux/Ubuntu]vi/vim使用方法讲解参考httD://www・cnblogs・com/emanlee/archive/2011/m0/2243930.html分类:Hadoop克隆master虚拟机至nodel.node2分别修改master的主机名为maste
6、r>nodeI的主机名为nodel>node2的主机名为node2(启动nodeIxnode2系统默认分配递增ip,无需手动修改)分別修改/etc/hosis中的ip和主机名(包含其他节点ip和主机名)配置ssh免密码连入hadoopOnodel:ssh-keygen・tdsa・P''・f~/•ssh/id_dsaGeneratingpublic/privatedsakeypair.Createddirectory1/home/hadoop/.ssh1.Youridentificationhasbeensavedin/home/ha
7、doop/.ssh/id_dsaeYourpublickeyhasbeensavedin/home/hadoop/•ssh/id_dsa>pub・Thekeyfingerprintis:SHA256:B8vEju/uc3kl/v91rMqtlXttttCcXgRkQPbVoUhadoop@nodelThekey1srandomartimageis:+——[DSA1024]+I...o.o.Io+.E•I.oo+I..++IIo+.oooo+I=O.•O.OOO.O•IIO—•+=O•+++•+4[SHA256]bhadoop@nod
8、el:$cd.sshhadoop@nodel:~/•ssh$11总用量16drwx2hadoophadoop4096Jul2420:31•/drwxr-xr-x18hadoophadoop4096Jul2420:31../-rw1ha
此文档下载收益归作者所有