[
https://issues.apache.org/jira/browse/HIVE-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901250#action_12901250
]
Ning Zhang commented on HIVE-1582:
----------------------------------
I'm confused. Do you mean the second job should not be started or the second
job should not be filtered out? I've tested the behaviors before and after
HIVE-1307, and they are the same and always fires the merge job.
> 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.