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 GitBox <gi...@apache.org> on 2019/06/06 16:29:05 UTC

[GitHub] [hadoop] kai33 edited a comment on issue #911: HADOOP-16344 Make DurationInfo "public unstable

kai33 edited a comment on issue #911: HADOOP-16344 Make DurationInfo "public unstable
URL: https://github.com/apache/hadoop/pull/911#issuecomment-499569260
 
 
   @steveloughran could you help to revert this patch?
   the trunk is failed to compile
   
   ```
   [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-slave/workspace/hadoop-multibranch_PR-911/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/DurationInfo.java:[32,1] error: cannot find symbol
   [ERROR] symbol: class Public
   [ERROR] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-911/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/DurationInfo.java:[33,1] error: cannot find symbol
   ```
   
   the import should be 
   ```
   import org.apache.hadoop.classification.InterfaceAudience.Public;
   import org.apache.hadoop.classification.InterfaceStability.Unstable;
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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