Re: How to run TestCliDriver Unit Test

2014-10-28 Thread Gordon Wang
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

Re: How to run TestCliDriver Unit Test

2014-10-27 Thread Sergio Pena
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