Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove dot from jdbc value for hive.stats.dbclass (thanks, Szehon)

...

Hive 0.13 and later:  The storage that stores temporary Hive statistics. In filesystem based statistics collection ("fs"), each task writes statistics it has collected in a file on the filesystem, which will be aggregated after the job has finished. Supported values are fs (filesystem), jdbc(:.<database>), hbase, counter, and custom as defined in StatsSetupConst.java.

...