[
https://issues.apache.org/jira/browse/IMPALA-8960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Ho resolved IMPALA-8960.
--------------------------------
Fix Version/s: Impala 3.4.0
Resolution: Fixed
Thanks for the fix.
> 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: Joe McDonnell
> Priority: Critical
> Fix For: Impala 3.4.0
>
>
> 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)