[ https://issues.apache.org/jira/browse/HDFS-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966794#action_12966794 ]
Konstantin Boudnik commented on HDFS-1525: ------------------------------------------ When HDFS-1527 is committed TestLargeFile needs to have the following line of code {code} + assumeTrue(ALLOWED_VM.equals(System.getProperty("sun.arch.data.model"))); {code} removed. Imports needed to be updated accordingly. > TestLargeBlock is failing on 32-bit VMs > --------------------------------------- > > Key: HDFS-1525 > URL: https://issues.apache.org/jira/browse/HDFS-1525 > Project: Hadoop HDFS > Issue Type: Bug > Components: test > Affects Versions: 0.22.0 > Reporter: Konstantin Boudnik > > TestLargeBlock is failing on 32-bit VMs with the following diagnostics > {noformat} > java.io.IOException: Premature EOF from inputStream > at org.apache.hadoop.io.IOUtils.readFully(IOUtils.java:118) > at org.apache.hadoop.hdfs.BlockReader.readChunk(BlockReader.java:275) > {noformat} > For more details on the topic check HDFS-1523 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.