You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Leena Gupta <gu...@gmail.com> on 2014/09/24 00:31:18 UTC

Hiveserver Error : Hiveserver.java.readResults Error: File /tmp/***/pipeout not found

Hello,

I am trying to run a query on Hive from a reporting tool but it fails with
a File not found exception. I am using hiverserver1.
>From the /tmp/user/hive.log file, I can see that the Map reduce jobs
completed fine, but in the end of the file I see the following error. Any
pointers on what might be causing this issue ? Here is a snippet from the
log file:


2014-09-23 15:32:39,712 ERROR service.HiveServer
(HiveServer.java:readResults(392)) - File
/tmp/user/6e878275-de0c-46fd-a718-53e9bbf75dd32652576951214936161.pipeout
not found.
java.io.FileNotFoundException:
/tmp/user/6e878275-de0c-46fd-a718-53e9bbf75dd32652576951214936161.pipeout
(No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:120)
        at java.io.FileReader.<init>(FileReader.java:55)
        at
org.apache.hadoop.hive.service.HiveServer$HiveServerHandler.readResults(HiveServer.java:390)
        at
org.apache.hadoop.hive.service.HiveServer$HiveServerHandler.fetchN(HiveServer.java:442)
        at
org.apache.hadoop.hive.service.ThriftHive$Processor$fetchN.getResult(ThriftHive.java:692)
        at
org.apache.hadoop.hive.service.ThriftHive$Processor$fetchN.getResult(ThriftHive.java:676)
        at
org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
        at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
        at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:244)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
        at java.lang.Thread.run(Thread.java:662)

Thanks!