运行配置单元mapreduce作业时出错

vulvrdjw  于 2021-06-28  发布在  Hive
关注(0)|答案(0)|浏览(256)

当我尝试运行涉及mapreduce的配置单元命令时,出现以下错误,请帮助我解决此问题:

hive (hiveclass)> create table companies2 as select * from companies;
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 = hduser_20161105115631_5868a474-de3c-4cc9-80f9-40a6fac60fa2
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_1478325284966_0010, Tracking URL = http://ubuntu:8088/proxy/application_1478325284966_0010/
Kill Command = /home/hduser/hadoop/bin/hadoop job  -kill job_1478325284966_0010

杀戮命令后,什么也没发生。然后我必须按ctrl+c并退出Hive外壳。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题