Versions Compared

Key

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

...

  • bin/hive --hiveconf hive.root.logger=INFO,DRFA

Another option for logging is TimeBasedRollingPolicy (Applicable for Hive 0.15.0 and above, HIVE-9001) by providing DAILY option as shown below:

  • bin/hive --hiveconf hive.root.logger=INFO,DAILY

Note that setting hive.root.logger via the 'set' command does not change logging properties since they are determined at initialization time.

...