[
https://issues.apache.org/jira/browse/TAJO-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848951#comment-13848951
]
Jihoon Son commented on TAJO-421:
---------------------------------
Wait please.
In this patch, the block size can be different according to the first
BlockStorageLocation.
It would be better to get the block size from the configuration as follows.
{code}
conf.getInt("dfs.block.size", -1);
{code}
> Improve split for compression file
> ----------------------------------
>
> Key: TAJO-421
> URL: https://issues.apache.org/jira/browse/TAJO-421
> Project: Tajo
> Issue Type: Improvement
> Components: storage
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Attachments: TAJO-421.patch
>
>
> If compressed file size less than the hdfs block size, the volume information
> can use.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)