瀏覽代碼

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 年之前
父節點
當前提交
6cb7b4b4d9
共有 1 個文件被更改,包括 10 次插入0 次删除
  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,
 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.
 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
 Getting Started
 ===============
 ===============