Anyone have experience getting Thrift and Hive to work?

I am having problems getting it to connect even though the hive server is
running with python:
Traceback (most recent call last):
  File "ThriftHive-remote", line 75, in <module>
    transport.open()
  File "/usr/lib/python2.5/site-packages/thrift/transport/TTransport.py",
line 132, in open
    return self.__trans.open()
  File "/usr/lib/python2.5/site-packages/thrift/transport/TSocket.py", line
76, in open
    raise TTransportException(TTransportException.NOT_OPEN, message)
thrift.transport.TTransport.TTransportException: Could not connect to
localhost:9090

It seems like it runs on port 9090 and I specified HIVE_PORT=9090 too so I
am not sure why it's having problems.

Suhail

-- 
http://mixpanel.com
Blog: http://blog.mixpanel.com

Reply via email to