shaunschembri commented on issue #1924: java.lang.IllegalArgumentException: bound must be positive URL: https://github.com/apache/incubator-pinot/issues/1924#issuecomment-463232444 I found the issue and it was that the stream.kafka.decoder.class.name property was referencing an invalid class. I updated this property to org.apache.pinot.core.realtime.impl.kafka.KafkaJSONMessageDecoder and it worked. I updated the wiki however I cannot update the flights.tar.gz file. If you want you can get it from here and update your wiki https://github.com/shaunschembri/incubator-pinot-wiki/blob/master/flights.tar.gz?raw=true I have also opened this PR with simillar updates https://github.com/apache/incubator-pinot/pull/3826
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
