You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/07/11 12:54:04 UTC

[jira] [Created] (TAJO-935) (ColPartition)StoreTableExec should use per-file block size config for file creations.

Hyunsik Choi created TAJO-935:
---------------------------------

             Summary: (ColPartition)StoreTableExec should use per-file block size config for file creations.
                 Key: TAJO-935
                 URL: https://issues.apache.org/jira/browse/TAJO-935
             Project: Tajo
          Issue Type: Improvement
          Components: physical operator
            Reporter: Hyunsik Choi
             Fix For: 0.9.0


After TAJO-931 is supported, we can specify the output file size. If an user set some output file size larger than HDFS block, the output file will span multiple blocks. It causes remote HDFS access. To solve this problem, (ColPartition)StoreTableExec should use a given output file size as a per-file block size when it creates output files.



--
This message was sent by Atlassian JIRA
(v6.2#6252)