steveloughran commented on issue #1707: HADOOP-16697. Tune/audit auth mode URL: https://github.com/apache/hadoop/pull/1707#issuecomment-555180614 ``` ./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/AuthoritativeAudit.java:92: * @throws NonAuthoritativeDirException if it is non-auth and requireAuth=true.: Line is longer than 80 characters (found 81). [LineLength] ./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/Importer.java:118: private long importDir(FileStatus status) throws IOException {:37: 'status' hides a field. [HiddenField] ./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/MetastoreInstrumentation.java:21:public interface MetastoreInstrumentation {: Missing a Javadoc comment. [JavadocType] ./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/S3Guard.java:51:import org.apache.hadoop.fs.s3a.S3AInstrumentation;:8: Unused import - org.apache.hadoop.fs.s3a.S3AInstrumentation. [UnusedImports] ./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/S3GuardTool.java:1145: public int run(String[] args, PrintStream out):5: Method length is 175 lines (max allowed is 150). [MethodLength] ./hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/s3guard/ITestS3GuardAuthMode.java:59: * The main testFS is non-auth; we also create a test FS which runs in auth mode.: 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
