Quanlong Huang created IMPALA-13284:
---------------------------------------
Summary: Loading test data on Apache Hive3
Key: IMPALA-13284
URL: https://issues.apache.org/jira/browse/IMPALA-13284
Project: IMPALA
Issue Type: Task
Components: Infrastructure
Reporter: Quanlong Huang
Assignee: Quanlong Huang
When building on Apache Hive3, there are some failures in loading test data,
e.g.
{noformat}
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{noformat}
This is due to the table is created as a managed table in Hive.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)