You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,14 +146,15 @@ Now you can actually build the imported project(s), i.e., generate a [`jar`](htt
146
146
147
147
### 2.3. Building under Linux without Eclipse
148
148
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.
150
150
151
151
### 2.4. Setting Up a Single-Node Hadoop Cluster
152
152
153
153
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.
154
154
155
-
####2.4.1. Download, Unpacking, and Setup
155
+
### 2.4.1. Download, Unpacking, and Setup
156
156
157
+
Here we discuss how to download and unpack Hadoop.
157
158
<ol>
158
159
<li>Install prerequisites by running <code>sudo apt-get install ssh rsync</code>.</li>
159
160
<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
204
205
</property>
205
206
</configuration>
206
207
</pre></li></ol>
207
-
208
208
209
209
#### 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
+
211
213
<ol>
212
214
<li>In the terminal, execute <code>ssh localhost</code> to test if you can open a <ahref="https://en.wikipedia.org/wiki/Secure_Shell">secure shell</a> connection to your current, local computer <ahref="http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleCluster.html#Setup_passphraseless_ssh">without needing a password</a>.
0 commit comments