I run this command: mvn clean install -DskipTests
It automatically picks up Hadoop 2.6.0 from the pom.xml. I also thought hadoop-auth would be implicitly included, but apparently thats not the case. On Wed, Jul 15, 2015 at 3:51 PM, Jianfeng (Jeff) Zhang < [email protected]> wrote: > > hadoop-auth should be implicitly included as a dependency of > hadoop-common. Do you specify hadoop version when building it ? > > > > > > > > Best Regard, > Jeff Zhang > > > From: Rajat Jain <[email protected]> > Reply-To: Rajat Jain <[email protected]> > Date: Wednesday, July 15, 2015 at 3:26 PM > To: Jianfeng Zhang <[email protected]> > Cc: "[email protected]" <[email protected]> > Subject: Re: Error compiling tez (0.6.1 and 0.7.0) from scratch > > @@ -424,6 +424,11 @@ > </dependency> > <dependency> > <groupId>org.apache.hadoop</groupId> > + <artifactId>hadoop-auth</artifactId> > + <version>${hadoop.version}</version> > + </dependency> > + <dependency> > + <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-yarn-common</artifactId> > <version>${hadoop.version}</version> > <exclusions> >
