[
https://issues.apache.org/jira/browse/IMPALA-12342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Smith resolved IMPALA-12342.
------------------------------------
Fix Version/s: Impala 4.3.0
Resolution: Fixed
> Erasure coding build fails on loading iceberg_lineitem_multiblock
> -----------------------------------------------------------------
>
> Key: IMPALA-12342
> URL: https://issues.apache.org/jira/browse/IMPALA-12342
> Project: IMPALA
> Issue Type: Bug
> Components: Infrastructure
> Affects Versions: Impala 4.2.0
> Environment: ERASURE_CODING=true
> Reporter: Peter Rozsa
> Assignee: Zoltán Borók-Nagy
> Priority: Major
> Labels: test-failure
> Fix For: Impala 4.3.0
>
>
> Erasure coding build fails at statement generation:
>
> {code:java}
> Traceback (most recent call last):
> File "/home/impdev/impala/testdata/bin/generate-schema-statements.py", line
> 935, in <module>
> convert_orc_to_full_acid)
> File "/home/impdev/impala/testdata/bin/generate-schema-statements.py", line
> 678, in generate_statements
> insert = eval_section(section['DEPENDENT_LOAD'])
> File "/home/impdev/impala/testdata/bin/generate-schema-statements.py", line
> 612, in eval_section
> assert p.returncode == 0
> AssertionError{code}
>
> Error message:
>
> {code:java}
> put: Specified block size (524288) is less than the cell size (1048576) of
> the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k,
> Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]],
> CellSize=1048576, Id=2]).
> put: Specified block size (524288) is less than the cell size (1048576) of
> the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k,
> Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]],
> CellSize=1048576, Id=2]).
> put: Specified block size (524288) is less than the cell size (1048576) of
> the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k,
> Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]],
> CellSize=1048576, Id=2]).
> put: Specified block size (524288) is less than the cell size (1048576) of
> the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k,
> Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]],
> CellSize=1048576, Id=2]).
> put: Specified block size (524288) is less than the cell size (1048576) of
> the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k,
> Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]],
> CellSize=1048576, Id=2]).
> put: Specified block size (524288) is less than the cell size (1048576) of
> the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k,
> Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]],
> CellSize=1048576, Id=2]).
> put: Specified block size (524288) is less than the cell size (1048576) of
> the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k,
> Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]],
> CellSize=1048576, Id=2]).
> put: Specified block size (524288) is less than the cell size (1048576) of
> the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k,
> Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]],
> CellSize=1048576, Id=2]).
> put: Specified block size (524288) is less than the cell size (1048576) of
> the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k,
> Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]],
> CellSize=1048576, Id=2]).
> put: Specified block size (524288) is less than the cell size (1048576) of
> the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k,
> Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]],
> CellSize=1048576, Id=2]).{code}
>
> IMPALA-12327 added a specific block size setting for copying files from
> iceberg_lineitem_multiblock. Without the blocksize setting, the put operation
> succeeds.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)