hive> insert overwrite table sa select id from te;
WARNING: Hive-on-MR is deprecated in Hive 2 and may not be available in the future versions. Consider using a different execution engine (i.e. spark, tez) or using Hive 1.X releases.
Query ID = root_20170216055248_a12e429f-db15-4e4a-8b5e-0eb2dc4ef60b
Total jobs = 3
Launching Job 1 out of 3
Number of reduce tasks is set to 0 since there's no reduce operator
Starting Job = job_1487253081716_0001, Tracking URL = http://master:8088/proxy/application_1487253081716_0001/
Kill Command = /opt/hadoop/hadoop-2.7.3/bin/hadoop job -kill job_1487253081716_0001
执行到此处没反应,怎么解决
在yarn页面看你启动的mr程序页面里面的日志,可以详细看到哪里出错了
从上面的报错暂时看不出什么错误