我在表中添加了两列,然后在vertica中启动调度程序,但vertica没有通过kafka接收任何数据。卡夫卡经纪人很好,它正在生产和使用数据,但vertica没有收到。

注意:在表中插入任何列之前,vertica可以正常运行。

我删除目标,然后创建它。

vkconfig target --delete --target-schema public --target-table web_hits --conf weblog.conf
vkconfig target --create --target-schema public --target-table web_hits --conf weblog.conf


和我对load-spec和microbatch命令所做的一样,但是没有用。启动调度程序后它仍然没有收到任何数据

最佳答案

避免问题的步骤

1)关机计划

2)在vertica sql以及kafka端添加或删除列

3)重新启动调度程序

关于python - 为什么我在表中添加列后,vertica为什么不提取数据?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/56181942/

10-11 07:02