[
https://issues.apache.org/jira/browse/IMPALA-10820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386460#comment-17386460
]
ASF subversion and git services commented on IMPALA-10820:
----------------------------------------------------------
Commit 0061bd3433db5b72b6c6bf2f6646255272976cda in impala's branch
refs/heads/master from Attila Jeges
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=0061bd3 ]
IMPALA-10820: Fix calculating default block size for parquest files
This patch fixes a bug introduced in IMPALA-10627. Because of the bug
the wrong default block size was used for parquet files which broke
TestInsertWideTable.test_insert_wide_table e2e test.
Testing:
- Run test_insert_wide_table with exhaustive strategy.
Change-Id: Iac8c6dd80dfe84cb7b3d2106713eae87ce923934
Reviewed-on: http://gerrit.cloudera.org:8080/17719
Reviewed-by: Zoltan Borok-Nagy <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> 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: [email protected]
For additional commands, e-mail: [email protected]