Cannot create vkconfig cluster
petrovivanvlad
Community Edition User
I'm trying to create a simple kafka job.
When i type:
$ vkconfig cluster --create --cluster test --hosts 192.168.1.85:9092 --conf cnf
It says:
Exception in thread "main" com.vertica.solutions.kafka.exception.ConfigurationException: Table 'stream_clusters' not found in v_catalog.tables
at com.vertica.solutions.kafka.cli.CLI.validateTableExists(CLI.java:270)
at com.vertica.solutions.kafka.cli.ClusterCLI.validate(ClusterCLI.java:38)
at com.vertica.solutions.kafka.cli.CLI._main(CLI.java:138)
at com.vertica.solutions.kafka.cli.ClusterCLI.main(ClusterCLI.java:27)
What should i do in order to create a cluster?
I already have resource pool "test_pool" and scheduler "test_kafka_batch".
0
Answers
Which schema did you use to create your test_kafka_batch scheduler? Make sure you have config-schema set to the same schema in your configuration properties file
Which schema did you use to create your test_kafka_batch scheduler? Make sure you have config-schema set to the same schema in your configuration properties file