-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22374/
-----------------------------------------------------------

(Updated July 3, 2014, 6:14 p.m.)


Review request for Tajo.


Changes
-------

I updated the patch as follows:
- Apply IntermediateEntry total size to task size in scattered hash shuffle
- Remove unnecessary configurations
- Simplify unit test cases for inserting partitioned table


Bugs: TAJO-673
    https://issues.apache.org/jira/browse/TAJO-673


Repository: tajo


Description
-------

When inserting into partitioned table, if the number of partitions is smaller 
than cluster concurrency capacity, a query execution is too slow.


Diffs (updated)
-----

  
tajo-core/src/main/java/org/apache/tajo/engine/planner/PhysicalPlannerImpl.java 
f41d61d 
  
tajo-core/src/main/java/org/apache/tajo/engine/planner/global/GlobalPlanner.java
 edd5674 
  tajo-core/src/main/java/org/apache/tajo/master/querymaster/Repartitioner.java 
80274e2 
  tajo-core/src/main/proto/TajoWorkerProtocol.proto 3bf6e13 
  tajo-core/src/test/java/org/apache/tajo/engine/query/TestTablePartitions.java 
8c989b5 
  
tajo-yarn-pullserver/src/main/java/org/apache/tajo/pullserver/PullServerAuxService.java
 b8fda29 
  
tajo-yarn-pullserver/src/main/java/org/apache/tajo/pullserver/TajoPullServerService.java
 cc3cb2e 

Diff: https://reviews.apache.org/r/22374/diff/


Testing
-------

mvn clean install


Thanks,

Jung JaeHwa

Reply via email to