Thanks Bejoy. It might be very convenient to support specifying configuration using a separate conf file, e.g.
hive -f query.hql -conf conf.xml Open a jira? Jie On Sat, Jul 7, 2012 at 10:43 PM, Bejoy KS <[email protected]> wrote: > Hi Jie > > You can set any properties using > Hive> SET property.name=value; > Anywhere in a hive session. > > Similarly in a file you can set all the required properties before the > corresponding queries and execute all queries in the file using > > Hive -f fileName.hql > > > Regards > Bejoy KS > > Sent from handheld, please excuse typos. > > -----Original Message----- > From: Jie Li <[email protected]> > Date: Sat, 7 Jul 2012 16:31:50 > To: <[email protected]> > Reply-To: [email protected] > Subject: Specify per-query configuration via a file > > Hi all, > > Besides "-hiveconf x=y", does Hive support specifying per-query > configuration via a file? > > Thanks, > Jie > > >
