我正在尝试使用vora创建一个spark-vora表。但无法创建它的错误.
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)你能帮我解决这个问题吗?也会感激你的。
谢谢,阿卡什
发布于 2016-05-03 17:45:32
错误消息Failure in connecting to the catalog within 2 SECONDS表示您的Vora没有运行。我可以通过关闭集群中的Vora目录来再现相同的错误消息。
解决方案是启动Vora目录。确保Vora在使用时也已启动。
https://stackoverflow.com/questions/37001651
复制相似问题