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

Loading test data on Apache Hive3

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Infrastructure
    • None

    Description

      When building on Apache Hive3, there are some failures in loading test data, e.g.

      ERROR: ALTER TABLE functional_parquet.iceberg_lineitem_sixblocks CONVERT TO ICEBERG
      Traceback (most recent call last):
        File "/media/quanlong/hdd-backup/impala-apache-hive/bin/load-data.py", line 195, in exec_impala_query_from_file
          result = impala_client.execute(query)
        File "/media/quanlong/hdd-backup/impala-apache-hive/tests/beeswax/impala_beeswax.py", line 191, in execute
          handle = self.__execute_query(query_string.strip(), user=user)
        File "/media/quanlong/hdd-backup/impala-apache-hive/tests/beeswax/impala_beeswax.py", line 382, in __execute_query
          handle = self.execute_query_async(query_string, user=user)
        File "/media/quanlong/hdd-backup/impala-apache-hive/tests/beeswax/impala_beeswax.py", line 376, in execute_query_async
          handle = self.__do_rpc(lambda: self.imp_service.query(query,))
        File "/media/quanlong/hdd-backup/impala-apache-hive/tests/beeswax/impala_beeswax.py", line 539, in __do_rpc
          raise ImpalaBeeswaxException(self.__build_error_message(b), b)
      ImpalaBeeswaxException: ImpalaBeeswaxException:
       INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
       MESSAGE: AnalysisException: CONVERT TO ICEBERG is not supported for managed tables

      This is due to the table is created as a managed table in Hive.

      Attachments

        Issue Links

          Activity

            People

              stigahuang Quanlong Huang
              stigahuang Quanlong Huang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: