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 23:17:00 UTC

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

    [ https://issues.apache.org/jira/browse/IMPALA-10820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385665#comment-17385665 ] 

Wenzhe Zhou edited comment on IMPALA-10820 at 7/22/21, 11:16 PM:
-----------------------------------------------------------------

The tests failed in following builds:

[https://master-03.jenkins.cloudera.com/job/impala-cdpd-master-staging-exhaustive-release/160/]

[https://master-03.jenkins.cloudera.com/job/impala-cdpd-master-staging-exhaustive/156/]

[https://master-03.jenkins.cloudera.com/job/impala-asf-master-exhaustive-data-cache/56/]

 

 


was (Author: wzhou):
The tests failed in following two builds:

[https://master-03.jenkins.cloudera.com/job/impala-cdpd-master-staging-exhaustive-release/160/]

[https://master-03.jenkins.cloudera.com/job/impala-cdpd-master-staging-exhaustive/156/]

 

 

> 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: Backend, Frontend
>    Affects Versions: Impala 4.1
>            Reporter: Wenzhe Zhou
>            Assignee: Attila Jeges
>            Priority: Major
>              Labels: broken-build
>         Attachments: error_message_impala_10820.txt
>
>
> 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