Tez installation Trial

Source: Internet
Author: User
Tags hdfs dfs

: 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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.