Skip to content

Commit d3865c2

Browse files
committed
modified code to resolve some errors
1 parent c622c55 commit d3865c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/audit/AuditTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public String getName() {
9494
* @param args argument list
9595
* @param out output stream
9696
* @throws Exception on any failure.
97-
* @returnSUCCESS i.e, '0', which is an exit code
97+
* @return SUCCESS i.e, '0', which is an exit code
9898
*/
9999
@Override
100100
public int run(String[] args, PrintStream out)

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/audit/S3AAuditLogMergerAndParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ private void convertToAvroFile(
468468
* @param s3AFileSystem filesystem
469469
* @param s3LogsPath source path of logs
470470
* @param s3DestPath destination path of merged log file
471+
* @return true
471472
* @throws IOException on any failure
472473
*/
473474
public boolean mergeAndParseAuditLogFiles(S3AFileSystem s3AFileSystem,

0 commit comments

Comments
 (0)