|
|
-
Re: Possible to set map/reduce log level in configuration file?Vinod Kumar Vavilapalli 2012-12-18, 04:59
That's not true, you don't need to restart the cluster. Changing client-side mapredi-site.xml is the correct solution. HTH, +Vinod On Dec 14, 2012, at 9:10 AM, Ted Reynolds wrote: > Hi Krishna, > > You can also set these properties in the mapred-site.xml, but this would require a restart of your cluster. > > Ted. > > Ted Reynolds > Technical Support Engineer > Hortonworks > Work Phone: 408-645-7079 > > > > > > On Fri, Dec 14, 2012 at 2:44 AM, Nitin Pawar <[EMAIL PROTECTED]> wrote: > if you want this to be set at every query you execute best would have a hiverc file and then include it as hive -i hiverc > > alternatively, you can create a .hiverc into your home directory and set the parameters you want, these will be included in each session > > > On Fri, Dec 14, 2012 at 4:05 PM, Krishna Rao <[EMAIL PROTECTED]> wrote: > Hi all, > > is it possible to set: mapreduce.map.log.level & mapreduce.reduce.log.level, within some config file? > > At the moment I have to remember to set these at the start of a hive session, or script. > > Cheers, > > Krishna > > > > -- > Nitin Pawar > |