You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Making use of the Tez Binary Release tarball

  • The tarball structure is as follows:

    apache-tez-{x.y.z}/
                      /tez*.jar
                      /lib/*.jar
                      /conf/tez*.xml.template
                      /share/tez.tar.gz
  • Set up Tez by following INSTALL.txt and use apache-tez-{x.y.z}/share/tez.tar.gz as the full tarball to be uploaded to HDFS.
  • Use the config templates under apache-tez-{x.y.z}/conf/ to create the tez-site.xml as needed in an appropriate conf directory. If you end up using apache-tez-{x.y.z}/conf/, then do an export TEZ_CONF_DIR="apache-tez-{x.y.z}/conf/"
  • Add "apache-tez-{x.y.z}/*:apache-tez-{x.y.z}/lib/*:${TEZ_CONF_DIR}" to HADOOP_CLASSPATH so as to get the tez client jars onto the classpath invoked when using the "bin/hadoop jar" command to run an example job.

 

  • No labels