Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed Mar 16, 2019
1 parent 9a9abc9 commit 0a8fa35
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Change Log

### v3.3 (2019/03/13 21:43 +00:00)
### upcoming (2019/03/16 19:00 +00:00)
- [585a3c0](https://github.com/jetoile/hadoop-unit/commit/585a3c03aab814a4ceb13adf6d7e47915799269e) allow to override host on miniDfs (@jetoile)
- [8db0e79](https://github.com/jetoile/hadoop-unit/commit/8db0e790a7083d2bd9389a1021fde1381e3d5db2) update docs (@jetoile)
- [db212e3](https://github.com/jetoile/hadoop-unit/commit/db212e3a3ab2a6a085e0cbf8c92cd729efb15480) prepare for next dev version (@jetoile)

### v3.3 (2019/03/13 22:47 +00:00)
- [aeef1c3](https://github.com/jetoile/hadoop-unit/commit/aeef1c3c115024d0c2df4437e5e284d11efbc7ee) v3.3 (@jetoile)
- [72e3e61](https://github.com/jetoile/hadoop-unit/commit/72e3e6154ffe03765171fe82aee1a7a8a8218b0e) use filtering to manage version into hadoop-unit-default.properties (@jetoile)
- [ea3453d](https://github.com/jetoile/hadoop-unit/commit/ea3453dc672445cee79a91817c17c82f5a18f449) allow to set datanode address (@jetoile)
- [63493b9](https://github.com/jetoile/hadoop-unit/commit/63493b9676d3a253221e8a187afa882cdf74b8f2) update docs (@jetoile)
Expand All @@ -18,8 +24,8 @@
- [17df602](https://github.com/jetoile/hadoop-unit/commit/17df60299d535d0af6c7b35b2406e87a5fbd927d) update docs (@jetoile)

### v2.10.1 (2019/01/30 10:43 +00:00)
- [#91](https://github.com/jetoile/hadoop-unit/pull/91) fix standalone startup if MAVEN_HOME or M2_HOME are set (#91) (@jetoile)
- [116ef64](https://github.com/jetoile/hadoop-unit/commit/116ef64649bc15a796a62e6e1967b968a01000eb) update docs (@jetoile)
- [#91](https://github.com/jetoile/hadoop-unit/pull/91) fix standalone startup if MAVEN_HOME or M2_HOME are set (#91) (@jetoile)
- [53ebd80](https://github.com/jetoile/hadoop-unit/commit/53ebd8089a476fa6c7dc5ed21ff0f61ead3aeb5a) prepare for next dev version (@jetoile)

### v3.1 (2019/01/29 18:49 +00:00)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ hadoop-unit-standalone:

| Hadoop Unit version | Hadoop mini cluster version | HDP version |
| ------------- | ------------- | ------------- |
| 3.4 | 0.1.16 | HDP 2.6.5.0 |
| 3.3 | 0.1.16 | HDP 2.6.5.0 |
| 3.2 | 0.1.16 | HDP 2.6.5.0 |
| 3.1 | 0.1.16 | HDP 2.6.5.0 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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.3/hadoop-unit-standalone-3.3.tar.gz)
* Download it on [search.maven.org - v3](http://search.maven.org/remotecontent?filepath=fr/jetoile/hadoop/hadoop-unit-standalone/3.4/hadoop-unit-standalone-3.4.tar.gz)
* Unzip it
* Edit file:
* ```conf/hadoop.properties``` to activate the components you want
Expand All @@ -13,7 +13,10 @@
* ```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 `docker run -ti jetoile/hadoop-unit-standalone /bin/bash`.
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
Expand Down
1 change: 1 addition & 0 deletions hadoop-unit-site/src/site/markdown/what-is-hadoop-unit.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ It offers different kinds of utilization:

| Hadoop Unit version | Hadoop mini cluster version | HDP version |
| ------------- | ------------- | ------------- |
| 3.4 | 0.1.16 | HDP 2.6.5.0 |
| 3.3 | 0.1.16 | HDP 2.6.5.0 |
| 3.2 | 0.1.16 | HDP 2.6.5.0 |
| 3.1 | 0.1.16 | HDP 2.6.5.0 |
Expand Down

0 comments on commit 0a8fa35

Please sign in to comment.