Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The following page has been changed by suresh antony:
http://wiki.apache.org/hadoop/Hive/AdminManual/Configuration

------------------------------------------------------------------------------
  ||hive.exec.script.wrapper||Wrapper around any invocations to script operator 
e.g. if this is set to python, the script passed to the script operator will be 
invoked as {{{python <script command>}}}. If the value is null or not set, the 
script is invoked as {{{<script command>}}}.||null||
  ||hive.exec.plan|| ||null||
  ||hive.exec.scratchdir||This directory is used by hive to store the plans for 
different map/reduce stages for the query as well as to stored the intermediate 
outputs of these stages.||/tmp/<user.name>/hive||
+ ||hive.querylog.location|| Directory where structured hive query logs are 
created. One file per session is created in this directory. If this variable 
set to empty string structured log will not be created.||/tmp/<user.name>||
  ||hive.exec.submitviachild||Determines whether the map/reduce jobs should be 
submitted through a separate jvm in the non local mode.||false - By default 
jobs are submitted through the same jvm as the compiler||
  ||hive.exec.script.maxerrsize||Maximum number of serialization errors allowed 
in a user script invoked through {{{TRANSFORM}}} or {{{MAP}}} or {{{REDUCE}}} 
constructs.||100000||
  ||hive.exec.compress.output||Determines whether the output of the final 
map/reduce job in a query is compressed or not.||false||

Reply via email to