内容简介:Apache Hive 3.1.1 已发布,更新如下: Bug [HIVE-18767] - Some alterPartitions invocations throw 'NumberFormatException: null' [HIVE-18778] - Needs to capture input/output entities in explain New Fea...
Apache Hive 3.1.1 已发布,更新如下:
Bug
[HIVE-18767] - Some alterPartitions invocations throw 'NumberFormatException: null'
[HIVE-18778] - Needs to capture input/output entities in explain
New Feature
[HIVE-20420] - Provide a fallback authorizer when no other authorizer is in use
Hive 是一个基于 Hadoop 的数据仓库平台。通过 Hive,我们可以方便地进行 ETL 的工作。Hive 定义了一个类似于 SQL 的查询语言:HQL,能够将用户编写的 SQL 转化为相应的 Mapreduce 程序基于 Hadoop 执行。
Hive 是 Facebook 2008 年 8 月开源的一个数据仓库框架,其系统目标与 Pig 有相似之处,但它有一些 Pig 目前还不支持的机制,比如:更丰富的类型系统、更类似 SQL 的查询语言、Table/Partition 元数据的持久化等。
下载地址
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Apache Hive 3.1.1 发布,数据仓库平台》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
How to Think About Algorithms
Jeff Edmonds / Cambridge University Press / 2008-05-19 / USD 38.99
HOW TO THINK ABOUT ALGORITHMS There are many algorithm texts that provide lots of well-polished code and proofs of correctness. Instead, this one presents insights, notations, and analogies t......一起来看看 《How to Think About Algorithms》 这本书的介绍吧!