summaryrefslogtreecommitdiff
path: root/docs/grootstream-config.md
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-11-13 00:04:20 +0800
committerdoufenghu <[email protected]>2024-11-13 00:04:20 +0800
commitb636c24d8349cd3ddd306e8a9561724fbd0d2b4c (patch)
tree830650f55480ec66e335450fa217a26e844ece19 /docs/grootstream-config.md
parent73a5f46181af3c9e596e8b08dc27f63339b04c53 (diff)
[Feature][API] 统一Operator实例生成接口为Factory. Connector Factory Identifier 统一为type,与任务配置文件保持一致.
Diffstat (limited to 'docs/grootstream-config.md')
-rw-r--r--docs/grootstream-config.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/grootstream-config.md b/docs/grootstream-config.md
index c5e3046..ad54603 100644
--- a/docs/grootstream-config.md
+++ b/docs/grootstream-config.md
@@ -24,7 +24,7 @@ grootstream:
The knowledge base is a collection of libraries that can be used in the groot-stream job's UDFs. File system type can be specified `local`, `http` or `hdfs`.
If the value is `http`, must be ` QGW Knowledge Base Repository` URL. The library will be dynamically updated according to the `scheduler.knowledge_base.update.interval.minutes` configuration.
-If the value is `local`, the library will be loaded from the local file system. Need to manually upgrade all operatorNodes in the Flink cluster when the library is updated.
+If the value is `local`, the library will be loaded from the local file system. Need to manually upgrade all jobTopologyNodes in the Flink cluster when the library is updated.
If the value is `hdfs`, the library will be loaded from the HDFS file system. More details about hdfs operation can be found in the [HDFS](./faq.md#hadoop-hdfs-commands-for-beginners).
| Name | Type | Required | Default | Description |
@@ -36,7 +36,7 @@ If the value is `hdfs`, the library will be loaded from the HDFS file system. Mo
### Define the knowledge base file from a local file
-> Ensures that the file path is accessible to all operatorNodes in your Flink cluster.
+> Ensures that the file path is accessible to all jobTopologyNodes in your Flink cluster.
```yaml
grootstream:
@@ -65,7 +65,7 @@ grootstream:
### Define the knowledge base file from a HDFS file system
-> Ensure that the HDFS file system is accessible to all operatorNodes in your Flink cluster.
+> Ensure that the HDFS file system is accessible to all jobTopologyNodes in your Flink cluster.
```yaml
grootstream: