HIVE 0.11 and hive0.11bug

Source: Internet
Author: User

HIVE 0.11 and hive0.11bug
HIVE 0.11 bug

Twice {group by} bug https://issues.apache.org/jira/browse/HIVE-5149

SELECT key, COUNT (*) FROM (SELECT key, value, COUNT (*) FROM src group by key, value) aGROUP BY key;

It is characterized by two group by statements. The outer field is less than the inner layer, and two Aggregate functions are used. You can make the intermediate Query into a temporary table to avoid this bug.
HIVE 0.12 fixed this bug

In a partitioned table, after alter table foo add columns bar string is added, the new columns of existing partitions are always NULL, even if the drop partition is rebuilt. You must delete the table and re-specify the partition. Https://issues.apache.org/jira/browse/HIVE-2615
Which version of hadoop-121, hbase-09416 and hive has no compatibility issues?

HBASE is connected to hive through hive metastore. Therefore, compatibility issues exist. Go to the official website.

However, this does not seem to be a compatibility issue. But 1. network problems. 2. schema naming issues.

Support 094 Hbase + Hive version of hadoop-121?

Download the latest version of Hive.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.