[
https://issues.apache.org/jira/browse/IMPALA-8259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16780990#comment-16780990
]
ASF subversion and git services commented on IMPALA-8259:
---------------------------------------------------------
Commit ab2eda2096fcb6e62e27816d9ce96aa80f0ebda7 in impala's branch
refs/heads/master from Tim Armstrong
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=ab2eda2 ]
IMPALA-8259: regenerate cluster configs automatically
Testing:
Tested manually in my dev environment with the following steps:
./bin/clean.sh
./buildall.sh -noclean -skiptests -ninja -notests
start-impala-cluster.py
Change-Id: Id4a1dcc2018bf7fc600f6d490bb1d7a898cccbb4
Reviewed-on: http://gerrit.cloudera.org:8080/12629
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> 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
> Priority: Major
>
> 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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]