Skip to content

Commit 6040574

Browse files
committed
Hopfully fixed layout issues in docu
1 parent 99c3538 commit 6040574

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

hadoop/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,15 @@ Now you can actually build the imported project(s), i.e., generate a [`jar`](htt
146146

147147
### 2.3. Building under Linux without Eclipse
148148

149-
Under Linux, you can also simply run <code>make_linux.sh</code> in this project's folder to build the servlet without Eclipse, given that you have Maven installed.
149+
Under Linux, you can also simply run `make_linux.sh` in this project's folder to build the servlet without Eclipse, given that you have Maven installed.
150150

151151
### 2.4. Setting Up a Single-Node Hadoop Cluster
152152

153153
In order to test our example, we now need to set up a single-node Hadoop cluster. We therefore follow the guide given at [http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleCluster.html](http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleCluster.html). Here we provide the installation guide for Hadoop 2.7.2 Linux / Ubuntu.
154154

155-
#### 2.4.1. Download, Unpacking, and Setup
155+
### 2.4.1. Download, Unpacking, and Setup
156156

157+
Here we discuss how to download and unpack Hadoop.
157158
<ol>
158159
<li>Install prerequisites by running <code>sudo apt-get install ssh rsync</code>.</li>
159160
<li>Go into a base folder where you want to install Hadoop. Let's call this folder <code>X</code>.<</li>
@@ -204,10 +205,11 @@ For really using Hadoop in a pseudo-distributed fashion on our local computer, w
204205
</property>
205206
</configuration>
206207
</pre></li></ol>
207-
208208

209209
#### 2.4.4. Setup for SSH for Passwordless Connection to Local Host
210-
210+
211+
In order to run Hadoop in a pseudo-distributed fashion, we need to enable passwordless SSH connections to the local host.
212+
211213
<ol>
212214
<li>In the terminal, execute <code>ssh localhost</code> to test if you can open a <a href="https://en.wikipedia.org/wiki/Secure_Shell">secure shell</a> connection to your current, local computer <a href="http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleCluster.html#Setup_passphraseless_ssh">without needing a password</a>.
213215
</li>

0 commit comments

Comments
 (0)