Re: Hive Thrift Service - Not Running Continously

2013-08-06 Thread Sanjay Subramanian
At least that would ensure asynch running and would not die if ur session dies

Another way I would propose also is to have a screen session dedicated to 
hive_server and start it in synch mode
Create a screen session
==
screen -S  my_awesome_hive_server
## gets u into the screen session
##Start hive server
hive --service hiveserver
## Press Ctrl A D to detach from screen session

To go back to your screen session

screen -x  my_awesome_hive_server

From: , Snehalata 
mailto:snehalata_bhas...@syntelinc.com>>
Reply-To: "user@hive.apache.org<mailto:user@hive.apache.org>" 
mailto:user@hive.apache.org>>
Date: Monday, August 5, 2013 9:34 PM
To: Raj Hadoop mailto:hadoop...@yahoo.com>>
Cc: "user@hive.apache.org<mailto:user@hive.apache.org>" 
mailto:user@hive.apache.org>>
Subject: RE: Hive Thrift Service - Not Running Continously

Can you please try executing “nohup hive --service hiveserver &” command?

Regards,
Snehalata

From: Raj Hadoop [mailto:hadoop...@yahoo.com]
Sent: Monday, August 05, 2013 9:59 PM
To: Hive
Subject: Hive Thrift Service - Not Running Continously

Hi,


The hive thrift service is not running continously. I had to execute  the 
command (hive --service hiveserver &) very frequently . Can any one help me on 
this?

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.


RE: Hive Thrift Service - Not Running Continously

2013-08-05 Thread Bhaskar, Snehalata
Can you please try executing "nohup hive --service hiveserver &" command?

Regards,
Snehalata

From: Raj Hadoop [mailto:hadoop...@yahoo.com]
Sent: Monday, August 05, 2013 9:59 PM
To: Hive
Subject: Hive Thrift Service - Not Running Continously

Hi,


The hive thrift service is not running continously. I had to execute  the 
command (hive --service hiveserver &) very frequently . Can any one help me on 
this?

Thanks,
Raj


Re: Hive Thrift Service - Not Running Continously

2013-08-05 Thread Sanjay Subramanian
Can u see the logs why the service is dying ? Will have some clues 
there…sometimes the hive log directory can get full and that might kill it. I 
have seen that happening in our install here

From: Raj Hadoop mailto:hadoop...@yahoo.com>>
Reply-To: "user@hive.apache.org<mailto:user@hive.apache.org>" 
mailto:user@hive.apache.org>>, Raj Hadoop 
mailto:hadoop...@yahoo.com>>
Date: Monday, August 5, 2013 9:29 AM
To: Hive mailto:user@hive.apache.org>>
Subject: Hive Thrift Service - Not Running Continously

Hi,


The hive thrift service is not running continously. I had to execute  the 
command (hive --service hiveserver &) very frequently . Can any one help me on 
this?

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.


Hive Thrift Service - Not Running Continously

2013-08-05 Thread Raj Hadoop
Hi,
 
 
The hive thrift service is not running continously. I had to execute  the 
command (hive --service hiveserver &) very frequently . Can any one help me on 
this?
 
Thanks,
Raj