[ https://issues.apache.org/jira/browse/HIVE-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970252#action_12970252 ]
Leo Alekseyev commented on HIVE-1019: ------------------------------------- I get very similar errors when running multiple jobs through JDBC with lots of mappers. After a while, the jobs start crapping out with e.g. {{java.lang.RuntimeException: java.io.FileNotFoundException: HIVE_PLAN67464971-325d-43bd-8822-c1a5873eb6ef (No such file or directory)}} There is a UUID after HIVE_PLAN, but I see that this issue is still open -- so is the fix not complete?.. Is it a separate issue? Can someone explain what's going on here so that I can try to set up some reproducible tests?.. I am running a fairly fresh (a few months old) trunk build of Hive. > java.io.FileNotFoundException: HIVE_PLAN (No such file or directory) > -------------------------------------------------------------------- > > Key: HIVE-1019 > URL: https://issues.apache.org/jira/browse/HIVE-1019 > Project: Hive > Issue Type: Bug > Affects Versions: 0.6.0 > Reporter: Bennie Schut > Assignee: Bennie Schut > Priority: Minor > Fix For: 0.7.0 > > Attachments: HIVE-1019-1.patch, HIVE-1019-2.patch, HIVE-1019-3.patch, > HIVE-1019-4.patch, HIVE-1019-5.patch, HIVE-1019-6.patch, HIVE-1019-7.patch, > HIVE-1019-8.patch, HIVE-1019.patch, stacktrace2.txt > > > I keep getting errors like this: > java.io.FileNotFoundException: HIVE_PLAN (No such file or directory) > and : > java.io.IOException: cannot find dir = > hdfs://victoria.ebuddy.com:9000/tmp/hive-dwh/801467596/10002 in > partToPartitionInfo! > when running multiple threads with roughly similar queries. > I have a patch for this which works for me. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.