You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Laszlo Gaal (JIRA)" <ji...@apache.org> on 2019/04/30 14:23:00 UTC

[jira] [Resolved] (IMPALA-8380) The minicluster metastore doesn't start on systems with postgres 10

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

Laszlo Gaal resolved IMPALA-8380.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 3.3.0

> The minicluster metastore doesn't start on systems with postgres 10
> -------------------------------------------------------------------
>
>                 Key: IMPALA-8380
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8380
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.3.0
>            Reporter: Lars Volker
>            Assignee: Laszlo Gaal
>            Priority: Major
>             Fix For: Impala 3.3.0
>
>
> We currently hardcode the postgres client version in at least 2 places:
> {noformat}
> $ git grep 9.0-801
> bin/impala-config.sh:129:export IMPALA_POSTGRES_JDBC_DRIVER_VERSION=9.0-801
> fe/pom.xml:425:      <version>9.0-801.jdbc4</version>
> {noformat}
> Apparently version 9 of the JDBC driver doesn't support connecting to postgres 10 ([Some info here|https://github.com/brettwooldridge/HikariCP/issues/1103#issuecomment-369767801]). We should upgrade to v42+.



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