[
https://issues.apache.org/jira/browse/HIVE-11400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Feng Yuan updated HIVE-11400:
-----------------------------
Description:
when i run a task like "insert overwrite table a (select * from b join select
* from c on b.id=c.id) tmp;" it will get stuck on latest job.(eg. the parser
explain the task has 3 jobs,but the third job(or stage) will never get
executed).
there have two files:
1.hql explain file.
2.running logs.
you will see the stage-0 in explain file is Move Operation,but you will not see
it in the running logs.and the fact is 16 of 17 jobs has complete(actually the
13th job get lost?i dont see anywhere in the logs),but the 17th job get hanged
forever.
there are someone can help this?
Thanks for you very much~!
was:
when i run a task like "insert overwrite table a (select * from b join select
* from c on b.id=c.id) tmp;" it will get stuck on latest stage.(eg. the parser
explain the task has 3 jobs,but the third job(or stage) will never get
executed).
there have two files:
1.hql explain file.
2.running logs.
you will see the stage-0 in explain file is Move Operation,but you will not see
it in the running logs.and the fact is 16 of 17 jobs has complete(actually the
13th job get lost?i dont see anywhere in the logs),but the 17th job get hanged
forever and i dont see any words like "Loading data to table "in logs.
there are someone can help this?
Thanks for you very much~!
Summary: insert overwrite task awasy stuck at latest job (was: insert
overwrite task awasy stuck at latest Move Operator.)
> insert overwrite task awasy stuck at latest job
> -----------------------------------------------
>
> Key: HIVE-11400
> URL: https://issues.apache.org/jira/browse/HIVE-11400
> Project: Hive
> Issue Type: Bug
> Components: Hive, Query Processor
> Affects Versions: 0.14.0
> Environment: hadoop 2.6.0,centos 6.5
> Reporter: Feng Yuan
> Attachments: failed_logs, success_logs, task_explain
>
>
> when i run a task like "insert overwrite table a (select * from b join
> select * from c on b.id=c.id) tmp;" it will get stuck on latest job.(eg. the
> parser explain the task has 3 jobs,but the third job(or stage) will never get
> executed).
> there have two files:
> 1.hql explain file.
> 2.running logs.
> you will see the stage-0 in explain file is Move Operation,but you will not
> see it in the running logs.and the fact is 16 of 17 jobs has
> complete(actually the 13th job get lost?i dont see anywhere in the logs),but
> the 17th job get hanged forever.
> there are someone can help this?
> Thanks for you very much~!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)