-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18731/
-----------------------------------------------------------
(Updated March 4, 2014, 8:10 p.m.)
Review request for Tajo.
Bugs: TAJO-650
https://issues.apache.org/jira/browse/TAJO-650
Repository: tajo
Description
-------
Even though Repartitioner::scheduleHashShuffledFetches gets the number of
proper number of tasks for reoptimization, it does not adjust the number of
tasks. It seems to be omitted in some change. This patch recovers the feature.
Diffs
-----
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/master/querymaster/Repartitioner.java
7d7ecadf30e2553cb62164e42e09287bffc4bee5
Diff: https://reviews.apache.org/r/18731/diff/
Testing (updated)
-------
mvn clean install
Thanks,
Hyunsik Choi