Sahil Desai
Sahil Desai

Reputation: 3696

HIve2 with Tez gives Execution Error

I am using Hive2 with Tez. When I run the query it gives execution error which shown below.

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: Can not create a Path from an empty string

Upvotes: 1

Views: 1239

Answers (1)

user8510050
user8510050

Reputation:

You have to put tez tar into local hdfs (/user/hadoop/tez) also set this path tez.lib.uris in tez-site.xml (tez/conf/tez-site.xml).

Upvotes: 1

Related Questions