环境版本
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