[ 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 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 Don't know what the reason. 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 will never get launched! Even not being assgined AppId like job_123XXX). there i have two logs: 1.hql explain. 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,but the 17th job get hanged forever and i Don't know what the reason. there are someone can help this? Thanks for you very much~! > insert overwrite task awasy stuck at latest Move Operator. > ---------------------------------------------------------- > > 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: running_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 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 Don't know what the reason. > there are someone can help this? > Thanks for you very much~! -- This message was sent by Atlassian JIRA (v6.3.4#6332)