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.