Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-8960

test_drop_if_exists fails on S3 due to incomplete URI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • Impala 3.4.0
    • None
    • None
    • ghx-label-11

    Description

      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.so

      Stacktrace

      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

      Attachments

        Activity

          People

            joemcdonnell Joe McDonnell
            boroknagyz Zoltán Borók-Nagy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: