Hello Philip Zeyliger, Dimitris Tsirogiannis,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/9124

to look at the new patch set (#2).

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, 15 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/24/9124/2
--
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: newpatchset
Gerrit-Change-Id: Id7c5b62f38be275762771ecf39cf898f06f8138b
Gerrit-Change-Number: 9124
Gerrit-PatchSet: 2
Gerrit-Owner: Zach Amsden <[email protected]>
Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]>
Gerrit-Reviewer: Philip Zeyliger <[email protected]>
Gerrit-Reviewer: Zach Amsden <[email protected]>

Reply via email to