[
https://issues.apache.org/jira/browse/HADOOP-16168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16808948#comment-16808948
]
Fengnan Li edited comment on HADOOP-16168 at 4/3/19 5:24 PM:
-------------------------------------------------------------
I haven't got time to looked at this one but glad to know it is not an issue
anymore!
Thanks for the update [~iwasakims] and [~adam.antal]
was (Author: fengnanli):
I haven't got time to looked at this one but glad to know it is not an issue
anymore!
Thanks for the update [~iwasakims]
> mvn clean site is not compiling in trunk
> ----------------------------------------
>
> Key: HADOOP-16168
> URL: https://issues.apache.org/jira/browse/HADOOP-16168
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 3.2.1
> Reporter: Adam Antal
> Assignee: Fengnan Li
> Priority: Blocker
>
> This is a follow-up Jira for HDFS-14118.
> {{mvn clean site}} is not compiling on trunk with the following error message:
> {noformat}
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /Users/adamantal/git/hadoop/hadoop-hdfs-project/hadoop-hdfs-client/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConfiguredFailoverProxyProvider.java:[23,29]
> cannot find symbol
> symbol: class MockDomainNameResolver
> location: package org.apache.hadoop.net
> [ERROR]
> /Users/adamantal/git/hadoop/hadoop-hdfs-project/hadoop-hdfs-client/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConfiguredFailoverProxyProvider.java:[149,11]
> cannot find symbol
> symbol: variable MockDomainNameResolver
> location: class
> org.apache.hadoop.hdfs.server.namenode.ha.TestConfiguredFailoverProxyProvider
> [ERROR]
> /Users/adamantal/git/hadoop/hadoop-hdfs-project/hadoop-hdfs-client/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConfiguredFailoverProxyProvider.java:[150,11]
> cannot find symbol
> symbol: variable MockDomainNameResolver
> location: class
> org.apache.hadoop.hdfs.server.namenode.ha.TestConfiguredFailoverProxyProvider
> [ERROR]
> /Users/adamantal/git/hadoop/hadoop-hdfs-project/hadoop-hdfs-client/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConfiguredFailoverProxyProvider.java:[162,9]
> cannot find symbol
> symbol: class MockDomainNameResolver
> location: class
> org.apache.hadoop.hdfs.server.namenode.ha.TestConfiguredFailoverProxyProvider
> [ERROR]
> /Users/adamantal/git/hadoop/hadoop-hdfs-project/hadoop-hdfs-client/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConfiguredFailoverProxyProvider.java:[261,9]
> cannot find symbol
> symbol: variable MockDomainNameResolver
> location: class
> org.apache.hadoop.hdfs.server.namenode.ha.TestConfiguredFailoverProxyProvider
> [ERROR]
> /Users/adamantal/git/hadoop/hadoop-hdfs-project/hadoop-hdfs-client/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConfiguredFailoverProxyProvider.java:[263,9]
> cannot find symbol
> symbol: variable MockDomainNameResolver
> location: class
> org.apache.hadoop.hdfs.server.namenode.ha.TestConfiguredFailoverProxyProvider
> [ERROR]
> /Users/adamantal/git/hadoop/hadoop-hdfs-project/hadoop-hdfs-client/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConfiguredFailoverProxyProvider.java:[288,19]
> cannot find symbol
> symbol: variable MockDomainNameResolver
> location: class
> org.apache.hadoop.hdfs.server.namenode.ha.TestConfiguredFailoverProxyProvider
> [ERROR]
> /Users/adamantal/git/hadoop/hadoop-hdfs-project/hadoop-hdfs-client/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConfiguredFailoverProxyProvider.java:[292,19]
> cannot find symbol
> symbol: variable MockDomainNameResolver
> location: class
> org.apache.hadoop.hdfs.server.namenode.ha.TestConfiguredFailoverProxyProvider
> {noformat}
> {{MockDomainNameResolver}} is in
> {{hadoop-common-project/hadoop-common/src/test}} while
> {{TestConfiguredFailoverProxyProvider}} is in
> {{hadoop-hdfs-project/hadoop-hdfs-client/src/test}}.
> Though we have the following dependency:
> {noformat}
> <dependency>
> <groupId>org.apache.hadoop</groupId>
> <artifactId>hadoop-common</artifactId>
> <scope>test</scope>
> <type>test-jar</type>
> </dependency>
> {noformat}
> probably that's not enough.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]