我已经在 hadoop 上设置了 tez。我正在select COUNT(DISTINCT first_name) from user_test where country='India';
使用 hive 运行查询。
当我使用hive.execution.engine=mr
(mr) 作为执行环境时,Job 执行成功,并且日志也可以在 Hadoop UI 上看到。但是当我运行相同的工作时,tez
我遇到了错误,而且我也无法找到日志。
Launching Job 1 out of 1
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask
我无法找到错误的详细日志,在哪里生成日志文件的任何帮助。