summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-01-23 18:16:02 +0800
committerdoufenghu <[email protected]>2024-01-23 18:16:02 +0800
commitd7d7164b6f7b3b61273780803ff200cebabafcfc (patch)
treeed0e78c041d16a9737470715f2a716eb05f00aea /README.md
parent4a1fbba350ab79275b6cf976501900f83dbfe9d7 (diff)
[Improve][docs] Add connector.md, Kafka.md and improve user-guide.md description.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 095f235..98272aa 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Configure a job, you'll set up Sources, Filters, Processing Pipeline, and Sinks,
- [Source Connectors](docs/connector/source)
- [Sink Connectors](docs/connector/sink)
-- [Functions](docs/UDF)
+- [Functions](docs/processor/udf)
## Minimum Requirements
- Git installed
@@ -79,12 +79,12 @@ relate to [User Guide](docs/user-guide.md)
- Run the following command to start the groot-stream server for Standalone Mode:
```shell
cd "groot-stream-${version}"
-./bin/start.sh -c ./config/grootstream_job_template.yaml --target remote -d -n groot-stream-job
+./bin/start.sh -c ./config/inline_to_print.yaml --target remote -d -n inline-to-print-job
```
- Run the following command to start the groot-stream server for Yarn Per-job Mode:
```shell
cd "groot-stream-${version}"
-./bin/start.sh -c ./config/grootstream_job_template.yaml --target yarn-per-job -d -n groot-stream-job
+./bin/start.sh -c ./config/inline_to_print.yaml --target yarn-per-job -d -n inline-to-print-job
```
### Configuring