From 7e3bce8d97a0960a08a1ce4f9511d38bd935da28 Mon Sep 17 00:00:00 2001 From: jetoile Date: Sun, 1 May 2016 18:43:47 +0200 Subject: [PATCH] update doc --- README.md | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c21a8120..f3aaaebc 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,22 @@ +hadoop-unit +==================== + +Hadoop-Unit is a project which allow testing projects which need hadoop ecosysteme like kafka, solr, hdfs, hive, hbase, ... + +Moreover, it provide a standalone component which can be run locally and which simulate a hadoop cluster. + +

+ + + +

+ #Usage When Hadoop Unit is started, it should display stuff like that: ```bash ______ __ _________ _____ __ __________ - ___ / / /_____ ______ /___________________ __ / / /_________(_)_ /_ 1.2-SNAPSHOT + ___ / / /_____ ______ /___________________ __ / / /_________(_)_ /_ 1.2 __ /_/ /_ __ `/ __ /_ __ \ __ \__ __ \ _ / / /__ __ \_ /_ __/ _ __ / / /_/ // /_/ / / /_/ / /_/ /_ /_/ / / /_/ / _ / / / / / /_ /_/ /_/ \__,_/ \__,_/ \____/\____/_ .___/ \____/ /_/ /_//_/ \__/ @@ -26,7 +39,7 @@ Sample: fr.jetoile.hadoop hadoop-unit-hdfs - 1.2-SNAPSHOT + 1.2 test ``` @@ -52,7 +65,7 @@ Sample: fr.jetoile.hadoop hadoop-unit-hdfs - 1.2-SNAPSHOT + 1.2 test ``` @@ -179,35 +192,35 @@ To use it, add into the pom project stuff like that: fr.jetoile.hadoop hadoop-unit-hdfs - 1.2-SNAPSHOT + 1.2 test fr.jetoile.hadoop hadoop-unit-hive - 1.2-SNAPSHOT + 1.2 test fr.jetoile.hadoop hadoop-unit-client-hdfs - 1.2-SNAPSHOT + 1.2 test fr.jetoile.hadoop hadoop-unit-client-hive - 1.2-SNAPSHOT + 1.2 test fr.jetoile.hadoop hadoop-unit-client-spark - 1.2-SNAPSHOT + 1.2 test @@ -244,7 +257,7 @@ To use it, add into the pom project stuff like that: hadoop-unit-maven-plugin fr.jetoile.hadoop - 1.2-SNAPSHOT + 1.2 start @@ -362,7 +375,7 @@ To use it, add into the pom project stuff like that: hadoop-unit-maven-plugin fr.jetoile.hadoop - 1.2-SNAPSHOT + 1.2 start @@ -389,7 +402,7 @@ To use it, add into the pom project stuff like that: hadoop-unit-maven-plugin fr.jetoile.hadoop - 1.2-SNAPSHOT + 1.2 stop