> On 4 Feb 2016, at 23:11, Ted Yu wrote:
>
> Assuming your change is based on hadoop-2 branch, you can use 'mvn install'
> command which would put artifacts under 2.8.0-SNAPSHOT subdir in your local
> maven repo.
>
+ generally, unless you want to run all the hadoop tests, set the -DskipTes
> On 4 Feb 2016, at 23:11, Ted Yu wrote:
>
> Assuming your change is based on hadoop-2 branch, you can use 'mvn install'
> command which would put artifacts under 2.8.0-SNAPSHOT subdir in your local
> maven repo.
>
> Here is an example:
> ~/.m2/repository/org/apache/hadoop/hadoop-hdfs/2.8.0-S
Assuming your change is based on hadoop-2 branch, you can use 'mvn install'
command which would put artifacts under 2.8.0-SNAPSHOT subdir in your local
maven repo.
Here is an example:
~/.m2/repository/org/apache/hadoop/hadoop-hdfs/2.8.0-SNAPSHOT
Then you can use the following command to build Spa