To a verify that a server is running on a port ( 10,000 in this case ) and to ensure that there are no firewall issues run telnet servername 10000
The connection should succeed. Raj >________________________________ > From: Edward Capriolo <edlinuxg...@gmail.com> >To: common-user@hadoop.apache.org >Sent: Monday, April 16, 2012 2:55 PM >Subject: Re: Hive Thrift help > >You can NOT connect to hive thrift to confirm it's status. Thrift is >thrift not http. But you are right to say HiveServer does not produce >and output by default. > >if >netstat -nl | grep 10000 > >shows status it is up. > > >On Mon, Apr 16, 2012 at 5:18 PM, Rahul Jain <rja...@gmail.com> wrote: >> I am assuming you read thru: >> >> https://cwiki.apache.org/Hive/hiveserver.html >> >> The server comes up on port 10,000 by default, did you verify that it is >> actually listening on the port ? You can also connect to hive server using >> web browser to confirm its status. >> >> -Rahul >> >> On Mon, Apr 16, 2012 at 1:53 PM, Michael Wang >> <michael.w...@meredith.com>wrote: >> >>> we need to connect to HIVE from Microstrategy reports, and it requires the >>> Hive Thrift server. But I >>> tried to start it, and it just hangs as below. >>> # hive --service hiveserver >>> Starting Hive Thrift Server >>> Any ideas? >>> Thanks, >>> Michael >>> >>> This electronic message, including any attachments, may contain >>> proprietary, confidential or privileged information for the sole use of the >>> intended recipient(s). You are hereby notified that any unauthorized >>> disclosure, copying, distribution, or use of this message is prohibited. If >>> you have received this message in error, please immediately notify the >>> sender by reply e-mail and delete it. >>> > > >