Amend documentation around hdfs-630 recommended patch

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@880886 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-11-16 18:17:38 +00:00
parent 68316838ce
commit 538841b788
1 changed files with 3 additions and 2 deletions

View File

@ -97,8 +97,9 @@
In the meantime the NameNode can still send DFSClients to the dead DataNode as host for
a replicated block. DFSClient can get stuck on trying to get block from a
dead node. This patch allows DFSClients pass NameNode lists of known dead DataNodes.
Recommended, particularly if your cluster is small. Apply to your hadoop cluster
(Its already applied to the hadoop-hdfs jar that is bundled with hbase).
Recommended, particularly if your cluster is small. Apply to your hadoop cluster and
replace the <code>${HBASE_HOME}/lib/hadoop-hdfs-X.X.X.jar</code> with the built
patched version.
</li>
</ul>
</li>