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/17 06:54:04 UTC

[jira] [Created] (TAJO-952) Wrong default partition volume config

Hyunsik Choi created TAJO-952:
---------------------------------

             Summary: Wrong default partition volume config
                 Key: TAJO-952
                 URL: https://issues.apache.org/jira/browse/TAJO-952
             Project: Tajo
          Issue Type: Bug
          Components: distributed query plan
            Reporter: Hyunsik Choi
            Priority: Critical
             Fix For: 0.9.0


The following config is wrong. The config name has the suffix '-mb', but its default value seens to mean the number of bytes. It should be fixed. In addition, the part using this config may need calculatation from mb to bytes.

{code}
DIST_QUERY_TABLE_PARTITION_VOLUME("tajo.dist-query.table-partition.task-volume-mb", 256 * 1024 * 1024),
{code}




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