-
Notifications
You must be signed in to change notification settings - Fork 331
Samza 1814: consolidate JobNode and JobGraph configuration generation for high and low-level API applications #642
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
Conversation
…or spec and impl layers.
…th-app-runtime-Jul-16-18
… builder in init(); b) spec reader in all other lifecycle methods
…tener, LocalContainerRunner, and SamzaContainerListener
…h- and low-level APIs in YARN and standalone environment
…tputDescriptor; addressed Prateek's comments.
…generation code to support both high- and low-level applications
…y the JobGraph/JobNode code
…-level API applications
…between high and low-level API applications
|
@prateekm @vjagadish and @cameronlee314 please take a look. |
samza-core/src/main/java/org/apache/samza/execution/JobNodeConfigureGenerator.java
Outdated
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/execution/JobNodeConfigureGenerator.java
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/application/ApplicationDescriptorImpl.java
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/application/ApplicationDescriptorImpl.java
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/application/ApplicationDescriptorImpl.java
Outdated
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/execution/ExecutionPlanner.java
Outdated
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/execution/JobNodeConfigureGenerator.java
Outdated
Show resolved
Hide resolved
prateekm
left a comment
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.
First pass for some early feedback. Thanks for cleaning this up!
samza-core/src/main/java/org/apache/samza/application/StreamApplicationDescriptorImpl.java
Outdated
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/application/ApplicationDescriptorImpl.java
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/execution/ExecutionPlanner.java
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/execution/ExecutionPlanner.java
Outdated
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/execution/IntermediateStreamPartitionPlanner.java
Outdated
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/execution/JobNodeConfigureGenerator.java
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/execution/JobNodeConfigureGenerator.java
Outdated
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/execution/JobPlanner.java
Outdated
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/execution/LocalJobPlanner.java
Outdated
Show resolved
Hide resolved
…on generation, not embedded in table. Address review comments
|
@prateekm @cameronlee314 could you take a second pass? Thanks! |
cameronlee314
left a comment
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.
LGTM
samza-core/src/main/java/org/apache/samza/application/ApplicationDescriptorImpl.java
Show resolved
Hide resolved
samza-core/src/main/java/org/apache/samza/application/TaskApplicationDescriptorImpl.java
Show resolved
Hide resolved
|
Discussed offline with @prateekm and he agreed to merge this in. Thanks all! |
High-level changes: