Versions Compared

Key

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

...

Provide an approximation of the maximum number of tasks that should be executed before dynamically generating the next set of tasks. The number is approximate as Hive will stop at a slightly higher number, the reason being some events might lead to a task increment that would cross the specified limit.

hive.repl.dump.metadata.only

 

  • Default Value: false
  • Added in: Hive 3.0.0 with HIVE-18352

Indicates whether replication dump only metadata information or data + metadata.

hive.repl.dump.include.acid.tables
  • Default Value: false
  • Added in: Hive 3.0.0 with HIVE-18352

Indicates if repl dump should include information about ACID tables. It should be used in conjunction with 'hive.repl.dump.metadata.only' to enable copying of metadata for acid tables which do not require the corresponding transaction semantics to be applied on target. This can be removed when ACID table replication is supported.

 


Blobstore (i.e. Amazon S3)

...