You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ning Zhang (JIRA)" <ji...@apache.org> on 2010/08/23 04:49:16 UTC

[jira] Commented: (HIVE-1582) merge mapfiles task behaves incorrectly for 'inserting overwrite directory...'

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

Ning Zhang commented on HIVE-1582:
----------------------------------

Is hive.merge.mapfiles=true? If so the second merge job should be fired. Am I missing something?

> merge mapfiles task behaves incorrectly for 'inserting overwrite directory...'
> ------------------------------------------------------------------------------
>
>                 Key: HIVE-1582
>                 URL: https://issues.apache.org/jira/browse/HIVE-1582
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: He Yongqiang
>
> hive> 
>     > 
>     > 
>     >      SET hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat;
> hive>            SET hive.exec.compress.output=false;
> hive>                INSERT OVERWRITE DIRECTORY 'xxxxx'
>     >                  SELECT yyyy from  a;
> Total MapReduce jobs = 2
> Launching Job 1 out of 2
> Number of reduce tasks is set to 0 since there's no reduce operator
> ......
> Ended Job = job_201008191557_54169
> Ended Job = 450290112, job is filtered out (removed at runtime).
> Launching Job 2 out of 2
> .....
> the second job should not get started.

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