java.lang.InterruptedException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via hive-user by Jone Zhang, 1 year ago
via hive-user by Xuefu Zhang, 9 months ago
via hive-user by Jone Zhang, 1 year ago
via Netbeans Bugzilla by dynamite, 1 year ago
via Netbeans Bugzilla by aldo, 1 year ago
via Google Groups by Charles Scott, 2 years ago
java.lang.InterruptedException:
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:503)
at org.apache.hive.spark.client.RemoteDriver$JobWrapper.call(RemoteDriver.java:371)
at org.apache.hive.spark.client.RemoteDriver$JobWrapper.call(RemoteDriver.java:335)
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)