You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2018/03/28 17:20:01 UTC

[jira] [Resolved] (IMPALA-6752) import kudu fails in python on Ubuntu 16.04

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

Tim Armstrong resolved IMPALA-6752.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.12.0
                   Impala 3.0

> import kudu fails in python on Ubuntu 16.04 
> --------------------------------------------
>
>                 Key: IMPALA-6752
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6752
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.0, Impala 2.12.0
>            Reporter: Tim Armstrong
>            Assignee: Tim Armstrong
>            Priority: Blocker
>             Fix For: Impala 3.0, Impala 2.12.0
>
>
> IMPALA-6731 broke impala-python for me. It is now failing to import kudu with this error:
> {noformat}
> ImportError: /home/tarmstrong/Impala/incubator-impala/infra/python/env/local/lib/python2.7/site-packages/kudu/client.so: undefined symbol: _ZNK4kudu6client10KuduTablet2idB5cxx11Ev
> {noformat}
> It looks like the client was compiled with the C++11 ABI whereas libkudu_client.so does not - its version of the symbol is _ZNK4kudu6client10KuduTablet2idEv.
> Reverting IMPALA-6731 solves the problem. I have PYPI_MIRROR set locally.
> This makes it impossible to run Python tests for me.



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