Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

mapreduce.input.fileinputformat.split.maxsize
  • Default Value: empty

  • Added In: Hive 2.1.0 with HIVE-13596

Whether enable loading UDFs from metastore on demand; this is mostly relevant for HS2 and was the default behavior before Hive 1.2For splittable data this changes the portion of the data that each mapper is assigned. By default each mapper is assigned based off of the block size. Entering a value larger than the block size will will decrease the number of splits which creates less mappers. Entering a value smaller than the block size will increase the number of splits which creates more mappers

SerDes and I/O

SerDes

hive.script.serde

...