Edit Mapred site XML file
</td></tr><tr><td>
**mapreduce.job.hdfs-servers**
</td><td>
Add this property for YARN:
```xml
<property>
<name>mapreduce.job.hdfs-servers</name>
<value>hdfs://*<active node name in the cluster>*:8020</value>
</property>**Note:** Do not add this property to containers using JDK17.x nodes.
</td></tr></tbody>
</table>4. Save and close the file.
Last updated
Was this helpful?

