diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1e5991..e7123f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/README.md b/README.md index 1f15dcd1..3cc7f84b 100755 --- a/README.md +++ b/README.md @@ -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 | diff --git a/hadoop-unit-site/src/site/markdown/install-hadoop-unit-standalone.md b/hadoop-unit-site/src/site/markdown/install-hadoop-unit-standalone.md index 1a101248..4a9801a8 100644 --- a/hadoop-unit-site/src/site/markdown/install-hadoop-unit-standalone.md +++ b/hadoop-unit-site/src/site/markdown/install-hadoop-unit-standalone.md @@ -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 @@ -13,7 +13,10 @@ * ```maven.local.repo```: set the location to your maven local repository (ex: `~//.m2/repository` for linux user or `C:/Users//.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 diff --git a/hadoop-unit-site/src/site/markdown/what-is-hadoop-unit.md b/hadoop-unit-site/src/site/markdown/what-is-hadoop-unit.md index 7ac227ae..73dfa1c6 100644 --- a/hadoop-unit-site/src/site/markdown/what-is-hadoop-unit.md +++ b/hadoop-unit-site/src/site/markdown/what-is-hadoop-unit.md @@ -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 |