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

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

Taras Bobrovytsky created IMPALA-6722:
-----------------------------------------

             Summary: 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


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)