mirror of
https://github.com/apache/impala.git
synced 2026-01-30 06:00:18 -05:00
b07a3ccfd6fff46bbc4ca55d04d1ccdf406034f6
Using an external Hive Metastore Service for local test runs has a number of benefits. Some of the benefits are that it helps separate the metastore logs from the impala logs, and that it is more representative of what is on real cluster environments. It also may help with some of the concurrency issues that we have been seeing when running directly against the backend database since we no longer spin up an in-process metastore server for each client connection. The metastore is started by running "run-hive-server.sh" which is invoked as part of "run-all.sh". Change-Id: If60fa97aa38e4ad5cf578b9b409eeea1e0e29375 Reviewed-on: http://gerrit.ent.cloudera.com:8080/628 Reviewed-by: Ishaan Joshi <ishaan@cloudera.com> Tested-by: jenkins
See https://wiki.cloudera.com/display/engineering/Build+Instructions
Languages
C++
49.1%
Java
30.5%
Python
14.5%
JavaScript
1.4%
C
1.2%
Other
3.2%