You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Wenzhe Zhou (Jira)" <ji...@apache.org> on 2021/07/22 17:02:00 UTC

[jira] [Created] (IMPALA-10820) TestInsertWideTable.test_insert_wide_table failed due to file size too small

Wenzhe Zhou created IMPALA-10820:
------------------------------------

             Summary: TestInsertWideTable.test_insert_wide_table failed due to file size too small
                 Key: IMPALA-10820
                 URL: https://issues.apache.org/jira/browse/IMPALA-10820
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 4.1
            Reporter: Wenzhe Zhou


TestInsertWideTable.test_insert_wide_table failed in exhaustive tests.

Error Message
query_test/test_insert.py:259: in test_insert_wide_table self.client.execute(insert_stmt) common/impala_connection.py:208: in execute return self.__beeswax_client.execute(sql_stmt, user=user) beeswax/impala_beeswax.py:189: in execute handle = self.__execute_query(query_string.strip(), user=user) beeswax/impala_beeswax.py:367: in __execute_query self.wait_for_finished(handle) beeswax/impala_beeswax.py:388: in wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query aborted:Parquet file size 268435456 bytes is too small for a table with 2000 non-partitioning columns. Set query option PARQUET_FILE_SIZE to at least 393216000.

Stacktrace
query_test/test_insert.py:259: in test_insert_wide_table
 self.client.execute(insert_stmt)
common/impala_connection.py:208: in execute
 return self.__beeswax_client.execute(sql_stmt, user=user)
beeswax/impala_beeswax.py:189: in execute
 handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:367: in __execute_query
 self.wait_for_finished(handle)
beeswax/impala_beeswax.py:388: in wait_for_finished
 raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
E ImpalaBeeswaxException: ImpalaBeeswaxException:
E Query aborted:Parquet file size 268435456 bytes is too small for a table with 2000 non-partitioning columns. Set query option PARQUET_FILE_SIZE to at least 393216000.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org