Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed May 16, 2016
1 parent 32bfca1 commit 3a120e3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mvn package
When Hadoop Unit is started, it should display stuff like that:
```bash
______ __ _________ _____ __ __________
___ / / /_____ ______ /___________________ __ / / /_________(_)_ /_ 1.2
___ / / /_____ ______ /___________________ __ / / /_________(_)_ /_ 1.3
__ /_/ /_ __ `/ __ /_ __ \ __ \__ __ \ _ / / /__ __ \_ /_ __/
_ __ / / /_/ // /_/ / / /_/ / /_/ /_ /_/ / / /_/ / _ / / / / / /_
/_/ /_/ \__,_/ \__,_/ \____/\____/_ .___/ \____/ /_/ /_//_/ \__/
Expand Down Expand Up @@ -64,7 +64,7 @@ Sample:
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-hdfs</artifactId>
<version>1.2</version>
<version>1.3</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -90,7 +90,7 @@ Sample:
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-hdfs</artifactId>
<version>1.2</version>
<version>1.3</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -223,35 +223,35 @@ To use it, add into the pom project stuff like that:
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-hdfs</artifactId>
<version>1.2</version>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-hive</artifactId>
<version>1.2</version>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-client-hdfs</artifactId>
<version>1.2</version>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-client-hive</artifactId>
<version>1.2</version>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-client-spark</artifactId>
<version>1.2</version>
<version>1.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -288,7 +288,7 @@ To use it, add into the pom project stuff like that:
<plugin>
<artifactId>hadoop-unit-maven-plugin</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>1.2</version>
<version>1.3</version>
<executions>
<execution>
<id>start</id>
Expand Down Expand Up @@ -407,7 +407,7 @@ To use it, add into the pom project stuff like that:
<plugin>
<artifactId>hadoop-unit-maven-plugin</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>1.2</version>
<version>1.3</version>
<executions>
<execution>
<id>start</id>
Expand All @@ -434,7 +434,7 @@ To use it, add into the pom project stuff like that:
<plugin>
<artifactId>hadoop-unit-maven-plugin</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>1.2</version>
<version>1.3</version>
<executions>
<execution>
<id>stop</id>
Expand Down

0 comments on commit 3a120e3

Please sign in to comment.