Raj
Which version r u using ?

I think from 0.9+ onwards its best to use service to stop and start and NOT hive

sudo service hive-metastore stop
sudo service hive-server stop

sudo service hive-metastore start
sudo service hive-server start

Couple of general things that might help

1. Use linux screens : then u can start many screen sessions and u don't have 
to give the synch mode "&" of execution
     Its very easy to manage several screen sessions and they keep running till 
your server restarts….and generally u can ssh to some jumhost and create your 
screen sessions there

2. Run the following
     pstree -pulac | less
     U can possible search for hive or your username or root which was used to 
start the service…and kill the process

sanjay

From: Raj Hadoop <hadoop...@yahoo.com<mailto:hadoop...@yahoo.com>>
Reply-To: "user@hive.apache.org<mailto:user@hive.apache.org>" 
<user@hive.apache.org<mailto:user@hive.apache.org>>, Raj Hadoop 
<hadoop...@yahoo.com<mailto:hadoop...@yahoo.com>>
Date: Monday, May 20, 2013 2:03 PM
To: Hive <user@hive.apache.org<mailto:user@hive.apache.org>>, User 
<u...@hadoop.apache.org<mailto:u...@hadoop.apache.org>>
Subject: Unable to stop Thrift Server

Hi,

I was not able to stopThrift Server after performing the following steps.

$ bin/hive --service hiveserver &
Starting Hive Thrift Server

$ netstat -nl | grep 10000
tcp 0 0 :::10000 :::* LISTEN


I gave the following to stop. but not working.

hive --service hiveserver --action stop 10000

How can I stop this service?


Thanks,
Raj

CONFIDENTIALITY NOTICE
======================
This email message and any attachments are for the exclusive use of the 
intended recipient(s) and may contain confidential and privileged information. 
Any unauthorized review, use, disclosure or distribution is prohibited. If you 
are not the intended recipient, please contact the sender by reply email and 
destroy all copies of the original message along with any attachments, from 
your computer system. If you are the intended recipient, please be advised that 
the content of this message is subject to access, review and disclosure by the 
sender's Email System Administrator.

Reply via email to