You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Vuk Ercegovac (JIRA)" <ji...@apache.org> on 2018/03/23 21:49:00 UTC

[jira] [Resolved] (IMPALA-6722) Local build failing due to missing libTestUdfs.so

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

Vuk Ercegovac resolved IMPALA-6722.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.12.0
                   Impala 3.0

> Local build failing due to missing libTestUdfs.so
> -------------------------------------------------
>
>                 Key: IMPALA-6722
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6722
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 2.12.0
>            Reporter: Taras Bobrovytsky
>            Assignee: Vuk Ercegovac
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 3.0, Impala 2.12.0
>
>
> A nightly build on local filesystem is failing with the following error:
> {code:java}
> query_test/test_udfs.py:329: in test_native_functions_race
>     setup_client.execute(setup_query)
> common/impala_connection.py:160: in execute
>     return self.__beeswax_client.execute(sql_stmt, user=user)
> beeswax/impala_beeswax.py:173: in execute
>     handle = self.__execute_query(query_string.strip(), user=user)
> beeswax/impala_beeswax.py:339: in __execute_query
>     handle = self.execute_query_async(query_string, user=user)
> beeswax/impala_beeswax.py:335: in execute_query_async
>     return self.__do_rpc(lambda: self.imp_service.query(query,))
> beeswax/impala_beeswax.py:460: in __do_rpc
>     raise ImpalaBeeswaxException(self.__build_error_message(b), b)
> E   ImpalaBeeswaxException: ImpalaBeeswaxException:
> E    INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
> E    MESSAGE: AnalysisException: Could not load binary: /test-warehouse/libTestUdfs.so
> E   Failed to get file info file:/test-warehouse/libTestUdfs.so
> E   Error(2): No such file or directory{code}



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