Thanks for digging into the issue, Rajat. 

Mind filing a jira for this and uploading your patch ( without the frontend 
plugin change)? 

thanks
— Hitesh 

On Jul 15, 2015, at 3:53 PM, Rajat Jain <rajat...@gmail.com> wrote:

> 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 
> <jzh...@hortonworks.com> 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 <rajat...@gmail.com>
> Reply-To: Rajat Jain <rajat...@gmail.com>
> Date: Wednesday, July 15, 2015 at 3:26 PM
> To: Jianfeng Zhang <jzh...@hortonworks.com>
> Cc: "user@tez.apache.org" <user@tez.apache.org>
> 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>
> 

Reply via email to