Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed Mar 28, 2016
1 parent e93342d commit 587107c
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void tearDown() {
}
```

##WIntegration testing v2 (with specific component)
##Integration testing v2 (with specific component)
With maven, add dependencies of components which are needed

Sample:
Expand Down Expand Up @@ -154,18 +154,6 @@ To use it, add into the pom project stuff like that:
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.5</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>fr.jetoile.hadoop</groupId>
Expand Down Expand Up @@ -322,8 +310,8 @@ Built on:

Use:
* download and unzip hadoop
* download and unzip oozie (http://s3.amazonaws.com/public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.3.4.0/tars/oozie-4.2.0.2.3.4.0-3485-distro.tar.gz)
* edit default.properties and indicate HADOOP_HOME
* [for oozie only] download and unzip oozie (http://s3.amazonaws.com/public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.3.4.0/tars/oozie-4.2.0.2.3.4.0-3485-distro.tar.gz)
* edit default.properties and indicate HADOOP_HOME or set your HADOOP_HOME environment variable
* edit default.properties and indicate oozie.sharelib.path

Todo:
Expand Down

0 comments on commit 587107c

Please sign in to comment.