Repository: hbase Updated Branches: refs/heads/master 6c3fd3447 -> dd2c60b5b
HBASE-13725 [documentation] Pseudo-Distributed Local Install can link to hadoop instructions Signed-off-by: stack <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dd2c60b5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dd2c60b5 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/dd2c60b5 Branch: refs/heads/master Commit: dd2c60b5bf236b7b4b398a8bb48f58892b1aa8ce Parents: 6c3fd34 Author: Lars Francke <[email protected]> Authored: Thu May 21 01:06:52 2015 +0200 Committer: stack <[email protected]> Committed: Thu May 21 10:01:43 2015 -0700 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/getting_started.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/dd2c60b5/src/main/asciidoc/_chapters/getting_started.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/getting_started.adoc b/src/main/asciidoc/_chapters/getting_started.adoc index 41674a0..7839bad 100644 --- a/src/main/asciidoc/_chapters/getting_started.adoc +++ b/src/main/asciidoc/_chapters/getting_started.adoc @@ -294,9 +294,11 @@ You can skip the HDFS configuration to continue storing your data in the local f .Hadoop Configuration [NOTE] ==== -This procedure assumes that you have configured Hadoop and HDFS on your local system and or a remote system, and that they are running and available. -It also assumes you are using Hadoop 2. -Currently, the documentation on the Hadoop website does not include a quick start for Hadoop 2, but the guide at link:http://www.alexjf.net/blog/distributed-systems/hadoop-yarn-installation-definitive-guide is a good starting point. +This procedure assumes that you have configured Hadoop and HDFS on your local system and/or a remote +system, and that they are running and available. It also assumes you are using Hadoop 2. +The guide on +link:http://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.html[Setting up a Single Node Cluster] +in the Hadoop documentation is a good starting point. ====
