From 4979140c171b9989346d8ae5f5100ba5a081b342 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 10 Jun 2011 19:02:57 +0000 Subject: [PATCH] Added suggestion made by Mike Spreitzer to hadoop section git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1134410 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/getting_started.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/docbkx/getting_started.xml b/src/docbkx/getting_started.xml index 684d7d339c2..acc7d62a6df 100644 --- a/src/docbkx/getting_started.xml +++ b/src/docbkx/getting_started.xml @@ -239,11 +239,11 @@ stopping hbase............... Because HBase depends on Hadoop, it bundles an instance of the Hadoop jar under its lib directory. The bundled Hadoop was made from the Apache branch-0.20-append branch at the time - of the HBase's release. It is critical that the - version of Hadoop that is out on your cluster matches what is under - HBase. Replace the hadoop jar found in the HBase - lib directory with the hadoop jar you are running - out on your cluster to avoid version mismatch issues. Make sure you + of the HBase's release. The bundled jar is ONLY for use in standalone mode. + In distributed mode, it is critical that the version of Hadoop that is out + on your cluster match what is under HBase. Replace the hadoop jar found in the HBase + lib directory with the hadoop jar you are running on + your cluster to avoid version mismatch issues. Make sure you replace the jar in HBase everywhere on your cluster. Hadoop version mismatch issues have various manifestations but often all looks like its hung up.