AbsaOSS / hyperdrive

Extensible streaming ingestion pipeline on top of Apache Spark
Apache License 2.0
44 stars 13 forks source link

List delimiter does not work for CommandLineIngestor #119

Closed kevinwallimann closed 4 years ago

kevinwallimann commented 4 years ago

Using the CommandLineIngestor a comma-delimited configuration value cannot be extracted as an array using getStringArray because no list delimiter handler is set for the configuration (as opposed to the PropertiesIngestionDriver

Fix it.