2. WebHDFS Administrator Guide

Step 1: Set up WebHDFS.

Add the following property to the hdfs-site.xml file:

<property>
   <name>dfs.webhdfs.enabled</name>
   <value>true</value>
</property>

Step 2: Start the HDP services again using the instructions provided here.