无法在 Spark 中注册 Vora 表

Cannot Register Vora Tables in Spark

当尝试使用

注册 Vora 中的所有表时

vc.sql("REGISTER ALL TABLES USING com.sap.spark.vora")

我收到以下错误

"The current Vora version does not support parallel loading of partitioned tables. Please wait until the previous partitioned tables are loaded, then issue your query again."

有没有办法清除所有以前的请求?有没有办法在 SQL 命令之外清除 Vora 目录。

删除 vora-discovery 和 vora-dlog 目录会删除所有元数据,我们能够重新创建表。

由于分区表处理不当的程序错误,Vora 1.2 中可能会出现此错误。 Troubleshooting Blog 上现已记录了解决方法。计划在下一个 Vora 版本中解决此问题。