Versions Compared

Key

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

...

The interval with which to poll the JobTracker for the counters the running job. The smaller it is the more load there will be on the jobtracker, the higher it is the less granular the caught will be.

hive.enforce.bucketing
  • Added In: Hive 0.6.0
  • Default Value: false 
      Added In:
      • Hive 0.6
      .0
      • & later : false
      • Hive 1.x : false
      • Config is removed in Hive 2.x which has an effect that its always true (HIVE-12331)

    Whether bucketing is enforced. If true, while inserting into the table, bucketing is enforced.

    Set to true to support INSERT ... VALUES, UPDATE, and DELETE transactions (Hive 0.14.0 and later). For a complete list of parameters required for turning on Hive transactions, see hive.txn.manager.

    hive.enforce.sorting
    • Added In: Hive 0.6.0
    • Default Value: false 
        Added In:
        • Hive 0.6
        .0
        • & later : false
        • Hive 1.x : false
        • Config is removed in Hive 2.x which has an effect that its always true (HIVE-12331)

      Whether sorting is enforced. If true, while inserting into the table, sorting is enforced.

      ...