Hi LakshmiKanth
        In production systems if you have a sequence of command to be executed 
pack them in order in a file. Then execute the command as
hive -f <filename> ;

For simplicity, you can use a cron job to run it in a scheduled manner. Just 
give this command in a .sh file call the file in cron. Infact you can use any 
scheduler that would trigger a .sh file.

But for hadoop based work flows the preferred workflow manager is oozie and 
I recommend oozie for hadoop jobs.

Regrads
Bejoy KS


________________________________
 From: LakshmiKanth P <lk.asp...@gmail.com>
To: user@hive.apache.org 
Sent: Tuesday, March 20, 2012 12:19 AM
Subject: Hive CLI and Standalone Server : Need Suggestion
 

Hi
 
 
I need to schedule my hive scripts which needs to process incoming weblogs on 
an hourly basis.  
 
Currently, I could process my weblog files by executing my scripts from hive 
command line interface.  Now I want to keep my scripts in a file and invoke my 
scripts at a regular periods of interval.  I came to know that hive command 
line options provides a facility to pass the .sql file as input for execution.  
Is it the right approach for any production environment.  
 
OR 
 
Should I use my hive server in stand alone mode and inovke my hive scripts 
using JDBC API.
 
Request you to suggest me the best approach.
 
 
Regards,
LK

Reply via email to