I installed Tez 0.9.1 via Ambari 2.6.1. tez.tar.gz is successfully copped to hdfs. But while service check - I get error. Diving into logs by yarn logs -applicationId APP_ID
I found Error: Could not find or load main class org.apache.tez.dag.app.DAGAppMaster
. though DAG jar is in tar.gz. tez.lib.uris==${fs.default.name}/hdp/apps/${hdp.version}/tez/tez.tar.gz. If I untar it right into hdfs and change: tez.lib.uris==${fs.default.name}/hdp/apps/${hdp.version}/tez,${fs.default.name}/hdp/apps/${hdp.version}/tez/lib
everything works fine, service check is OK.
Tried: manually copping tar.gz, setting chmod 777 to it, various tez.lib.uris.classpath values - nothing works.
Appreciate any help! Thanks in advance