Hi , All,
Has anybody used Tez for Hive? I followed
http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.0.4.0/bk_installing_manually_book/content/rpm-chap-tez-5-4.html
this instructions to enable Tez for Hive query,
after I set "export
HIVE_AUX_JARS_PATH="/usr/lib/hcatalog/share/hcatalog/hcatalog-core.jar:$TEZ_CONF_DIR:$TEZ_INSTALL_DIR/*:$TEZ_INSTALL_DIR/lib/*"
I exexute "select count(*) from table",
I got
"Job Submission failed with exception 'java.io.FileNotFoundException(File
file:/usr/lib/hcatalog/share/hcatalog/hcatalog-core.jar:/etc/tez/conf/:/usr/lib/tez/*:/usr/lib/tez/lib/*
does not exist)' FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.MapReduceImpl" exception.
I checked all the paths are right.
Could anybody tell me what's the problem?