mehakmeet commented on a change in pull request #3462:
URL: https://github.com/apache/hadoop/pull/3462#discussion_r712904835
##########
File path:
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/DefaultS3ClientFactory.java
##########
@@ -96,6 +97,9 @@
/** Exactly once log to inform about ignoring the AWS-SDK Warnings for CSE.
*/
private static final LogExactlyOnce IGNORE_CSE_WARN = new
LogExactlyOnce(LOG);
+ /** Bucket name. */
+ private String bucket;
Review comment:
Cannot make it final. Assigning it a value in a method
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]