Install prepacked CDH4 » History » Version 1
Henning Blohm, 20.09.2012 14:23
1 | 1 | Henning Blohm | h2. Install CDH4 from a preconfigured repository |
---|---|---|---|
2 | |||
3 | This site provides a pre-configured one-ckeck out user space installation of Cloudera's CDH4 Hadoop and HBase distributions. This page explains how to install it on your machine - which is really, really simple compared to normally suggested Hadoop installation procedures. |
||
4 | |||
5 | *Note #1:* This will only work on Linux or Mac OS |
||
6 | |||
7 | *Note #2:* The repository also contains an Eclipse project file and has Eclipse launchers for most functions required. |
||
8 | |||
9 | In short there are two steps: |
||
10 | |||
11 | # Clone the repository |
||
12 | # Adapt your local environment |
||
13 | |||
14 | h3. Clone the repository |
||
15 | |||
16 | The pre-configured distribution is stored in the repository "z2-samples-cdh4-base":http://redmine.z2-environment.net/projects/z2-samples/repository/z2-samples-cdh4-base. We assume you install everything (including an Eclipse workspace - if you run the samples) in *install*. |
||
17 | |||
18 | <pre><code> |
||
19 | cd install |
||
20 | git clone -b http://git.z2-environment.net/z2-samples.cdh4-base |
||
21 | </code></pre> |