Skip to content

Commit 65a2bde

Browse files
authored
HADOOP-19099. Add Protobuf Compatibility Notes (#6607) Contributed by Shilun Fan.
Reviewed-by: He Xiaoqiao <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
1 parent 552452b commit 65a2bde

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hadoop-project/src/site/markdown/index.md.vm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,16 @@ you want to remain exclusively *your cluster*.
242242
Finally, if you are using Hadoop as a service deployed/managed by someone else,
243243
do determine what security their products offer and make sure it meets your requirements.
244244

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.
245255

246256
Getting Started
247257
===============

0 commit comments

Comments
 (0)