Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-9
Description
start-impala-cluster.py can fail to start an impalad with an cryptic error if the config files are missing:
I0227 17:02:21.668081 15185 status.cc:124] Currently configured default filesystem: ProxyLocalFileSystem. fs.defaultFS (file:///) is not supported. @ 0x1a656da impala::Status::Status() @ 0x203ae1f impala::Frontend::ValidateSettings() @ 0x205c76b impala::ImpalaServer::ImpalaServer() @ 0x2058aac ImpaladMain() @ 0x1a0a39f main @ 0x7fd815b0b82f __libc_start_main @ 0x1a0a218 _start E0227 17:02:21.668117 15185 impala-server.cc:278] Currently configured default filesystem: ProxyLocalFileSystem. fs.defaultFS (file:///) is not supported. E0227 17:02:21.668133 15185 impala-server.cc:281] Aborting Impala Server startup due to improper configuration. Impalad exiting.
The manual fix is to run bin/create-test-configuration.sh. This JIRA aims to do it automatically in the above case.
testdata/bin/run-all.sh actually does this already, but start-impala-cluster.py doesn't.