Nice!
Thanks to Xuefu and Serigo for your reply!
It works now!
On Tue, Oct 28, 2014 at 1:21 PM, Sergio Pena
wrote:
> Hey Gordon,
>
> Now it is done in two steps.
>
> 1) Compile the main project first
> trunk# mvn clean compile -Phadoop-2 -DskipTests
>
> 2) Compile the itests/ directory second
Hey Gordon,
Now it is done in two steps.
1) Compile the main project first
trunk# mvn clean compile -Phadoop-2 -DskipTests
2) Compile the itests/ directory second
trunk# cd itests
itests# mvn clean compile -Phadoop-2 -DskipTests
Then, you can start the test you want (let's say you want to ru