[email protected] has uploaded a new patch set (#2). Change subject: Added stage-based memory calculation to the compiler ......................................................................
Added stage-based memory calculation to the compiler The following commits from your working branch will be included: commit 6fa8ba4ddfc5cd7745f7f670377bfc8f87563918 Author: Shiva <[email protected]> Date: Thu Jan 18 08:38:13 2018 -0800 State-aware memory calculation commit 04cb85ebecce27de62022a6647f54a17dc94b8c5 Author: Shiva <[email protected]> Date: Thu Sep 21 23:45:15 2017 -0700 fixed bug commit 8c96a008b809ef9d0b28ff75d927ea51ed8abe4c Author: Shiva <[email protected]> Date: Tue Sep 19 22:49:58 2017 -0700 addressed code review commit a3de58bef92573216774e90f0e55eeb0cd3ab1e8 Author: shivajah <[email protected]> Date: Wed Jun 28 08:52:19 2017 -0700 json added Change-Id: Ic715c5733621e27049677f44e1ddaa0dd2c71baf --- M asterixdb/asterix-algebra/src/main/java/org/apache/asterix/translator/SessionConfig.java M asterixdb/asterix-app/pom.xml M asterixdb/asterix-app/src/main/java/org/apache/asterix/api/java/AsterixJavaClient.java A asterixdb/asterix-app/src/main/java/org/apache/asterix/app/resource/StageBasedRequiredCapacityVisitor.java M asterixdb/asterix-app/src/main/java/org/apache/asterix/utils/ResourceUtils.java M hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/algebra/base/ILogicalOperator.java M hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/algebra/operators/logical/AbstractBinaryJoinOperator.java M hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/algebra/operators/logical/AbstractLogicalOperator.java M hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/algebra/prettyprint/LogicalOperatorPrettyPrintVisitorJson.java M hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/algebra/prettyprint/PlanPrettyPrinter.java M hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/client/impl/ActivityClusterGraphBuilder.java M hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/job/JobSpecification.java M hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/job/resource/ClusterCapacity.java M hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/job/resource/IClusterCapacity.java 14 files changed, 669 insertions(+), 11 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/99/2299/2 -- To view, visit https://asterix-gerrit.ics.uci.edu/2299 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ic715c5733621e27049677f44e1ddaa0dd2c71baf Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: [email protected] Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]>
