This is an automated email from the ASF dual-hosted git repository.
aengineer pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new d82014b HDDS-1149. Change the default ozone.client.checksum.type.
Contributed by Bharat Viswanadham.
d82014b is described below
commit d82014b70a0f89e77419af3b6eb2a3b572a726f5
Author: Anu Engineer <[email protected]>
AuthorDate: Sun Feb 24 13:22:36 2019 -0800
HDDS-1149. Change the default ozone.client.checksum.type.
Contributed by Bharat Viswanadham.
---
hadoop-hdds/common/src/main/resources/ozone-default.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-hdds/common/src/main/resources/ozone-default.xml
b/hadoop-hdds/common/src/main/resources/ozone-default.xml
index e8ae5ed..0eba789 100644
--- a/hadoop-hdds/common/src/main/resources/ozone-default.xml
+++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml
@@ -1466,7 +1466,7 @@
<property>
<name>ozone.client.checksum.type</name>
- <value>SHA256</value>
+ <value>CRC32</value>
<tag>OZONE, CLIENT, MANAGEMENT</tag>
<description>The checksum type [NONE/ CRC32/ CRC32C/ SHA256/ MD5]
determines
which algorithm would be used to compute checksum for chunk data.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]