Hi,
We have installed Hadoop cluster in Windows, Could you please help me how to configure below properties in windows.
<property>
<name>dfs.client.read.shortcircuit</name>
<value>true</value>
<description>
This configuration parameter turns on short-circuit local reads.
</description>
</property>
<property>
<name>dfs.domain.socket.path</name>
<value>/home/stack/sockets/short_circuit_read_socket_PORT</value>
<description>
Optional. This is a path to a UNIX domain socket that will be used for
communication between the DataNode and local HDFS clients.
If the string “_PORT” is present in this path, it will be replaced by the
TCP port of the DataNode.
</description>
</property>
Thanks,
SambaSivaRao.Y