You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2010/11/10 00:40:23 UTC

[jira] Commented: (HIVE-1776) parallel execution and auto-local mode combine to place plan file in wrong file system

    [ https://issues.apache.org/jira/browse/HIVE-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930359#action_12930359 ] 

Ted Yu commented on HIVE-1776:
------------------------------

This line is removed from MapRedTask.java:

ctx.setOriginalTracker(conf.getVar(HiveConf.ConfVars.HADOOPJT));

I assume this is intentional.




> 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.