Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: _HIVE_DEFAULT_PARTITION_ begins and ends with two underscores, not one

...

hive.exec.default.partition.name
  • Default Value: __HIVE_DEFAULT_PARTITION__
  • Added In: Hive 0.6.0

The default partition name in case the dynamic partition column value is null/empty string or any other values that cannot be escaped. This value must not contain any special character used in HDFS URI (e.g., ':', '%', '/' etc). The user has to be aware that the dynamic partition value should not contain this value to avoid confusions.

...