vora

Cannot Register Vora Tables in Spark


When attempting to register all tables in Vora with

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

I receive the following error

"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."

Is there a way of clearing all previous requests? Is there a way to clear the Vora Catalog outside of SQL command.


Solution

  • This error can occur in Vora 1.2 due to a program error with incorrect handling of partitioned tables. A workaround has been documented now on the Troubleshooting Blog. It is planned to address this issue with the next Vora version.