1. download cdh hive src 

http://archive.cloudera.com/cdh5/cdh/5/hive-1.1.0-cdh5.11.1-src.tar.gz

2. unzip the src tarball

tar -xzvf hive-1.1.0-cdh5.11.1-src.tar.gz
cd hive-1.1.0-cdh5.11.1-src

3. compile

mvn clean package -DskipTests -Phadoop-2 -Pdist

Note:

if u deploy the cdh hive and use it with the apache hadoop version, u need to download hadoop-core-2.6.0-mr1-cdh5.11.1.jar from cloudera official site and put it under ${cdh_hive_home}/lib/ folder.

最新文章

  1. webstorm2016.2 for mac 安装
  2. Java冒泡随笔
  3. go的环境变量设置
  4. python统计nginx脚本信息
  5. ORACLE查询语句
  6. ubuntu 11.04侧边栏怎么添加图标
  7. C++ 标准库之iomanip
  8. free 命令详解
  9. 视图和URL配置
  10. 2017腾讯校招面试回忆(成功拿到offer)
  11. 【sqli-labs】Less18~Less22
  12. iptables-snat-dnat-设置
  13. atom汉化
  14. C#编程(五十)----------栈
  15. jquery操作select大全详解
  16. 硬盘空间术语:unallocated, unused and reserved
  17. [BZOJ4383][POI2015] Pustynia-[线段树+dp+拓扑排序]
  18. Android的崩溃类型总结
  19. 一个几百行代码实现的http服务器tinyhttpd
  20. 汽车VIN码识别/汽车车架号OCR识别,移动端VIN码识别,OCR扫描工具

热门文章

  1. C++11新特性之operator "" xxx(const char *, size_t n)
  2. bloomberg bulkfile【一】 文件的分类
  3. 使用bootstrap的栅格布局,用row后出现横向滚动条
  4. jquery限定文字超出用省略号
  5. Java直接内存读写的例子
  6. Mybatis延迟加载, 一级缓存、二级缓存
  7. openssl使用以及C#加密和数字签名
  8. 利用亚马逊AWS搭建个人服务器
  9. STL备忘
  10. 斜率dp的模板总结