Commit 61cf4e4
Xinyu Liu
SAMZA-1171: Rewrite config in ApplicationRunnerMain when creating ApplicationRunner
The config needs to be rewritten before passing down to the ApplicationRunner. This is a bug that was introduced during some refactoring/cleanup of the config in the ApplicationRunner interface.
Author: Xinyu Liu <xiliu@xiliu-ld.linkedin.biz>
Reviewers: Jacob Maes <jmakes@apache.org>
Closes apache#98 from xinyuiscool/SAMZA-11711 parent e4cfeeb commit 61cf4e4
File tree
1 file changed
+3
-2
lines changed- samza-core/src/main/java/org/apache/samza/runtime
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
0 commit comments