You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (Jira)" <ji...@apache.org> on 2020/06/01 14:15:00 UTC

[jira] [Updated] (KUDU-988) Java and C++ clients handle address strings differently

     [ https://issues.apache.org/jira/browse/KUDU-988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Henke updated KUDU-988:
-----------------------------
    Labels: trivial  (was: )

> Java and C++ clients handle address strings differently
> -------------------------------------------------------
>
>                 Key: KUDU-988
>                 URL: https://issues.apache.org/jira/browse/KUDU-988
>             Project: Kudu
>          Issue Type: Bug
>          Components: client, impala
>    Affects Versions: Public beta
>            Reporter: Martin Grund
>            Priority: Major
>              Labels: trivial
>
> The Java client accepts the following definitions for master addresses
> {code}
> host.com // default port
> host.com:port
> :port // localhost
> {code}
> The C++ client can only handle the first two cases. This leads to a weird behavior where tables can be created in Impala, but cannot be read. Since the DDL is handled in Java and the scanning is handled in C++.



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