elasticsearch- File not found: File does not exist: reduce.xml

问题描述

File not found: File does not exist: reduce.xml

用hive往elasticsearch中导数据出错(用的命令是INSERT OVERWRITE TABLE doc SELECT s.id,s.name FROM user_f s;)
错误代码如下
16/03/24 13:22:54 [main]: INFO exec.Utilities: File not found: File does not exist: /tmp/hive/hadoop/cf07a2cb-f401-440b-b230-3adb69d7ce9a/hive_2016-03-24_13-22-52_349_3866738858790764474-1/-mr-10001/4166b8bf-0706-4bda-9912-3cab4e82bcde/reduce.xml
at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:71)
at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:61)
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocationsInt(FSNamesystem.java:1828)
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1799)
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1712)
at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:587)
at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getBlockLocations(ClientNamenodeProtocolServerSideTranslatorPB.java:365)
at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java)
at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:616)
at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:969)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2049)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2045)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2043)

16/03/24 13:22:54 [main]: INFO exec.Utilities: No plan file found: hdfs://ubuntu:9000/tmp/hive/hadoop/cf07a2cb-f401-440b-b230-3adb69d7ce9a/hive_2016-03-24_13-22-52_349_3866738858790764474-1/-mr-10001/4166b8bf-0706-4bda-9912-3cab4e82bcde/reduce.xml

解决方案

ubuntu的磁盘空间不足了 删除了一些文件 虽然还是没有这个文件 但是能往下继续运行 获得结果了

解决方案二:

reduce.xml这个文件不存在

时间: 2024-12-21 15:32:23

elasticsearch- File not found: File does not exist: reduce.xml的相关文章

oracle for linux安装报错 file /home/oracle/.Xauthority does not exist

      今天,一新手学oracle,安装完oracle数据库软件后,执行dbca时报错,核心错误是: file /home/oracle/.Xauthority does not exist 然后,使用oracle用户登录数据库后,执行ls -a发现报错,bash:command not found 估计是环境变量配置错了,然后使用root用户登录,root执行ls命令正常,然后cd /home/oracle查看.bash_profile 发现PATH环境变量设置是:export PATH=

MySQL中can't create PID file: No such file or directory错误的解决方法

风信网(ithov.com)原创文章:安装mysql完成之后,启动mysql报以下错误信息 [root@localhost mysql]# /usr/local/mysql/bin/mysqld_safe & 131206 22:50:00 mysqld_safe Logging to '/var/log/mysqld.log'. 131206 22:50:00 mysqld_safe Starting mysqld daemon with databases from /data/mysql/

编程-File f = new File("a.txt") 这种写法是什么意思

问题描述 File f = new File("a.txt") 这种写法是什么意思 File f = new File("a.txt") 这种写法不写目录,java是把文件放到内存中了吗? 解决方案 表示当前目录,就是你可执行程序所在的目录 解决方案二: 楼上说的对,就是当前程序执行的目录 解决方案三: 相对路径 解决方案四: 当前目录,也就是和java代码在同一级的目录下. 解决方案五: 你的可执行程序所在的目录,也就是说你的a.txt文件必须和可执行文件在同一目

svnserve:error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory

使用yum安装svn 开启svnserver是遇到如下问题: svnserve:error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory 缺少了apache的apr-util的支持. 于是再安装一下yum install -y apr-util就好了.

Caused by: org.xml.sax.SAXParseException; systemId: file:/home/hadoop/hive-0.12.0/conf/hive-site.xml; lineNumber: 5; columnNumber: 2; The markup in th

1:Hive安装的过程(Hive启动的时候报的错误),贴一下错误,和为什么错,以及解决方法: 1 [root@master bin]# ./hive 2 17/12/11 23:22:56 INFO Configuration.deprecation: mapred.input.dir.recursive is deprecated. Instead, use mapreduce.input.fileinputformat.input.dir.recursive 3 17/12/11 23:22

libGraphicsMagickWand.so: cannot open shared object file: No such file or directory stack traceback:

  参考博文:http://www.linuxidc.com/Linux/2016-07/133213.htm       ==>> Check Passed, the num of bbox and frames are equal ...qlua: ...iao/torch/install/share/lua/5.1/graphicsmagick/Image.lua:322: libGraphicsMagickWand.so: cannot open shared object file:

根据url生成File,判断File属性

问题描述 Filefile=newFile("http://10.41.168.199/vio/111.JPG");System.out.println(file);显示为"http:/10.41.168.199/vio/111.JPG",因此获取不到该FTP图片服务器上的图片.请高手帮忙解决,我想获取到该图片的大小.内容还有是否在FTP服务器上是完整上传的,这些我已经知道怎么获取了,但是为什么new出来的File会少一个斜杠呢?求解 解决方案 解决方案二:是否被转

Save a File Using a File Save Dialog Box_javascript技巧

Demonstration script that allows you to enter a file name in a File Save dialog box, and then saves a sample text file (consisting entirely of the current date) under that file name.  Supported Platforms Windows Server 2003  No Windows XP  Yes Window

Writing Text to a File (Visual Basic)

visual This example writes a string to a text file using the WriteLine method of the StreamWriter class. ExampleDim file As New System.IO.StreamWriter("c:\test.txt")file.WriteLine("Here is the first line.")file.Close()Compiling the Cod