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