[
https://issues.apache.org/jira/browse/HIVE-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805175#action_12805175
]
Bennie Schut commented on HIVE-1019:
------------------------------------
First few lines of the patch when I download it look like this:
Index: ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java
===================================================================
--- ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java (revision
903125)
+++ ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java (working copy)
Plus I tried the patch doing this:
patch -p0 < HIVE-1019-1.patch
So it should work right?
it should only be the "HIVE-1019-1.patch" the other one is the old file and a
stacktrace showing the problem.
> 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.6.0
> Reporter: Bennie Schut
> Priority: Minor
> Fix For: 0.6.0
>
> Attachments: HIVE-1019-1.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.