mirror of
https://github.com/apache/impala.git
synced 2025-12-30 03:01:44 -05:00
This change introduces a new catalogd startup option (init_first_metastore_client_timeout_seconds) that specifies the time in seconds catalogd should spend on retrying to establish a connection to HMS the first time on startup before giving up and exiting fatally. Setting this startup option to a value that is greater than the HMS startup time will allow CM to start Impala at the same time or even before HMS. The default value of init_first_metastore_client_timeout_seconds is 120 seconds. Change-Id: I546d8fe9836004832ae40110c9fe22b3e704e11b Reviewed-on: http://gerrit.cloudera.org:8080/5095 Reviewed-by: Henry Robinson <henry@cloudera.com> Tested-by: Internal Jenkins
The tests/experiments directory should be used to put test files that are not meant to be run on a regular basis as part of buildall.sh or run-tests.py.