Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, there is no log line showing the failure is on which system and which class name failed, when the config variable exists but is an empty string.
val systemFactories = systemNames.map(systemName => { val systemFactoryClassName = config .getSystemFactory(systemName) .getOrElse(throw new SamzaException("A stream uses system %s, which is missing from the configuration." format systemName)) (systemName, Util.getObj[SystemFactory](systemFactoryClassName)) }).toMap
Attachments
Issue Links
- links to