hive.mapred.local.mem 
Mapper/Reducer 在本地模式的最大内存量,以字节为单位,0为不限制。 

hive-default.xml

  <property>
    <name>hive.mapred.local.mem</name>
    <value>0</value>
    <description>mapper/reducer memory in local mode</description>
  </property>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2021-08-04
  • 2022-12-23
  • 2021-04-03
猜你喜欢
  • 2022-12-23
  • 2021-10-28
  • 2021-12-12
  • 2021-08-17
  • 2021-08-30
  • 2022-12-23
  • 2021-08-19
相关资源
相似解决方案