1 Ответов

Рейтинг:
0

anjitaa

"To configure Hadoop to reuse JVM for mappers, we just need to add entry in the configuration file: $HADOOP_HOME/conf/mapred-site.xml
<property>
<name>mapred.job.reuse.jvm.num.tasks</name>
<value>-1</value>
</property>
We need to specify a number value how many times the JVM is to be reused (default is 1), or one can set to -1 for no limit on the reuse of JVM.
"


Подробнее о Hadoop читайте по этой ссылке Hadoop Tutorials Archives - DataFlair[^]