
hadoop
晴典
这个作者很懒,什么都没留下…
展开
-
linux安装ssh Server
安装ssh Server [html] view plaincopysudo apt-get install openssh-server 然后确认sshserver是否启动了:ps -e |grep ssh如果只有ssh-agent那ssh-server还没有启动,需要/etc/init.d/ssh start,如果看到sshd那转载 2014-09-09 18:15:56 · 851 阅读 · 0 评论 -
hadoop配置ssh
Setup passphraseless sshNow check that you can ssh to the localhost without a passphrase: $ ssh localhostIf you cannot ssh to localhost without a passphrase, execute the following comma转载 2014-09-09 18:17:48 · 503 阅读 · 0 评论 -
Ubuntu14.04下安装Hadoop2.4.0 (伪分布模式)
一、配置core-site.xml /usr/local/hadoop/etc/hadoop/core-site.xml 包含了hadoop启动时的配置信息。 编辑器中打开此文件 sudo gedit /usr/local/hadoop/etc/hadoop/core-site.xml转载 2014-09-09 16:47:31 · 761 阅读 · 0 评论 -
启动hadoop时报错Could not resolve hostname
还是本地库的问题我也没遇到过这样的问题,搜索了一下可以试试添加环境变量export HADOOP_COMMON_LIB_NATIVE_DIR=${HADOOP_PREFIX}/lib/nativeexport HADOOP_OPTS="-Djava.library.path=$HADOOP_PREFIX/lib"原创 2014-09-09 19:17:41 · 1278 阅读 · 1 评论