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 "Michael Ho (Jira)" <ji...@apache.org> on 2019/09/30 18:12:00 UTC

[jira] [Commented] (IMPALA-8960) test_drop_if_exists fails on S3 due to incomplete URI

    [ https://issues.apache.org/jira/browse/IMPALA-8960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16941216#comment-16941216 ] 

Michael Ho commented on IMPALA-8960:
------------------------------------

Hit this in two different regular test runs recently. Bumping priority a bit. cc'ing [~joemcdonnell]

> test_drop_if_exists fails on S3 due to incomplete URI
> -----------------------------------------------------
>
>                 Key: IMPALA-8960
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8960
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Zoltán Borók-Nagy
>            Assignee: Vihang Karajgaonkar
>            Priority: Critical
>
> Error Message
> {noformat}
> ImpalaBeeswaxException: ImpalaBeeswaxException: INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'> MESSAGE: AnalysisException: Incomplete HDFS URI, no host: hdfs:///test-warehouse/libTestUdfs.so CAUSED BY: IOException: Incomplete HDFS URI, no host: hdfs:///test-warehouse/libTestUdfs.so{noformat}
> Stacktrace
> {noformat}
> Error Message
> ImpalaBeeswaxException: ImpalaBeeswaxException:  INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>  MESSAGE: AnalysisException: Incomplete HDFS URI, no host: hdfs:///test-warehouse/libTestUdfs.so CAUSED BY: IOException: Incomplete HDFS URI, no host: hdfs:///test-warehouse/libTestUdfs.soStacktrace
> authorization/test_owner_privileges.py:137: in test_drop_if_exists
>     self._setup_drop_if_exist_test(unique_database, test_db)
> authorization/test_owner_privileges.py:172: in _setup_drop_if_exist_test
>     self.execute_query("grant all on uri 'hdfs:///test-warehouse/libTestUdfs.so' to"
> common/impala_test_suite.py:751: in wrapper
>     return function(*args, **kwargs)
> common/impala_test_suite.py:782: in execute_query
>     return self.__execute_query(self.client, query, query_options)
> common/impala_test_suite.py:853: in __execute_query
>     return impalad_client.execute(query, user=user)
> common/impala_connection.py:205: 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:///test-warehouse/libTestUdfs.so
> E   CAUSED BY: IOException: Incomplete HDFS URI, no host: hdfs:///test-warehouse/libTestUdfs.so{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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