James Kelleher
08/09/2022, 8:44 PMhelm install pinot pinot/pinot
. This worked great, I was even able to set up my own Realtime table consuming from one of our Confluent Kafka queues. Now, I want to play around on a beefier deployment, so I cloned the Helm charts into my own repo. I can still helm install
these, but when I try to create the table, I get this error:
│ 2022/08/09 20:42:54.461 INFO [AddTableCommand] [main] Executing command: AddTable -tableConfigFile /var/pinot/dmp/dmp_realtime_table_config.json -schemaFile /var/pinot/dmp/dmp_realtime_schema.json -co │
│ 2022/08/09 20:42:55.238 INFO [AddTableCommand] [main] {"code":500,"error":"org.apache.pinot.shaded.org.apache.kafka.common.KafkaException: Failed to construct kafka consumer"} │
│ Stream closed EOF for pinot/dmp-job-zhb2d (pinot-add-dmp-json)
Why isn’t Pinot able to construct the Kafka consumer anymore? Am I not deploying two near-identical setups?Mayank
James Kelleher
08/09/2022, 8:48 PMJames Kelleher
08/09/2022, 8:49 PM│ Caused by: org.apache.pinot.shaded.org.apache.kafka.common.KafkaException: javax.security.auth.login.LoginException: No LoginModule found for org.apache.kafka.common.security.scram.ScramLoginModule │
James Kelleher
08/09/2022, 8:49 PM│ Caused by: javax.security.auth.login.LoginException: No LoginModule found for org.apache.kafka.common.security.scram.ScramLoginModule │
James Kelleher
08/09/2022, 9:33 PMMayank