Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Hive doesn't respond when I try to make a query

0

56 views

I have a setup on a EC2 instance that uses Whirr to spin up new hadoop instances. I have been trying to get Hive to work with this setup. Hive should be configured to use mysql as the local metastore. The issue that I am having is that every time I try to run a query like( CREATE TABLE testers (foo INT, bark STRING); ) via the hive interface it just hangs there and doesn't seem like it is doing anything.

Any help would be appreciated.

asked May 18, 2011 1:19 pm CDT
posted via StackOverflow

1 Answers

0
 

I would first get the debug output from the hive command line to see where it is hanging. Run the hive shell with this parameter, and then paste the output of your command.

hive -hiveconf hive.root.logger=DEBUG,console

answered May 19, 2011 7:01 pm CDT

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions
Hive with Lucene
January 31, 2011
Hadoop/hive metastore
August 7, 2009