You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2013/08/08 01:08:48 UTC

[jira] [Created] (HIVE-5024) Ensure that the requested blocksize for ORC files is a multiple of 512 bytes.

Owen O'Malley created HIVE-5024:
-----------------------------------

             Summary: Ensure that the requested blocksize for ORC files is a multiple of 512 bytes.
                 Key: HIVE-5024
                 URL: https://issues.apache.org/jira/browse/HIVE-5024
             Project: Hive
          Issue Type: Bug
            Reporter: Owen O'Malley


If the blocksize for ORC isn't a multiple of 512 (more generally io.bytes.per.checksum), HDFS complains about:

io.bytes.per.checksum(512) and blockSize(2147483647) do not match. blockSize should be a multiple of io.bytes.per.checksum

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira