摘要: 大多数原因是没有配置环境变量 解决方法 1. cd /etc/profile 2. 把这三条加到proflie文件的最后 3.完成后保存文件, 更新环境变量 4. source /etc/profile 最后,我的问题是 export HADOOP_HOME="XXX(hadoop的安装路径)" 在 阅读全文
posted @ 2017-03-04 11:56 gyhuminyan 阅读(14070) 评论(0) 推荐(0)
摘要: 背景:在装完hadoop及jdk之后,在执行start-all.sh的时候出现root@localhost's password:localhost:permission denied,please try again。可是,我记得当时设置的密码是对的,无论怎么输都不对,并且url中localhos 阅读全文
posted @ 2017-03-04 11:51 gyhuminyan 阅读(15441) 评论(1) 推荐(5)
摘要: 系统为ubuntu 16.04, 在准备通过SecureCRT连接系统时,出现Connection timed out 的问题。 1.首先输入ssh localhost 指令查看ssh是否安装和启动,结果发现connect to host localhost port 22:Connection r 阅读全文
posted @ 2017-03-04 10:01 gyhuminyan 阅读(4434) 评论(0) 推荐(0)