steveloughran commented on pull request #2323:
URL: https://github.com/apache/hadoop/pull/2323#issuecomment-705609349


   javac failures on newly deprecated static fs.impl.FutureIOSupport methods 
I'm retaining to avoiding breaking things; checkstyle on 4 javadoc lines which 
are too wide because they reference other classes
   
   ```
   
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/impl/FunctionsRaisingIOE.java:41:
   * @deprecated use {@link 
org.apache.hadoop.util.functional.FunctionRaisingIOE}: Line is longer than 80 
characters (found 81). [LineLength]
   
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/impl/FunctionsRaisingIOE.java:54:
   * @deprecated use {@link 
org.apache.hadoop.util.functional.BiFunctionRaisingIOE}: Line is longer than 80 
characters (found 83). [LineLength]
   
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/impl/FunctionsRaisingIOE.java:65:
   * @deprecated use {@link 
org.apache.hadoop.util.functional.CallableRaisingIOE}: Line is longer than 80 
characters (found 81). [LineLength]
   
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/statistics/package-info.java:28:
 * {@link org.apache.hadoop.fs.statistics.IOStatisticsSource#getIOStatistics()} 
.: Line is longer than 80 characters (found 81). [LineLength]
   ```


----------------------------------------------------------------
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