Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed Nov 3, 2019
1 parent f0a930d commit 307e268
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
# Install Hadoop Unit Standalone

* Download it on [search.maven.org - v2](http://search.maven.org/remotecontent?filepath=fr/jetoile/hadoop/hadoop-unit-standalone/2.10.1/hadoop-unit-standalone-2.10.1.tar.gz)
* Download it on [search.maven.org - v3](http://search.maven.org/remotecontent?filepath=fr/jetoile/hadoop/hadoop-unit-standalone/3.5/hadoop-unit-standalone-3.6.tar.gz)
* Download it on [search.maven.org - v3](http://search.maven.org/remotecontent?filepath=fr/jetoile/hadoop/hadoop-unit-standalone/3.6/hadoop-unit-standalone-3.6.tar.gz)
* Unzip it
* Edit file:

* ```conf/hadoop.properties``` to activate the components you want

If maven is already installed and configured (M2_HOME or MAVEN_HOME), you have no more file to modify

If maven is not installed, edit file:

* ```conf/hadoop-unit-default.properties``` to set your variables:

* ```maven.local.repo```: set the location to your maven local repository (ex: `~/<user>/.m2/repository` for linux user or `C:/Users/<user>/.m2/repository`
* ```maven.central.repo```: if you have a maven repository manager, set your repository

Or just do:

```bash
docker run -ti -p 20112:20112 -p 50010:50010 -p 50075:50075 -p 50020:50020 jetoile/hadoop-unit-standalone
```

## For linux/macOS users, run:

```bash
./bin/hadoop-unit-standalone console
```
Expand Down

0 comments on commit 307e268

Please sign in to comment.