You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/24 16:08:00 UTC

[jira] [Commented] (HADOOP-15410) hoop-auth org.apache.hadoop.security.authentication.util.TestZKSignerSecretProvider org.apache.log4j package compile error

    [ https://issues.apache.org/jira/browse/HADOOP-15410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16450137#comment-16450137 ] 

ASF GitHub Bot commented on HADOOP-15410:
-----------------------------------------

GitHub user lqjack opened a pull request:

    https://github.com/apache/hadoop/pull/366

    HADOOP-15410

    change scope

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lqjack/hadoop HADOOP-15410

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hadoop/pull/366.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #366
    
----
commit 2742e795b11c20a33b23033b308c927739191bce
Author: lqjaclee <lq...@...>
Date:   2018-04-24T16:02:52Z

    HADOOP-15410
    
    change scope

----


> hoop-auth org.apache.hadoop.security.authentication.util.TestZKSignerSecretProvider org.apache.log4j package compile error
> --------------------------------------------------------------------------------------------------------------------------
>
>                 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
>            Priority: Major
>
> 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.3#76005)

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