You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2019/08/01 23:07:00 UTC

[jira] [Resolved] (HADOOP-15410) Update scope of log4j in hadoop-auth to provided

     [ https://issues.apache.org/jira/browse/HADOOP-15410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wei-Chiu Chuang resolved HADOOP-15410.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.3.0

I merged the PR. Close this jira. Thanks everyone!

> Update scope of log4j in hadoop-auth to provided
> ------------------------------------------------
>
>                 Key: HADOOP-15410
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15410
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.9.0
>            Reporter: lqjack
>            Assignee: lqjacklee
>            Priority: Major
>             Fix For: 3.3.0
>
>         Attachments: HADOOP-15410.000.patch
>
>
> When run the org.apache.hadoop.security.authentication.util.TestZKSignerSecretProvider , IDE will automatic compile the java class , but unlucky org.apache.log4j compile failed. 
> should change the pom.xml 
>     <dependency>
>       <groupId>log4j</groupId>
>       <artifactId>log4j</artifactId>
>       <scope>runtime</scope>
>     </dependency>
> to 
>     <dependency>
>       <groupId>log4j</groupId>
>       <artifactId>log4j</artifactId>
>       <scope>compile</scope>
>     </dependency>



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org