Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed Sep 17, 2018
1 parent 11d3d49 commit c578ed8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
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 |
| ------------- | ------------- | ------------- |
| 2.9 | 0.1.15 | HDP 2.6.3.0 |
| 2.8 | 0.1.14 | HDP 2.6.2.0 |
| 2.7 | 0.1.14 | HDP 2.6.2.0 |
| 2.6 | 0.1.14 | HDP 2.6.2.0 |
Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-site/src/site/markdown/howto-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mvn install -DskipTests

# Built on

* [hadoop-mini-cluster-0.1.14](https://github.com/sakserv/hadoop-mini-clusters) (aka. HDP 2.6.2.0)
* [hadoop-mini-cluster-0.1.15](https://github.com/sakserv/hadoop-mini-clusters) (aka. HDP 2.6.3.0)
* [achilles-embedded-5.3.1](https://github.com/doanduyhai/Achilles)
* [maven resolver](https://github.com/apache/maven-resolver/)
* [embedded-elasticsearch](https://github.com/allegro/embedded-elasticsearch)
Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-site/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Welcome to the Hadoop Unit wiki!

```bash
______ __ _________ _____ __ __________
___ / / /_____ ______ /___________________ __ / / /_________(_)_ /_ 2.8
___ / / /_____ ______ /___________________ __ / / /_________(_)_ /_ 2.9
__ /_/ /_ __ `/ __ /_ __ \ __ \__ __ \ _ / / /__ __ \_ /_ __/
_ __ / / /_/ // /_/ / / /_/ / /_/ /_ /_/ / / /_/ / _ / / / / / /_
/_/ /_/ \__,_/ \__,_/ \____/\____/_ .___/ \____/ /_/ /_//_/ \__/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Install Hadoop Unit Standalone

* Download it on [search.maven.org](http://search.maven.org/remotecontent?filepath=fr/jetoile/hadoop/hadoop-unit-standalone/2.8/hadoop-unit-standalone-2.8.tar.gz)
* Download it on [search.maven.org](http://search.maven.org/remotecontent?filepath=fr/jetoile/hadoop/hadoop-unit-standalone/2.9/hadoop-unit-standalone-2.9.tar.gz)
* Unzip it
* Edit files:
* ```conf/hadoop.properties``` to activate the components you want
Expand Down
12 changes: 6 additions & 6 deletions hadoop-unit-site/src/site/markdown/maven-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Sample:
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-hdfs</artifactId>
<version>2.8</version>
<version>2.9</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -84,21 +84,21 @@ To use it, add into the pom project stuff like that:
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-client-hdfs</artifactId>
<version>2.8</version>
<version>2.9</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-client-hive</artifactId>
<version>2.8</version>
<version>2.9</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-client-spark</artifactId>
<version>2.8</version>
<version>2.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -332,7 +332,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>2.8</version>
<version>2.9</version>
<executions>
<execution>
<id>start</id>
Expand All @@ -359,7 +359,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>2.8</version>
<version>2.9</version>
<executions>
<execution>
<id>stop</id>
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 @@ -24,6 +24,7 @@ It offers different kinds of utilization:

| Hadoop Unit version | Hadoop mini cluster version | HDP version |
| ------------- | ------------- | ------------- |
| 2.9 | 0.1.15 | HDP 2.6.3.0 |
| 2.8 | 0.1.14 | HDP 2.6.2.0 |
| 2.7 | 0.1.14 | HDP 2.6.2.0 |
| 2.6 | 0.1.14 | HDP 2.6.2.0 |
Expand Down

0 comments on commit c578ed8

Please sign in to comment.