Cameron Lee created SAMZA-2390:
----------------------------------
Summary: App fails when "job.config.rewriters" is specified as an
empty string
Key: SAMZA-2390
URL: https://issues.apache.org/jira/browse/SAMZA-2390
Project: Samza
Issue Type: Improvement
Reporter: Cameron Lee
Currently, when "job.config.rewriters" is not specified, then configs are not
rewritten.
However, if it is specified as the empty string, then it will try to load
properties (e.g. ConfigRewriter class) using the empty string as the name. This
will result in an error being thrown during the config rewriting phase since
there is no config rewriter class. Instead, there should just be a no-op when
"job.config.rewriters" is the empty string.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)