You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2019/08/02 17:51:00 UTC

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

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

Tim Armstrong updated IMPALA-8817:
----------------------------------
    Labels: broken-build  (was: )

> 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
>            Assignee: Csaba Ringhofer
>            Priority: Major
>              Labels: broken-build
>             Fix For: Impala 3.3.0
>
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org