Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
ghx-label-2
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
- is broken by
-
IMPALA-10408 Build against Apache official versions
- Resolved
- is related to
-
IMPALA-13336 Syntax error in creating Iceberg test table on Apache Hive 3
- Open
-
IMPALA-13311 Hive3 INSERT failed by ClassNotFoundException: org.apache.tez.runtime.api.Event
- Resolved