[ https://issues.apache.org/jira/browse/HIVE-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930368#action_12930368 ]
Joydeep Sen Sarma commented on HIVE-1776: ----------------------------------------- yeah it was - but shoot - i forgot to take out the corresponding call in the finally block to restore the tracker. will upload new patch. these are no longer necessary because we are using a cloned configuration object that is discarded once the task completes. > parallel execution and auto-local mode combine to place plan file in wrong > file system > -------------------------------------------------------------------------------------- > > Key: HIVE-1776 > URL: https://issues.apache.org/jira/browse/HIVE-1776 > Project: Hive > Issue Type: Bug > Reporter: Joydeep Sen Sarma > Assignee: Joydeep Sen Sarma > Attachments: HIVE-1776.1.patch > > > A query (that i can't reproduce verbatim) submits a job to a MR cluster with > a plan file that is resident on the local file system. This job obviously > fails. > This seems to result from an interaction between the parallel execution > (which is trying to run one local and one remote job at the same time). > Turning off either the parallel execution mode or the auto-local mode seems > to fix the problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.