[ 
https://issues.apache.org/jira/browse/HIVE-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bennie Schut updated HIVE-1019:
-------------------------------

    Attachment: HIVE-1019.patch

This was a two part problem. On Utilities we sometimes synchronize on 
"Utilities" and sometimes on "gWorkMap" where in these cases it should always 
be "gWorkMap". The seconds part is we use the jobname as unique id to get jobs 
from this map. But the name is actually not unique. I have jobnames like this: 
"select distinct login_cl...chatsessions_load(Stage-1)" and they are not all 
the same job.

the second part is some static inner classes in for instance HiveInputFormat 
and CombineHiveInputFormat.

This seems to fix the problem for me.

> java.io.FileNotFoundException: HIVE_PLAN (No such file or directory)
> --------------------------------------------------------------------
>
>                 Key: HIVE-1019
>                 URL: https://issues.apache.org/jira/browse/HIVE-1019
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>            Reporter: Bennie Schut
>            Priority: Minor
>             Fix For: 0.5.0
>
>         Attachments: 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.

Reply via email to