hadoop创建两大错误:Bad connection to FS. command aborted. exception和Shutting down NameNod...
我的hadoop启动后,各个节点都正常,但是无法查看hdfs目录,错误提示
Bad connection to FS. command aborted. 查了下网上的解决办法,主要是删除tmp下的所有文件,然后格式化就可以了。
原文:http://www.tuicool.com/articles/J7R3mei
问题目录表:
Bad connection to FS. command aborted. exception: Call to localhost/127.0.0.1:8888
failed on connection exception: java.net.ConnectException: Connection refused
遇到错误:
Error代码 
- 11 / 08 / 18 14 : 56 : 37 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 8888 . Already tried 0 time(s).
- 11 / 08 / 18 14 : 56 : 39 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 8888 . Already tried 1 time(s).
- 11 / 08 / 18 14 : 56 : 41 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 8888 . Already tried 2 time(s).
- 11 / 08 / 18 14 : 56 : 43 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 8888 . Already tried 3 time(s).
- 11 / 08 / 18 14 : 56 : 45 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 8888 . Already tried 4 time(s).
- 11 / 08 / 18 14 : 56 : 47 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 8888 . Already tried 5 time(s).
- 11 / 08 / 18 14 : 56 : 49 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 8888 . Already tried 6 time(s).
- 11 / 08 / 18 14 : 56 : 51 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 8888 . Already tried 7 time(s).
- 11 / 08 / 18 14 : 56 : 53 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 8888 . Already tried 8 time(s).
- 11 / 08 / 18 14 : 56 : 55 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 8888 . Already tried 9 time(s).
Error代码 
- Bad connection to FS. command aborted. exception : Call to localhost/ 127.0 . 0.1: 88
- 88 failed on connection exception: java.net.ConnectException: Connection refused
- : no further information
- <span style= "color: #ff0000;" >
- </span>
错误提示“Bad connection to FS. command aborted. exception: Call to localhost/127.0.0.1:88
88 failed on connection exception: java.net.ConnectException: Connection refused
: no further information”
起初怀疑是fs服务没有启动,但反复关闭启动多次后仍没用,请教高手后,被建议重新格式化namenode,就可以了。
格式化指令如下(在hadoop的bin目录下):
Shell代码 
- $ ./hadoop namenode -format
成功 之后重启hadoop就可以了
2,如果显示的像一下错误信息:
Error代码 
- $ bin/hadoop fs -ls /
- 11 / 08 / 18 17 : 02 : 35 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 9000 . Already tried 0 time(s).
- 11 / 08 / 18 17 : 02 : 37 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 9000 . Already tried 1 time(s).
- 11 / 08 / 18 17 : 02 : 39 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 9000 . Already tried 2 time(s).
- 11 / 08 / 18 17 : 02 : 41 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 9000 . Already tried 3 time(s).
- 11 / 08 / 18 17 : 02 : 43 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 9000 . Already tried 4 time(s).
- 11 / 08 / 18 17 : 02 : 45 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 9000 . Already tried 5 time(s).
- 11 / 08 / 18 17 : 02 : 46 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 9000 . Already tried 6 time(s).
- 11 / 08 / 18 17 : 02 : 48 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 9000 . Already tried 7 time(s).
- 11 / 08 / 18 17 : 02 : 50 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 9000 . Already tried 8 time(s).
- 11 / 08 / 18 17 : 02 : 52 INFO ipc.Client: Retrying connect to server: localhost/127.0 . 0
- . 1 : 9000 . Already tried 9 time(s).
Error代码 
- Bad connection to FS. command aborted.
错误提示“Bad connection to FS. command aborted.”
把你DataNode上的DFS数据全删了,再重新格式化NameNode。
即:先将你D盘下tmp目录下所有文件删了,在重复上面第一点的过程
3, 在cygwin上执行wordcount时报FileNotFoundException
原因: tmp路径有问题。配置文件mapred-site.xml中mapred.child.tmp默认是"./tmp",在windows里会出问题
解决:将其改为D:/tmp(这个是windows下默认的,听说改成其他绝对路径也可以,会自动创建),之后重启hadoop即可
hadoop创建两大错误:Bad connection to FS. command aborted. exception和Shutting down NameNod...的更多相关文章
- hadoop创建两大错误:Bad connection to FS. command aborted. exception和Shutting down NameNode at hadoop
1.问题目录表: Error代码 failed on connection exception: java.net.ConnectException: Connection refused 3. ...
- Bad connection to FS. command aborted. exception: Call to chaoren/192.168.80.100:9000 failed on connection exception: java.net.ConnectException: Connection refused
Bad connection to FS. command aborted. exception: Call to chaoren/192.168.80.100:9000 failed on conn ...
- hadoop的两大核心之一:HDFS总结
什么是HDFS? hadoop distributed file system(hadoop分布式文件系统) 是一种允许文件通过网络在多台主机上分享的文件系统, 可让多机器上的多用户分享文件和存储空间 ...
- Python 数据库的Connection、Cursor两大对象
Python 数据库的Connection.Cursor两大对象 pymysql是Python中操作MySQL的模块,其使用方法和py2的MySQLdb几乎相同. Python 数据库图解流程 Con ...
- hadoop两大核心之一:MapReduce总结
MapReduce是一种分布式计算模型,由Google提出,主要用于搜索领域,MapReduce程序 本质上是并行运行的,因此可以解决海量数据的计算问题. MapReduce任务过程被分为两个处理阶段 ...
- Go 语言的下一个大版本:Go 2.0 被安排上了(全面兼容1.X,改进错误处理和泛型这两大主题)
今年 8 月 Go 开发团队公布了 Go 2.0 的设计草案,包括错误处理和泛型这两大主题.现在备受瞩目的 Go 2.0 又有了新动向 —— 昨日 Go 开发团队在其官方博客表示,Go 2 已经被安排 ...
- 敏捷数据科学:用Hadoop创建数据分析应用
敏捷数据科学:用Hadoop创建数据分析应用(数据分析最佳实践入门敏捷大数据首作分步骤|全流程演示思路.工具与方法) [美]Russell Jurney(拉塞尔·朱尔尼) 著 冯文中 朱洪波 译 ...
- Java轻量级业务层框架Spring两大核心IOC和AOP原理
IoC(Inversion of Control): IOC的基本概念是:不创建对象,但是描述创建它们的方式.在代码中不直接与对象和服务连接,但在配置文件中描述哪一个组件需要哪一项服务.容器负责将这些 ...
- LabVIEW新手5大错误
虽然NI LabVIEW软件长期以来一直帮助工程师和科学家们快速开发功能测量和控制应用,但不是所有的新用户都会遵循LabVIEW编程的最佳方法. LabVIEW图形化编程比较独特,因为只需看一眼用户的 ...
随机推荐
- a++ ++a 文件上传函数错误 smarty模板特点
b = a++; 会先把a初始的值赋值给b,然后a自增1. c = ++a; 先把a自增1,再把增1以后的结果赋值给c. 只要记住在使用的时候 $a++ 是先返回$a,再将$a本身的值改变. ...
- ios开发者证书 签发者无效
2月14日以后,由于苹果更新安全证书:会导致本机制作的所有开发者证书无效: 钥匙串里的开发者证书无法使用 解决方式: 重新下载苹果公司的安全证书,并安装 1: 先在钥匙串里搜索到老的证书,如果有,请先 ...
- Unity3D 5.1烘培 操作
http://blog.csdn.net/asd237241291/article/details/48056575 原创文章如需转载请注明:转载自 脱莫柔Unity3D学习之旅 Unity3D引擎技 ...
- Java位操作全面总结
转载: Java位操作全面总结 在计算机中所有数据都是以二进制的形式储存的.位运算其实就是直接对在内存中的二进制数据进行操作,因此处理数据的速度非常快.在实际编程中,如果能巧妙运用位操作,完全可以达到 ...
- 1.2 认识ASP.NET MVC项目结构
1.开发环境 操作系统:xp.vista.windows 7.windows 8.windows server 2003|2008|2008R2|2012: 集成开发环境IDE: Vsiual Stu ...
- [saiku] 源码整合[maven整合]
saiku源码的整合分为[普通web项目整合]和[maven整合]两种 本节主要是讲解如何整合为maven项目 转载自:http://blog.csdn.net/gsying1474/article/ ...
- struts 标签库注解
在struts2中有着一套像html一样的标签,俗称struts2标签,大多数公司使用ssh都是使用html标签,但为了保持项目的统一性,有的公司还是使用的struts2的标签,下面是一些常用的str ...
- Java 基础知识点(必知必会其二)
1.如何将数字输出为每三位逗号分隔的格式,例如“1,234,467”? package com.Gxjun.problem; import java.text.DecimalFormat; impor ...
- WordPress怎么在页面上添加目录
要实现的如下功能,在页面上添加一个文章目录: 步骤: 1)在wordpress中,在Posts----Categories中建立目录, 2) 3)add new post,指定post所属的cat ...
- uva 1631
1631 Locker A password locker with N digits, each digit can be rotated to 0-9 circularly. You can ro ...