You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1769,7 +1769,7 @@ To understand the risks and issues here know that:
1769
1769
* The most efficient data upload checksum is CRC32C; there are explicit opcodes for this in x86 and ARM CPUs, with the appropriate implementation circuitry.
1770
1770
* Data download validation checksums are also computationally expensive.
The option `NONE` is new to Hadoop 3.4.3; previously an empty string was required for the same behavior.
1832
1832
1833
-
The `CRC64NVME`/`CRC64_NVME` option is also new to Hadoop 3.4.3 and requires the `aws-crt` module to be on the classpath, otherwise an error is printed:
1834
-
1833
+
The `CRC64NVME`/`CRC64_NVME` option is also new to Hadoop 3.4.3 and requires the `aws-crt` module to be on the classpath, otherwise an error is printed:
1834
+
1835
1835
```
1836
1836
java.lang.RuntimeException: Could not load software.amazon.awssdk.crt.checksums.CRC64NVME.
1837
1837
Add dependency on 'software.amazon.awssdk.crt:aws-crt' module to enable CRC64NVME feature.
0 commit comments