smengcl commented on pull request #2632:
URL: https://github.com/apache/hadoop/pull/2632#issuecomment-766511087


   Still not sure why CI is complaining about a file that I had already 
completely removed (`TracerConfigurationManager.java`):
   
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on 
project hadoop-common: Compilation failure: Compilation failure: 
   [ERROR] 
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-2632/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/tracing/TracerConfigurationManager.java:[35,51]
 error: cannot find symbol
   [ERROR]   symbol: class TraceAdminProtocol
   [ERROR] 
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-2632/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/tracing/TracerConfigurationManager.java:[47,22]
 error: cannot find symbol
   [ERROR]   symbol:   class SpanReceiverInfo
   [ERROR]   location: class TracerConfigurationManager
   [ERROR] 
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-2632/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/tracing/TracerConfigurationManager.java:[63,43]
 error: cannot find symbol
   [ERROR] 
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-2632/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/tracing/TracerConfigurationManager.java:[49,15]
 error: cannot find symbol
   [ERROR] -> [Help 1]
   [ERROR] 
   ```
   
   Not sure if yetus was facing some remnant issues. Guess I'll check that out 
later if I have time. For now I'll just trying starting a new PR.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to