-
Notifications
You must be signed in to change notification settings - Fork 331
SAMZA-2343: Remove original split deployment code #1182
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
SAMZA-2343: Remove original split deployment code #1182
Conversation
|
@sborya can you please take a look? |
samza-core/src/test/scala/org/apache/samza/job/TestShellCommandBuilder.scala
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.
Looks good to me, thanks for the cleanup. Let's get a review from @sborya as well since he has more context.
He is busy with oncall this week. If you think it is important to wait for a review from him, then I can wait. |
|
@cameronlee314 If Boris is OK with the overall change (removing the code + docs) then that's fine, we can commit. |
srinipunuru
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.
Samza SQL doesn't use this.
|
Thanks for confirming @srinipunuru. |
Going to add new code for new split deployment strategy soon, so removing the original unused split deployment code.