From 1cab6fc0acf05f00d75e246430bd8dde06052c24 Mon Sep 17 00:00:00 2001 From: jetoile Date: Mon, 28 Jan 2019 14:21:08 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be0d28fa..1e6a4091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ ## Change Log -### v2.9 (2018/09/17 15:32 +00:00) +### upcoming (2019/01/28 13:20 +00:00) +- [d61f158](https://github.com/jetoile/hadoop-unit/commit/d61f158fe611114fc73006a023fb00144c0d91ab) update docs (@jetoile) +- [ce76424](https://github.com/jetoile/hadoop-unit/commit/ce76424ab456b7db44271a97d9c68faa650b1926) upgrade to hadoop-mini-cluster 0.1.16 (@jetoile) +- [c485a6d](https://github.com/jetoile/hadoop-unit/commit/c485a6da15a58eb7f356c42f4c0979a648db93d2) better log for standalone mode (@jetoile) +- [b49e372](https://github.com/jetoile/hadoop-unit/commit/b49e372f9c35e44f43297119c27e6b4596264277) Merge branch 'Arnaud-Nauwynck-master' (@jetoile) +- [952155e](https://github.com/jetoile/hadoop-unit/commit/952155e223528281c873be366dfc3a713b138021) remove script test-console.sh (@jetoile) +- [a5ed0b5](https://github.com/jetoile/hadoop-unit/commit/a5ed0b575127618d99d76de94c7d3f6b29eb8f09) do not use PATH to find maven (@jetoile) +- [67e4eb8](https://github.com/jetoile/hadoop-unit/commit/67e4eb8d5632a3560cd9314e526f9047692a7b67) fix maven_home detection + /home/khan hard-coded in default configuration (@Arnaud-Nauwynck) +- [4b41f55](https://github.com/jetoile/hadoop-unit/commit/4b41f55dded26a909281e3d84438120337aeb7cd) fix wrong port for knox and webhdfs (@jetoile) +- [7d47379](https://github.com/jetoile/hadoop-unit/commit/7d47379e790e1d87dcb2006acf48c17ce1df90b7) fix remoteRepo for standalone mode when maven's conf is used (@jetoile) +- [28fab22](https://github.com/jetoile/hadoop-unit/commit/28fab2254da1dca5c29799aa60e2babc8c8a0a44) update doc (@jetoile) +- [9f49b03](https://github.com/jetoile/hadoop-unit/commit/9f49b031c05c59779f24af7f6587e9639589f2fc) cleanup pom (@jetoile) +- [ffc8040](https://github.com/jetoile/hadoop-unit/commit/ffc8040c99fc9012cfa2ce4c49a687c62d076d75) fix tests (@jetoile) +- [2783a0d](https://github.com/jetoile/hadoop-unit/commit/2783a0d72a86ef10d6c44ef1c2560446a1d7410d) display WebHDFS port on console (@jetoile) +- [68c7615](https://github.com/jetoile/hadoop-unit/commit/68c7615519595cbf94980e80c2c6a6f88a991429) suppress test for hadoop-unit-client-alluxio (@jetoile) +- [16717db](https://github.com/jetoile/hadoop-unit/commit/16717dba295d51954b59e61304e88fb06c1bdde6) cleanup pom (@jetoile) +- [8b4838b](https://github.com/jetoile/hadoop-unit/commit/8b4838bde0977ca3592846f007e33ad8b0788446) upgrade alluxio to 1.8.1 (@jetoile) +- [54f62c1](https://github.com/jetoile/hadoop-unit/commit/54f62c10dc26d9684963aa2c323566b977754070) allow hadoop-unit-standalone to use maven conf if found (@jetoile) +- [9817fc1](https://github.com/jetoile/hadoop-unit/commit/9817fc1bf87d4769184360a3774f686680a9d7b9) better integration test management (@jetoile) +- [7372f5b](https://github.com/jetoile/hadoop-unit/commit/7372f5b991c0a28df03f7b632c4b0c8b7905b7e3) prepare for next dev version (@jetoile) + +### v2.9 (2018/09/17 15:35 +00:00) +- [2ad476e](https://github.com/jetoile/hadoop-unit/commit/2ad476e80ee61e1f1937845ba006693cc1e7e747) v2.9 (@jetoile) - [32b1cbb](https://github.com/jetoile/hadoop-unit/commit/32b1cbb6cedefb42517aeafc3a76e58dc6464a05) fix hive tests (@jetoile) - [c578ed8](https://github.com/jetoile/hadoop-unit/commit/c578ed839d2815899ca0040d37ce0214cf5baeee) doc update (@jetoile) - [11d3d49](https://github.com/jetoile/hadoop-unit/commit/11d3d4999ccc9b83b1821c0e9bc19f68357922d8) add support for hadoop-mini-cluster 0.1.15 (@jetoile)