带有tez的hive2出现执行错误

70gysomp  于 2021-06-26  发布在  Hive
关注(0)|答案(1)|浏览(421)

我正在用hive2和tez。当我运行查询时,它会给出如下所示的执行错误。

FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask

ERROR [432a4475-d246-4596-ad4c-54de6fea86c8 main] exec.Task: Failed to execute tez graph.

java.lang.illegalargumentexception:无法从空字符串创建路径

4xrmg8kj

4xrmg8kj1#

您必须将tez tar放入本地hdfs(/user/hadoop/tez)并设置此路径 tez.lib.uris 在tez-site.xml(tez/conf/tez site.xml)中。

相关问题