-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEMO-385]LambdaPass, LambdaPolicy and ResourceLambdaProperty #214
Conversation
@alapha23 Could you please rebase your branch based on the current master? |
JIRA: [NEMO-379: Change javadoc goal to a proper one](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-379) **Major changes:** - Change javadoc test command from `javadoc` to `test-javadoc`. This prevents tests from creating unwanted javdoc files, caused by apache#139 . **Minor changes to note:** - None **Tests for the changes:** - None **Other comments:** - None Closes apache#212 hihi
cfbd14e
to
af63dcd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @alapha23 ! I've left some comments.
...src/main/java/org/apache/nemo/common/ir/vertex/executionproperty/ResourceLambdaProperty.java
Outdated
Show resolved
Hide resolved
* Maintainer: Gao Zhiyuan<alapha23@gmail.com>. | ||
* Resource property supporting Lambda Pass | ||
*/ | ||
public final class ResourceLambdaProperty extends VertexExecutionProperty<ResourceLambdaProperty.Value> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why don't you add a LAMBDA
variable in ResourcePriorityProperty
class? we don't need to create another class for the resource lambda property.
...src/main/java/org/apache/nemo/compiler/optimizer/pass/compiletime/annotating/LambdaPass.java
Outdated
Show resolved
Hide resolved
compiler/optimizer/src/main/java/org/apache/nemo/compiler/optimizer/policy/LambdaPolicy.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will take a look at it again after the comments are addressed
f78ba55
to
a29c227
Compare
@johnyangk Could you please take a look at this PR? |
The PR looks good to me. 👍 |
@taegeonum Can you merge? (Github won't let me do it) |
…#214) JIRA: [NEMO-385: Support Lambda Pass with lambda policy and lambda resource property](https://issues.apache.org/jira/browse/NEMO-385) **Major changes:** - Implement LambdaPass, LambdaPolicy and ResourceLambdaProperty **Tests for the changes:** - No test suites implemented **Other comments:** - This issue is a subissue under [NEMO-352 Nemo on AWS Lambda](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-352) - This PR relates to GSoC2019
JIRA: NEMO-385: Support Lambda Pass with lambda policy and lambda resource property
Major changes:
Tests for the changes:
Other comments:
Test Build Command
mvn clean && mvn install -T 2C -Dmaven.test.skip=true -Dcheckstyle.skip -Dmaven.javadoc.skip=true -Drat.skip=true -pl \!compiler/frontend/spark,\!examples/spark,\!examples/beam
Execute Command