You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2019/02/28 01:19:00 UTC

[jira] [Created] (IMPALA-8259) Rerun bin/create-test-configuration.sh automatically if files are missing

Tim Armstrong created IMPALA-8259:
-------------------------------------

             Summary: Rerun bin/create-test-configuration.sh automatically if files are missing
                 Key: IMPALA-8259
                 URL: https://issues.apache.org/jira/browse/IMPALA-8259
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Tim Armstrong
            Assignee: Tim Armstrong


start-impala-cluster.py can fail to start an impalad with an cryptic error if the config files are missing:
{noformat}
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.
{noformat}

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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)