All, I attempted to setup Tez per the instructions on the following page: http://tez.incubator.apache.org/install.html
After changing my mapreduce framework name to 'yarn-tez', I am getting the following error: [root@viper ~]# /opt/hadoop/latest-hadoop/bin/hadoop job -list DEPRECATED: Use of this script to execute mapred command is deprecated. Instead use the mapred command for it. Exception in thread "main" java.io.IOException: Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses. at org.apache.hadoop.mapreduce.Cluster.initialize(Cluster.java:120) at org.apache.hadoop.mapreduce.Cluster.<init>(Cluster.java:82) at org.apache.hadoop.mapreduce.Cluster.<init>(Cluster.java:75) at org.apache.hadoop.mapreduce.tools.CLI.createCluster(CLI.java:381) at org.apache.hadoop.mapreduce.tools.CLI.run(CLI.java:247) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84) at org.apache.hadoop.mapred.JobClient.main(JobClient.java:1237) The Tez install guide specifically references using the Hadoop 2.2.0 Regards, Bryan Jeffrey