[
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)