Zach Amsden has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/9124


Change subject: IMPALA-6440: Backwards compatibility for HBase metadata
......................................................................

IMPALA-6440: Backwards compatibility for HBase metadata

Upstream Hive has changed the property name used to specify
HBase table names.  It is relatively straitforward to make
this backwards compatible, no matter what version of Hive
Impala is linked with.

Testing: With an Impala built with a local override to use
latest Hive-2.1.1, perform a full data load, then:

  create external table test_compute_stats like
    functional_hbase.alltypes;
  select * from test_compute_stats;

Before, this failed with TableNotFound, now this succeeds.

Change-Id: Id7c5b62f38be275762771ecf39cf898f06f8138b
---
M fe/src/main/java/org/apache/impala/catalog/HBaseTable.java
1 file changed, 14 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/24/9124/1
--
To view, visit http://gerrit.cloudera.org:8080/9124
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id7c5b62f38be275762771ecf39cf898f06f8138b
Gerrit-Change-Number: 9124
Gerrit-PatchSet: 1
Gerrit-Owner: Zach Amsden <[email protected]>

Reply via email to