mirror of
https://github.com/apache/impala.git
synced 2026-01-02 12:00:33 -05:00
Previously, we tried to dynamically name the metastore db. With the introduction of metatsore snapshots, this is no longer necessary and may cause naming ambiguity if the Impala repository has a non-standard directory structure. This patch use a constant name - impala_hive - defined as an environment variable in impala-config. Change-Id: Iadc59db8c538113171c9c2b8cea3ef3f6b3bd4fc Reviewed-on: http://gerrit.cloudera.org:8080/517 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Internal Jenkins