设为首页 收藏本站
查看: 900|回复: 0

[软件发布] Hive 1.0 正式版发布,数据仓库平台

[复制链接]
累计签到:77 天
连续签到:1 天
发表于 2015-3-5 03:28:18 | 显示全部楼层 |阅读模式
3月21日 深圳 OSC 源创会开始报名罗,送华为海思开发板
DSC0000.jpg   Apache Hive 1.0.0 正式发布了。该版本原本是要命名为 Hive 0.14.1,但是团队感觉到了该用 1.x.y 的方式命名的时候了。不过该版本改变的内容并不多,值得关注的有两个:

  •   为 HiveMetaStoreClient 定义 API
  •   移除 HiveServer 1,全面使用 HiveServer 2
  Hive 1.0 版本完整的改进记录包括:
Bug

  •   [HIVE-5631] - Index creation on a skew table fails
  •   [HIVE-5664] - Drop cascade database fails when the db has any tables with indexes
  •   [HIVE-6198] - ORC file and struct column names are case sensitive
  •   [HIVE-6468] - HS2 & Metastore using SASL out of memory error when curl sends a get request
  •   [HIVE-7270] - SerDe Properties are not considered by show create table Command
  •   [HIVE-8099] - IN operator for partition column fails when the partition column type is DATE
  •   [HIVE-8295] - Add batch retrieve partition objects for metastore direct sql
  •   [HIVE-8374] - schematool fails on Postgres versions < 9.2
  •   [HIVE-8485] - HMS on Oracle incompatibility
  •   [HIVE-8706] - Table statistic collection on counter failed due to table name character case.
  •   [HIVE-8715] - Hive 14 upgrade scripts can fail for statistics if database was created using auto-create
  •   [HIVE-8739] - handle Derby and Oracle errors with joins and filters in Direct SQL in a invalid-DB-specific path
  •   [HIVE-8784] - Querying partition does not work with JDO enabled against PostgreSQL
  •   [HIVE-8805] - CBO skipped due to SemanticException: Line 0:-1 Both left and right aliases encountered in JOIN 'avg_cs_ext_discount_amt'
  •   [HIVE-8807] - Obsolete default values in webhcat-default.xml
  •   [HIVE-8811] - Dynamic partition pruning can result in NPE during query compilation
  •   [HIVE-8827] - Remove SSLv2Hello from list of disabled protocols
  •   [HIVE-8830] - hcatalog process don't exit because of non daemon thread
  •   [HIVE-8845] - Switch to Tez 0.5.2
  •   [HIVE-8866] - Vectorization on partitioned table throws ArrayIndexOutOfBoundsException when partitions are not of same #of columns
  •   [HIVE-8870] - errors when selecting a struct field within an array from ORC based tables
  •   [HIVE-8873] - Switch to calcite 0.9.2
  •   [HIVE-8876] - incorrect upgrade script for Oracle (13->14)
  •   [HIVE-8880] - non-synchronized access to split list in OrcInputFormat
  •   [HIVE-8886] - Some Vectorized String CONCAT expressions result in runtime error Vectorization: Unsuported vector output type: StringGroup
  •   [HIVE-8888] - Mapjoin with LateralViewJoin generates wrong plan in Tez
  •   [HIVE-8947] - HIVE-8876 also affects Postgres < 9.2
  •   [HIVE-8966] - Delta files created by hive hcatalog streaming cannot be compacted
  •   [HIVE-9003] - Vectorized IF expr broken for the scalar and scalar case
  •   [HIVE-9025] - join38.q (without map join) produces incorrect result when testing with multiple reducers
  •   [HIVE-9038] - Join tests fail on Tez
  •   [HIVE-9051] - TezJobMonitor in-place updates logs too often to logfile
  •   [HIVE-9053] - select constant in union all followed by group by gives wrong result
  •   [HIVE-9067] - OrcFileMergeOperator may create merge file that does not match properties of input files
  •   [HIVE-9090] - Rename "Tez File Merge Work" to smaller name
  •   [HIVE-9108] - Fix for HIVE-8735 is incorrect (stats with long paths)
  •   [HIVE-9111] - Potential NPE in OrcStruct for list and map types
  •   [HIVE-9112] - Query may generate different results depending on the number of reducers
  •   [HIVE-9114] - union all query in cbo test has undefined ordering
  •   [HIVE-9126] - Backport HIVE-8827 (Remove SSLv2Hello from list of disabled protocols) to 0.14 branch
  •   [HIVE-9141] - HiveOnTez: mix of union all, distinct, group by generates error
  •   [HIVE-9155] - HIVE_LOCKS uses int instead of bigint hive-txn-schema-0.14.0.mssql.sql
  •   [HIVE-9162] - stats19 test is environment-dependant
  •   [HIVE-9166] - Place an upper bound for SARG CNF conversion
  •   [HIVE-9168] - Vectorized Coalesce for strings is broken
  •   [HIVE-9205] - Change default tez install directory to use /tmp instead of /user and create the directory if it does not exist
  •   [HIVE-9234] - HiveServer2 leaks FileSystem objects in FileSystem.CACHE
  •   [HIVE-9249]- java.lang.ClassCastException: org.apache.hadoop.hive.serde2.io.HiveVarcharWritable cannot be cast to org.apache.hadoop.hive.common.type.HiveVarchar when joining tables
  •   [HIVE-9278] - Cached expression feature broken in one case
  •   [HIVE-9317] - move Microsoft copyright to NOTICE file
  •   [HIVE-9359] - Export of a large table causes OOM in Metastore and Client
  •   [HIVE-9361] - Intermittent NPE in SessionHiveMetaStoreClient.alterTempTable
  •   [HIVE-9390] - Enhance retry logic wrt DB access in TxnHandler
  •   [HIVE-9401] - Backport: Fastpath for limited fetches from unpartitioned tables
  •   [HIVE-9404] - NPE in org.apache.hadoop.hive.metastore.txn.TxnHandler.determineDatabaseProduct()
  •   [HIVE-9436] - RetryingMetaStoreClient does not retry JDOExceptions
  •   [HIVE-9473] - sql std auth should disallow built-in udfs that allow any java methods to be called
  •   [HIVE-9514] - schematool is broken in hive 1.0.0
Improvement

  •   [HIVE-3280] - Make HiveMetaStoreClient a public API

  •   [HIVE-8933] - Check>
Task

  •   [HIVE-6977] - Delete Hiveserver1

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-43431-1-1.html 上篇帖子: acl 网络通信服务器框架 3.1.0 版本发布 下篇帖子: Mithril.js 0.1.30 发布,JavaScript MVC 框架
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表