zhuzhurk commented on code in PR #24251:
URL: https://github.com/apache/flink/pull/24251#discussion_r1477213069


##########
docs/content/docs/dev/table/sql-gateway/hiveserver2.md:
##########
@@ -316,4 +316,4 @@ Supported Types
 
 The HiveServer2 Endpoint is built on the Hive2 now and supports all Hive2 
available types. For Hive-compatible tables, the HiveServer2 Endpoint
 obeys the same rule as the HiveCatalog to convert the Flink types to Hive 
Types and serialize them to the thrift object. Please refer to
-the [HiveCatalog]({{< ref 
"docs/connectors/table/hive/hive_catalog#supported-types" >}}) for the type 
mappings.
\ No newline at end of file
+the [HiveCatalog]({{< ref 
"docs/connectors/table/hive/hive_catalog#supported-types" >}}) for the type 
mappings.

Review Comment:
   Not sure what's the difference here? the end of line mark?



##########
docs/content.zh/docs/ops/state/state_backends.md:
##########
@@ -270,12 +270,12 @@ Flink还提供了两个参数来控制*写路径*(MemTable)和*读路径*(
 使用*预定义选项*,用户可以在每个 RocksDB 列族上应用一些预定义的配置,例如配置内存使用、线程、Compaction 
设置等。目前每个算子的每个状态都在 RocksDB 中有专门的一个列族存储。
 
 有两种方法可以选择要应用的预定义选项:
-  - 通过 `state.backend.rocksdb.predefined-options` 配置项将选项名称设置进 
`flink-conf.yaml` 。
+  - 通过 `state.backend.rocksdb.predefined-options` 配置项将选项名称设置进 [Flink 配置文件]({{< 
ref "docs/deployment/config#flink-configuration-file" >}}) 。
   - 
通过程序设置:`EmbeddedRocksDBStateBackend.setPredefinedOptions(PredefinedOptions.SPINNING_DISK_OPTIMIZED_HIGH_MEM)`
 。
 
 该选项的默认值是 `DEFAULT` ,对应 `PredefinedOptions.DEFAULT` 。
 
-#### 从 flink-conf.yaml 中读取列族选项
+#### 从 Flink configuration file 中读取列族选项

Review Comment:
   -> Flink 配置文件



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to