摘要: This chapter explains the built-in operators of Hive. There are four types of operators in Hive: Relational Operators:关系操作 Arithmetic Operators Logica 阅读全文
posted @ 2017-01-20 17:36 iMhager 阅读(273) 评论(0) 推荐(0) 编辑
摘要: Hive organizes tables into partitions. It is a way of dividing a table into related parts based on the values of partitioned columns such as date, cit 阅读全文
posted @ 2017-01-20 17:25 iMhager 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 译注:书接上篇,了解过创建表以及load data后,假如发现需要更改表字段类型或者添加表字段,怎么办?这篇文章将进一步了解具体细节。 This chapter explains how to alter the attributes of a table such as changing its 阅读全文
posted @ 2017-01-20 17:12 iMhager 阅读(2643) 评论(0) 推荐(0) 编辑
摘要: 写在前面:本来想着把表的创建,删除,以及修改一篇搞定的。结果看了一下,东西还是蛮多的,而且也是很多经常使用的操作。所以,就暂且分开处理吧。 特别提醒:在日常不管是创建库、表还是修改字段,删除等操作,建议都加上 [IF NOT EXISTS] | [IF EXISTS] 选项;虽然是可选项,但是还是小 阅读全文
posted @ 2017-01-20 16:51 iMhager 阅读(14064) 评论(0) 推荐(0) 编辑
摘要: Hive is a database technology that can define databases and tables to analyze structured data. The theme for structured data analysis is to store the 阅读全文
posted @ 2017-01-20 16:16 iMhager 阅读(5700) 评论(0) 推荐(0) 编辑
摘要: This chapter takes you through the different data types in Hive, which are involved in the table creation. All the data types in Hive are classified i 阅读全文
posted @ 2017-01-20 16:01 iMhager 阅读(1007) 评论(0) 推荐(0) 编辑
摘要: 术语“大数据”用于大数据集的集合,包括大量,高速度和各种日益增加的数据。使用传统的数据管理系统,很难处理大数据。因此,Apache Software Foundation引入了一个称为Hadoop的框架来解决大数据管理和处理难题。 HadoopHadoop是一个开放源代码框架,用于在分布式环境中存储 阅读全文
posted @ 2017-01-20 14:55 iMhager 阅读(683) 评论(0) 推荐(0) 编辑