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: [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]