-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18420/
-----------------------------------------------------------
Review request for Tajo.
Bugs: TAJO-628
https://issues.apache.org/jira/browse/TAJO-628
Repository: tajo
Description
-------
Distinct aggregation requires three stages. But, the second stage can be
scheduled to one node due to wrong counting of grouping keys.
This patch fixes this bug. In addition, this patch fixes some trivial bugs in
Task.java that I found during this debugging.
Diffs
-----
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/master/querymaster/Repartitioner.java
33e46fdfae72a38c27634c78c8d5c66afd6ebf7a
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/worker/TajoResourceAllocator.java
28386bb6764af7ee90cae066f3f7bf479264084d
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/worker/Task.java
066e11c11af0ebc2ce2b6d063da085d1ede0ae61
Diff: https://reviews.apache.org/r/18420/diff/
Testing
-------
Thanks,
Hyunsik Choi