himanshudas opened a new issue #6280: URL: https://github.com/apache/incubator-pinot/issues/6280
I am getting an error on running this docker command. Request help. Command: ``` docker run --network=pinot-demo --name pinot-streaming-table-creation apachepinot/pinot:latest AddTable -schemaFile examples/stream/githubEvents/pullRequestMergedEvents_schema.json -tableConfigFile examples/stream/githubEvents/docker/pullRequestMergedEvents_realtime_table_config.json -controllerHost pinot-controller -controllerPort 9000 -exec ``` Output: ``` Executing command: AddTable -tableConfigFile examples/stream/githubEvents/docker/pullRequestMergedEvents_realtime_table_config.json -schemaFile examples/stream/githubEvents/pullRequestMergedEvents_schema.json -controllerHost pinot-controller -controllerPort 9000 -exec ``` Error: ```Sending request: http://pinot-controller:9000/schemas to controller: c0e845ca03ba, version: Unknown {"code":500,"error":"org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory"}``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
