和Hadoop交互的四种方法:

1. Native Libraries

2. Hive

3. Pig

4. Cascading

At a high level, people use the native Hadoop libraries to achieve the greatest performance and have the most fine-grained control. Pig is somewhere between the very SQL-like, database language
provided by Hive and the very Java-like programming language provided by Cascading. - See more at: http://blog.gopivotal.com/pivotal/products/hadoop-101-programming-mapreduce-with-native-libraries-hive-pig-and-cascading#sthash.h7JxtIq3.dpuf

At a high level, people use the native Hadoop libraries to achieve the greatest performance and have the most fine-grained control. Pig is somewhere between the very SQL-like, database language provided by Hive and the very Java-like programming language provided
by Cascading.

http://blog.gopivotal.com/pivotal/products/hadoop-101-programming-mapreduce-with-native-libraries-hive-pig-and-cascading

最新文章

  1. Flask 教程
  2. sql多表查询时怎么获取查到的字段
  3. autolayout sizeclass 资料集锦
  4. 全面了解 Linux 服务器 - 1. 查看 Linux 服务器的 CPU 详细情况
  5. JavaScript事件详解-zepto的事件实现
  6. 使用github上的开源框架SlidingMenu环境的搭建,以及getSupportActionBar方法不能找到的问题
  7. Lua中点和冒号的区别
  8. java面试题小全
  9. å∫ç∂´ƒ©˙ˆ∆˚¬µ˜øπœ®ß†¨√∑≈¥Ω who know?
  10. 数据结构(线段树):HDU 5649 DZY Loves Sorting
  11. 使用DOM解析XML文件,、读取xml文件、保存xml、增加节点、修改节点属性、删除节点
  12. IT职场: 选择外企利与弊
  13. Java虚拟机学习笔记——JVM垃圾回收机制
  14. CI 框架 隐藏index.php 入口文件 和 设置访问application下子目录
  15. 42.Odoo产品分析 (四) – 工具板块(10) – 问卷(2)
  16. 对OAuth协议的认识
  17. 图片万能居中css
  18. ajax控件无法使用 iis配置及web修改(转载)
  19. github的优势
  20. 云主机被拿去挖矿,cpu暴涨,tcp连接突增

热门文章

  1. 在React组件unmounted之后setState的报错处理
  2. 数据库读写锁的实现(C++)
  3. Camera图像处理原理及实例分析
  4. jstl <fmt:formatDate>标签
  5. KodExplorer介绍
  6. 2017.8.4 Creating Server TCP listening socket *:6379: bind: No such file or directory
  7. 黑马程序猿——JAVA高新技术——反射
  8. HTML图片热区
  9. 100多道经典的JAVA面试题及答案解析
  10. 关于Laravel5.2在php5.3.6X和在php7.1.10下的内存溢出