tez 安装教程
Posted 北京小辉
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tez 安装教程相关的知识,希望对你有一定的参考价值。
环境版本
CDH5.16.2
hadoop 2.7.0-cdh5.16.2
安装前期准备
1、This assumes that you have already installed JDK8 or later and Maven 3 or later.
2、Tez also requires Protocol Buffers 2.5.0, including the protoc-compiler. This can be downloaded from https://github.com/google/protobuf/tags/. On Mac OS X with the homebrew package manager brew install protobuf250 For rpm-based linux systems, the yum repos may not have the 2.5.0 version. rpm.pbone.net has the protobuf-2.5.0 and protobuf-compiler-2.5.0 packages.
安装步骤
- 修改pom.xml 文件
添加cloudera的maven
<repositories>
<repository>
&l
以上是关于tez 安装教程的主要内容,如果未能解决你的问题,请参考以下文章