Skip to content

Commit

Permalink
add dfs.client.failover.lazy.resolved to hdfs-default.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeProMise committed Jan 10, 2024
1 parent 3343470 commit 95d9fbe
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4469,6 +4469,15 @@
</description>
</property>

<property>
<name>dfs.client.failover.lazy.resolved</name>
<value>false</value>
<description>
Used to enable lazy resolution of host->ip. If the value is true,
the host will only be resolved only before Dfsclient needs to request the host.
</description>
</property>

<property>
<name>dfs.client.key.provider.cache.expiry</name>
<value>864000000</value>
Expand Down

0 comments on commit 95d9fbe

Please sign in to comment.