-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got this exception when trying to run hive #2
Comments
Can you provide some details on what command you executed to generate this error? |
I also have similar error. When I try to run hive interactive shell, I get this:
This error occurs after It seems, you have to pay the most attention on the MetaException:
Here is my full history of commands, which I have performed on virtual machine:
(IDEA and PyCharm was moved from physical machine using Vadrant scp plugin) I also can't connect to any of the GUIs (Namenode, JobHistory etc.). Obviously, that this problem is related to Hive |
None of the Hadoop/Spark/Hive services are configured to start when the system restarts, so what I'm guessing is happening is that you're trying to use the system after a restart. I'll work on adding this to the image, but in the meantime you should be able to manually start things up yourself, I've added instructions here: |
Logging initialized using configuration in jar:file:/usr/local/apache-hive-1.2.1-bin/lib/hive-common-1.2.1.jar!/hive-log4j.properties
Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:522)
The text was updated successfully, but these errors were encountered: