Quantcast
Channel: Hortonworks » All Replies
Viewing all articles
Browse latest Browse all 3435

Enabling Short Cirtcuit in windows

$
0
0

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


Viewing all articles
Browse latest Browse all 3435

Trending Articles