Bladeren bron

HADOOP-19099. Add Protobuf Compatibility Notes (#6607) Contributed by Shilun Fan.

Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org>
Signed-off-by: Shilun Fan <slfan1989@apache.org>
slfan1989 1 jaar geleden
bovenliggende
commit
bd8b77f398
1 gewijzigde bestanden met toevoegingen van 10 en 0 verwijderingen
  1. 10 0
      hadoop-project/src/site/markdown/index.md.vm

+ 10 - 0
hadoop-project/src/site/markdown/index.md.vm

@@ -242,6 +242,16 @@ you want to remain exclusively *your cluster*.
 Finally, if you are using Hadoop as a service deployed/managed by someone else,
 do determine what security their products offer and make sure it meets your requirements.
 
+Protobuf Compatibility
+===============
+
+In HADOOP-18197, we upgraded the Protobuf in hadoop-thirdparty to version 3.21.12.
+This version may have compatibility issues with certain versions of JDK8,
+and you may encounter some errors (please refer to the discussion in HADOOP-18197 for specific details).
+
+To address this issue, we recommend upgrading the JDK version in your production environment to a higher version (> JDK8).
+We will resolve this issue by upgrading hadoop-thirdparty's Protobuf to a higher version in a future release of 3.4.x.
+Please note that we will discontinue support for JDK8 in future releases of 3.4.x.
 
 Getting Started
 ===============