Re: hive cli configuration quesiton

2014-06-16 Thread Douglas Moore
Glad to help.

Re: hive cli configuration quesiton

2014-06-16 Thread Jinyuan Zhou
Thanks Douglas, This should solve my problem. Regards Jinyuan (Jack) Zhou On Mon, Jun 16, 2014 at 11:55 AM, Douglas Moore < douglas.mo...@thinkbiganalytics.com> wrote: > Hive CLI has a -i option. We create a pre.sql file with hive > settings and then specify: > hive -i pre.hql -f query.hql > >

Re: hive cli configuration quesiton

2014-06-16 Thread Douglas Moore
Hive CLI has a -i option. We create a pre.sql file with hive settings and then specify: hive -i pre.hql -f query.hql On Mon, Jun 16, 2014 at 2:52 PM, Jinyuan Zhou wrote: > Hi, > I like to include common settings in one place when I run different hql > script via hive cli. > My setting is reall

hive cli configuration quesiton

2014-06-16 Thread Jinyuan Zhou
Hi, I like to include common settings in one place when I run different hql script via hive cli. My setting is really script specific, with my understanding of hive, hadoop, it is not very appropriate to put these settings in hive-site.xml, or hadoop configruation files. I don't want to repeat th