An internal error occurred during: "Map/Reducelocation status updater".java.lang.NullPoint

Posted 我们的问题主要是读书不多而想得太多

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了An internal error occurred during: "Map/Reducelocation status updater".java.lang.NullPoint相关的知识,希望对你有一定的参考价值。

当我们运行wordcount代码时,出现报错,如下所示:

An internal error occurred during: "Map/Reducelocation status updater".java.lang.NullPointerException

 

原因:

代码中指定的输入输出文件夹,在hadoop的hdfs中并不存在。

解决方案:

在hdfs上创建输入输出文件夹,步骤如下所示:
1、进入hadoop下的bin目录
2、检查hdfs中是否已存在输出输入目录(output/input): hadoop fs -ls / 注意:后面的斜杠必须有,它表示你要检查的目录是hdfs的根目录。
3、创建输入目录:hadoop fs -mkdir /input
4、创建输出目录:hadoop fs -mkdir /output

 后序:运行wordcount代码时,需要指定输入目录及输出目录的,若我们按照此操作,该问题是不会出现的。问题出现时,需检讨我们的操作习惯。

 




以上是关于An internal error occurred during: "Map/Reducelocation status updater".java.lang.NullPoint的主要内容,如果未能解决你的问题,请参考以下文章

eclipse启动错误An internal error occurred

Internal error. Please report to https://code.google.com/p/an

关于xib控件变成框框An internal error occurred

关于eclipse的"An internal error occurred during"的错误

myeclipse部署时An internal error occurred 错误的几种情况

Eclipse-An internal error occurred during: "Initializing Java Tooling"