: http://apache.dataguru.cn/tez/0.7.0/
The first time I used MAVEN to compile Tez to the Tez UI part of the error, Google found that someone encountered a similar problem because of the MAVEN version of the problem,
At that time I was using the latest maven3.3, I tried to change to maven3.2.5, and then compile successfully.
Additional steps refer to: http://www.myexception.cn/open-source/1927193.html
HDFs dfs-mkdir/apps/
HDFs dfs-copyfromlocal/app/tezsrc/tez-dist/target/tez-0.7.0.tar.gz/apps/
I wrote a script to copy files and folders between nodes.
VI dist.sh
#this Shell used to distributefileTo Slavesfilepath=$1Target=$2 forNodeinch$(Cat$HADOOP _home/etc/hadoop/slaves); Do Echo "copy $filepath to $node: $target now ..." if[!-d $filepath]; Then SCP$filepath [email protected] $node: $targetElse SCP-r $filepath [email protected] $node: $targetfi Done;
How to use:
SH dist.sh source Target
You can configure the use Tez in hive.
Tez installation Trial