I shutdown my HDFS client while HDFS and hive instances were running. Now when I relogged into Hive, I can\'t execute any of my DDL Tasks e.g. \"show tables\" or \"describe
I was told that generally we get this exception if we the hive console not terminated properly. The fix:
Run the jps command, look for "RunJar" process and kill it using kill -9 command