1. <property>  
  2.     <name>hive.support.concurrency</name>  
  3.     <value>true</value>  
  4. </property>  
  5. <property>  
  6.     <name>hive.exec.dynamic.partition.mode</name>  
  7.     <value>nonstrict</value>  
  8. </property>  
  9. <property>  
  10.     <name>hive.txn.manager</name>  
  11.     <value>org.apache.hadoop.hive.ql.lockmgr.DbTxnManager</value>  
  12. </property>  
  13. <property>  
  14.     <name>hive.compactor.initiator.on</name>  
  15.     <value>true</value>  
  16. </property>  
  17. <property>  
  18.     <name>hive.compactor.worker.threads</name>  
  19.     <value>1</value>  
  20. </property>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-26
  • 2021-03-31
  • 2022-12-23
  • 2021-07-10
  • 2022-02-19
  • 2022-01-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案