You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org> on 2010/07/08 21:34:50 UTC

[jira] Updated: (HIVE-1454) insert overwrite and CTAS fail in hive local mode

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

Joydeep Sen Sarma updated HIVE-1454:
------------------------------------

    Attachment: hive-1454.1.patch

> insert overwrite and CTAS fail in hive local mode
> -------------------------------------------------
>
>                 Key: HIVE-1454
>                 URL: https://issues.apache.org/jira/browse/HIVE-1454
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Joydeep Sen Sarma
>            Assignee: Joydeep Sen Sarma
>            Priority: Blocker
>             Fix For: 0.6.0
>
>         Attachments: hive-1454.1.patch
>
>
> this is because of the changes in HIVE-543. We switched to using local storage for intermediate data for local mode queries. However there are code paths that are incorrectly allocating intermediate storage where they should be allocating external file system storage (based on table/directory uri). This is causing regressions in running queries in local mode.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.