You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Csaba Ringhofer (JIRA)" <ji...@apache.org> on 2019/07/31 11:57:00 UTC

[jira] [Created] (IMPALA-8817) TestTestcaseBuilder broken on S3

Csaba Ringhofer created IMPALA-8817:
---------------------------------------

             Summary: TestTestcaseBuilder broken on S3
                 Key: IMPALA-8817
                 URL: https://issues.apache.org/jira/browse/IMPALA-8817
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 3.3.0
            Reporter: Csaba Ringhofer


metadata.test_testcase_builder.TestTestcaseBuilder.test_query_without_from  fails with the following stack trace in S3 environment:

{code}
metadata/test_testcase_builder.py:41: in test_query_without_from
    result = self.execute_query_expect_success(self.client, testcase_generate_query)
common/impala_test_suite.py:700: in wrapper
    return function(*args, **kwargs)
common/impala_test_suite.py:708: in execute_query_expect_success
    result = cls.__execute_query(impalad_client, query, query_options, user)
common/impala_test_suite.py:802: in __execute_query
    return impalad_client.execute(query, user=user)
common/impala_connection.py:184: in execute
    return self.__beeswax_client.execute(sql_stmt, user=user)
beeswax/impala_beeswax.py:187: in execute
    handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:362: in __execute_query
    handle = self.execute_query_async(query_string, user=user)
beeswax/impala_beeswax.py:356: in execute_query_async
    handle = self.__do_rpc(lambda: self.imp_service.query(query,))
beeswax/impala_beeswax.py:519: in __do_rpc
    raise ImpalaBeeswaxException(self.__build_error_message(b), b)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E    MESSAGE: AnalysisException: Incomplete HDFS URI, no host: hdfs:///tmp
E   CAUSED BY: IOException: Incomplete HDFS URI, no host: hdfs:///tmp
{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)