Created 03-21-2017 03:28 PM
Hello community,
We are running HDP 2.5 with a kerberos setup. We have installed and configured Hue 3.12 and all editors are working fine.
From Hue Hive editor, Map Reduce is working fine:
SET hive.execution.engine=mr; SELECT count(*) FROM <my_table>;
But if I execute the same query using Tez:
SET hive.execution.engine=tez; SELECT count(*) FROM <my_table>;
I am getting the following error:
org.apache.tez.dag.api.TezUncheckedException: Invalid configuration of tez jars, tez.lib.uris is not defined in the configuration
The property tez.lib.uris is correctly set in Ambari to
tez.lib.uris = /hdp/apps/${hdp.version}/tez/tez.tar.gz
Tez is indeed correctly configured since from the command line, both queries are returning successfully.
So it's a Hue + Hive + Tez configuration issue.
Has anyone a hint on how to investigate this further?
Thanks a lot,
Tristan
Created 03-21-2017 03:32 PM
We also run an original version of Hue 2.6 that has exactly the same problem.
Created 03-23-2017 04:01 PM
After investigations, we see that the problem is not related to Hue.
When using Tez from command line, it's working fine.
When using beeline from command line, we connect using JDBC url, and then we get the same error as from Hue:
org.apache.tez.dag.api.TezUncheckedException:Invalid configuration of tez jars, tez.lib.uris isnotdefinedin the configuration
Created 02-07-2018 08:27 AM
Did you find the issue, is it related to the jdbc driver?
Thanks