[ 
https://issues.apache.org/jira/browse/IMPALA-4057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16758391#comment-16758391
 ] 

Tim Armstrong commented on IMPALA-4057:
---------------------------------------

I think this is a minor bug in impala_cluster.py - it assumes that the 
webserver will be listening on whatever socket.gethostname() maps to. For this 
to work generally, since you can get the webserver to listen on any interface, 
we'd need to plumb through the webserver port to the code that polls the 
webserver, or try all of the interfaces on the localhost.

> Start webserver with interface"127.0.0.1" failed.
> -------------------------------------------------
>
>                 Key: IMPALA-4057
>                 URL: https://issues.apache.org/jira/browse/IMPALA-4057
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 2.7.0
>         Environment: bash-4.1$ lsb_release -a
> LSB Version:  
> :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
> Distributor ID:       CentOS
> Description:  CentOS release 6.7 (Final)
> Release:      6.7
> Codename:     Final
> bash-4.1$
>            Reporter: hewenting
>            Assignee: hewenting
>            Priority: Minor
>              Labels: impala, webserver
>
> Start impala with option -websever_interface=127.0.0.1 failed.
> log displayed on terminal:
> {noformat}
> bash-4.1$ ./bin/start-impala-cluster.py -s 1 --impalad_args 
> "-webserver_interface=127.0.0.1"
> Starting State Store logging to 
> /home/impala/incubator-impala/logs/cluster/statestored.INFO
> Starting Catalog Service logging to 
> /home/impala/incubator-impala/logs/cluster/catalogd.INFO
> Starting Impala Daemon logging to 
> /home/impala/incubator-impala/logs/cluster/impalad.INFO
> MainThread: Found 1 impalad/1 statestored/1 catalogd process(es)
> MainThread: Getting num_known_live_backends from nobida141:25000
> MainThread: Debug webpage not yet available.
> ...
> MainThread: Debug webpage not yet available.
> MainThread: Debug webpage did not become available in expected time.
> MainThread: Waiting for num_known_live_backends=1. Current value: None
> Error starting cluster: num_known_live_backends did not reach expected value 
> in time
> {noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to