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
- - hive.txn.manager =
+
- hive.input.format =
+ org.apache.hadoop.hive.ql.io.HiveInputFormat
+ - hive.vectorized.execution.enabled = false
+
+ 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:
+
+ - hive.txn.manager =
org.apache.hadoop.hive.ql.lockmgr.DbTxnManager
- - hive.compactor.initiator.on = true
- - hive.compactor.worker.threads > 0
+ - hive.support.concurrency = true
+ - hive.compactor.initiator.on = true
+ - hive.compactor.worker.threads > 0