[
https://issues.apache.org/jira/browse/TAJO-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077292#comment-14077292
]
Hudson commented on TAJO-952:
-----------------------------
FAILURE: Integrated in Tajo-master-build #317 (See
[https://builds.apache.org/job/Tajo-master-build/317/])
TAJO-952: Wrong default partition volume config. (Mai Hai Thanh via jihoon)
(jihoonson: rev b49ff30b9a3da97d347e8e08798affceac79e6bb)
* CHANGES
* tajo-common/src/main/java/org/apache/tajo/conf/TajoConf.java
* tajo-core/src/main/java/org/apache/tajo/master/querymaster/Repartitioner.java
> 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)