steveloughran commented on code in PR #7732: URL: https://github.com/apache/hadoop/pull/7732#discussion_r2140379298
########## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/LocalFileSystemConfigKeys.java: ########## @@ -42,5 +42,12 @@ public class LocalFileSystemConfigKeys extends CommonConfigurationKeys { public static final String LOCAL_FS_CLIENT_WRITE_PACKET_SIZE_KEY = "file.client-write-packet-size"; public static final int LOCAL_FS_CLIENT_WRITE_PACKET_SIZE_DEFAULT = 64*1024; + + /** + * Verify checksums on read -default is true. + * <p> + * {@value}. + */ + public static final String LOCAL_FS_VERIFY_CHECKSUM = "file.verify-checksum"; Review Comment: rename fs.file.checksum.very and delclare in core-defaults to make more visible -- 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: common-issues-unsubscr...@hadoop.apache.org 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