You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2018/03/01 07:39:00 UTC

[jira] [Created] (HIVE-18833) Auto Merge fails when "insert into directory as orcfile"

Daniel Dai created HIVE-18833:
---------------------------------

             Summary: Auto Merge fails when "insert into directory as orcfile"
                 Key: HIVE-18833
                 URL: https://issues.apache.org/jira/browse/HIVE-18833
             Project: Hive
          Issue Type: Bug
            Reporter: Daniel Dai
            Assignee: Daniel Dai


Here is the reproduction:
{code}
set mapreduce.job.reduces=2;
set hive.merge.tezfiles=true;
INSERT OVERWRITE DIRECTORY 'output' stored as orcfile select age, avg(gpa) from student group by age;
{code}

Error message: File Merge Stage after Maps completion is considering input as "input format: org.apache.hadoop.mapred.TextInputFormat" instead of "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)