You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Andrew Sherman (Jira)" <ji...@apache.org> on 2019/12/12 18:24:00 UTC

[jira] [Created] (IMPALA-9240) Impala shell using hs2-http reports all http error codes as EOFError

Andrew Sherman created IMPALA-9240:
--------------------------------------

             Summary: Impala shell using hs2-http reports all http error codes as EOFError
                 Key: IMPALA-9240
                 URL: https://issues.apache.org/jira/browse/IMPALA-9240
             Project: IMPALA
          Issue Type: Bug
            Reporter: Andrew Sherman
            Assignee: Andrew Sherman


For example if I try to connect to an http endpoint that returns 503 I see
{code}
$ impala-shell -V --protocol='hs2-http' -i "localhost:28000"
Starting Impala Shell without Kerberos authentication
Warning: --connect_timeout_ms is currently ignored with HTTP transport.
Opened TCP connection to localhost:28000
Error connecting: EOFError, 
{code}
At present Impala shell does not properly check http return calls. 
When this fix is complete it should be also put into Impyla.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)