You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Mai Hai Thanh (JIRA)" <ji...@apache.org> on 2014/07/25 03:22:39 UTC

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

    [ https://issues.apache.org/jira/browse/TAJO-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14073933#comment-14073933 ] 

Mai Hai Thanh commented on TAJO-952:
------------------------------------

Hi [~hyunsik],
I submitted a patch for this bug. I examined the related code and saw that only a little thing needs to be modified (in the patch).

> 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
>            Assignee: Mai Hai Thanh
>            Priority: Critical
>             Fix For: 0.9.0
>
>         Attachments: TAJO-952.Mai.140725.patch.txt
>
>
> 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)