Hi, I am currently testing pinot and am not able...
# getting-started
p
Hi, I am currently testing pinot and am not able to create realtime and offline table with same name. I want to injest data from kafka in the realtime table and let pinot handles creating and offloading segments to offline table. Here is the error I get
2023/02/09 13:00:24.206 INFO [AddTableCommand] [main] Executing command: AddTable -tableConfigFile null -offlineTableConfigFile /var/pinot/data/epoch_table_offline_table_config.json -realtimeTableConfigFilenull -schemaFile /var/pinot/data/epoch_table_schema.json -controllerProtocol http -controllerHost pinot-controller -controllerPort 9000 -user null -password [hidden] -exec
2023/02/09 13:00:24.514 INFO [AddTableCommand] [main] {"code":400,"error":"TableConfigs: epoch_table already exists. Use PUT to update existing config"}