Skip to content

Commit 850d617

Browse files
committed
Next attempt to fix docu layout issue for Hadoop example
1 parent 6040574 commit 850d617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ In order to test our example, we now need to set up a single-node Hadoop cluster
157157
Here we discuss how to download and unpack Hadoop.
158158
<ol>
159159
<li>Install prerequisites by running <code>sudo apt-get install ssh rsync</code>.</li>
160-
<li>Go into a base folder where you want to install Hadoop. Let's call this folder <code>X</code>.<</li>
160+
<li>Go into a base folder where you want to install Hadoop. Let's call this folder <code>X</code>.</li>
161161
<li>Download Hadoop from one of the mirrors provided at <a href="http://www.apache.org/dyn/closer.cgi/hadoop/common/">http://www.apache.org/dyn/closer.cgi/hadoop/common/</a>. I choose <a href="http://www-eu.apache.org/dist/hadoop/common/">http://www-eu.apache.org/dist/hadoop/common/</a> and from there <a href="http://www-eu.apache.org/dist/hadoop/common/hadoop-2.7.2/">hadoop-2.7.2</a> from where I download <a href="http://www-eu.apache.org/dist/hadoop/common/hadoop-2.7.2/hadoop-2.7.2.tar.gz">hadoop-2.7.2.tar.gz</a> into <code>X</code>. If you chose a different Hadoop version, replace <code>2.7.2.</code> accordingly in the following steps.</li>
162162
<li>Once <a href="http://www-eu.apache.org/dist/hadoop/common/hadoop-2.7.2/hadoop-2.7.2.tar.gz">hadoop-2.7.2.tar.gz</a> has fully been downloaded, I either can do <code>Extract Here</code> in the file explorer or <code>tar -xf hadoop-2.7.2.tar.gz</code> in the terminal window to extract the archive.</li>
163163
<li>A new folder named <code>X/hadoop-2.7.2</code> should have appeared. If you chose a different Hadoop version, replace <code>2.7.2.</code> accordingly in the following steps.</li>

0 commit comments

Comments
 (0)