diff --git hcatalog/streaming/src/java/org/apache/hive/hcatalog/streaming/package.html hcatalog/streaming/src/java/org/apache/hive/hcatalog/streaming/package.html index 1bd87b2..ed4d307 100644 --- hcatalog/streaming/src/java/org/apache/hive/hcatalog/streaming/package.html +++ hcatalog/streaming/src/java/org/apache/hive/hcatalog/streaming/package.html @@ -63,15 +63,21 @@
  • User of the client streaming process must have the necessary permissions to write to the table or partition and create partitions in the table.
  • -
  • When issuing MapReduce queries on streaming tables, the user must set - hive.input.format to - org.apache.hadoop.hive.ql.io.HiveInputFormat
  • -
  • Settings required in hive-site.xml: +
  • Currently, when issuing queries on streaming tables, query client must set
      -
    1. hive.txn.manager = +
    2. hive.input.format = + org.apache.hadoop.hive.ql.io.HiveInputFormat
    3. +
    4. hive.vectorized.execution.enabled = false
    5. +
  • + The above client settings are a temporary requirement and the intention is to + drop the need for them in the near future. +
  • Settings required in hive-site.xml for Metastore: +
      +
    1. hive.txn.manager = org.apache.hadoop.hive.ql.lockmgr.DbTxnManager
    2. -
    3. hive.compactor.initiator.on = true
    4. -
    5. hive.compactor.worker.threads > 0
    6. +
    7. hive.support.concurrency = true
    8. +
    9. hive.compactor.initiator.on = true
    10. +
    11. hive.compactor.worker.threads > 0