Not that I know of…..sorry sanjay From: Raj Hadoop <hadoop...@yahoo.com<mailto:hadoop...@yahoo.com>> Reply-To: Raj Hadoop <hadoop...@yahoo.com<mailto:hadoop...@yahoo.com>> Date: Monday, May 20, 2013 2:17 PM To: Sanjay Subramanian <sanjay.subraman...@wizecommerce.com<mailto:sanjay.subraman...@wizecommerce.com>>, "user@hive.apache.org<mailto:user@hive.apache.org>" <user@hive.apache.org<mailto:user@hive.apache.org>>, User <u...@hadoop.apache.org<mailto:u...@hadoop.apache.org>> Subject: Re: Unable to stop Thrift Server
Hi Sanjay, I am using 0.9 version. I do not have a sudo access. is there any other command to stop the service. thanks, raj ________________________________ From: Sanjay Subramanian <sanjay.subraman...@wizecommerce.com<mailto:sanjay.subraman...@wizecommerce.com>> 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>>; User <u...@hadoop.apache.org<mailto:u...@hadoop.apache.org>> Sent: Monday, May 20, 2013 5:11 PM Subject: Re: Unable to stop Thrift Server 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. 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.