Files
docker-hadoop/yarn-site.xml
2024-01-28 22:13:32 +05:30

8 lines
232 B
XML

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>yarn.nodemanager.aux-services</name>
<value>mapreduce_shuffle</value>
</property>
</configuration>