I am trying to create a vora
table using spark-vora
. but unable to create it getting below error...
Caused by: com.sap.hl.catalog.VoraCatalogException$ConnectionTimeoutException: Failure in connecting to the catalog within 2 SECONDS at com.sap.hl.catalog.commands.Utils.handleResult(Utils.java:82) at com.sap.hl.catalog.commands.Utils.getTransaction(Utils.java:26) at com.sap.hl.catalog.commands.Exists.call(Exists.java:24) at com.sap.hl.catalog.commands.Exists.call(Exists.java:10) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745)
Could you please help me resolve this issue. will appreciate for the same.
The error message Failure in connecting to the catalog within 2 SECONDS
indicates that your Vora Catalog is not running. I could reproduce the same error message by shutting down the Vora Catalog in my cluster.
Solution would be to start the Vora Catalog. Make sure that the Vora Dlog is started too as the Vora Catalog is using it.