Tim Armstrong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14944
Change subject: IMPALA-4224: part 1: schedule join builds ...................................................................... IMPALA-4224: part 1: schedule join builds This adds the scheduler logic for fragments with join builds at their root. These fragments need to be co-located with the fragment with the join node. The new code is not active yet because the planner does not generate plans with join builds (except for planner tests). This change was validated in the context of a larger patch that enables the join build plans via the planner and makes query execution work. Change-Id: I779463cfa2ea9b372607d2be6d5d2252a6469e34 --- M be/src/scheduling/query-schedule.cc M be/src/scheduling/query-schedule.h M be/src/scheduling/scheduler.cc M be/src/scheduling/scheduler.h M common/thrift/DataSinks.thrift M common/thrift/ImpalaInternalService.thrift M fe/src/main/java/org/apache/impala/planner/JoinBuildSink.java 7 files changed, 95 insertions(+), 27 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/44/14944/1 -- To view, visit http://gerrit.cloudera.org:8080/14944 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I779463cfa2ea9b372607d2be6d5d2252a6469e34 Gerrit-Change-Number: 14944 Gerrit-PatchSet: 1 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
