File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
hadoop-project/src/site/markdown Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,16 @@ you want to remain exclusively *your cluster*.
242
242
Finally, if you are using Hadoop as a service deployed/managed by someone else,
243
243
do determine what security their products offer and make sure it meets your requirements.
244
244
245
+ Protobuf Compatibility
246
+ ===============
247
+
248
+ In HADOOP-18197, we upgraded the Protobuf in hadoop-thirdparty to version 3.21.12.
249
+ This version may have compatibility issues with certain versions of JDK8,
250
+ and you may encounter some errors (please refer to the discussion in HADOOP-18197 for specific details).
251
+
252
+ To address this issue, we recommend upgrading the JDK version in your production environment to a higher version (> JDK8).
253
+ We will resolve this issue by upgrading hadoop-thirdparty's Protobuf to a higher version in a future release of 3.4.x.
254
+ Please note that we will discontinue support for JDK8 in future releases of 3.4.x.
245
255
246
256
Getting Started
247
257
===============
You can’t perform that action at this time.
0 commit comments