Vertica 8.0 stream with kafka 0.8
Hello everyone:
I'm testing the new vertica 8.0 through an upgrade from vertica 7.2.3
After upgradation,I want to add a new link betwen kafka and vertica through stream feature
Here is my operation log:
###vertica-config
###create--cluster=StreamCluster1
/opt/vertica/packages/kafka/bin/vkconfig cluster --create --cluster StreamCluster1 --hosts 192.168.3.145:9092 --username dbadmin
###create--target=test_local
/opt/vertica/packages/kafka/bin/vkconfig target --create --target-schema myscheduler --target-table test_local --username dbadmin
###create--source
[root@vertica-dev ~]# vi config.properties1
username=dbadmin
password=
dbhost=192.168.3.144
dbport=5433
cluster=StreamCluster1
source=SourceFeed
[root@vertica-dev ~]# /opt/vertica/packages/kafka/bin/vkconfig source --create --conf config.properties1
which causes an error
[Vertica][VJDBC](5861) ERROR:error calling processPartition() in user fucvtion kafkalisttopic ...
[Local:Brobker transport failure]
Can anyone help?thank you
Comments
I suspected that what if I use kafka wrong,
but when the status of kafka is <down>,
you can not even pass the step <vkconfig cluster --create>
So I was confused..