diff options
| author | doufenghu <[email protected]> | 2024-09-02 23:36:07 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-09-02 23:36:07 +0800 |
| commit | 0d5ce165d30383a4b9b9945b61150d8e8015893d (patch) | |
| tree | d5e47880963730b170478ad3f7cdab9be024d2c1 /docs/grootstream-config.md | |
| parent | a55399cb95c6408233e84540db482ae5e6131746 (diff) | |
[Fix][e2e-common] Support user-defined variables via CLI when submitting a job.
Diffstat (limited to 'docs/grootstream-config.md')
| -rw-r--r-- | docs/grootstream-config.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/grootstream-config.md b/docs/grootstream-config.md index fb902ae..9dd442f 100644 --- a/docs/grootstream-config.md +++ b/docs/grootstream-config.md @@ -20,7 +20,7 @@ grootstream: ``` -### Knowledge Base +## Knowledge Base 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. @@ -77,3 +77,6 @@ grootstream: - asn_builtin.mmdb - asn_user_defined.mmdb ``` +## Properties +Global user-defined variables can be set in the `properties` section using key-value pairs, where the key represents a configuration property and the value specifies the desired setting. +The properties can be used in the configuration file by using `props.${property_name}`.
\ No newline at end of file |
