Skip to content

Commit 274be2d

Browse files
lu-xiaoshuangluxiaoshuang
authored and
luxiaoshuang
committed
docs(ingestion): enhancement for issue 12468
1 parent 4d998da commit 274be2d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/actions/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Actions are configured using a YAML file, much in the same way DataHub ingestion
4747

4848
With each component being independently pluggable and configurable.
4949

50-
```yml
50+
```yaml
5151
# 1. Required: Action Pipeline Name
5252
name: <action-pipeline-name>
5353

@@ -92,7 +92,7 @@ datahub:
9292

9393
An simple configuration file for a "Hello World" action, which simply prints all events it receives, is
9494

95-
```yml
95+
```yaml
9696
# 1. Action Pipeline Name
9797
name: "hello_world"
9898
# 2. Event Source: Where to source event from.
@@ -109,7 +109,7 @@ action:
109109
110110
We can modify this configuration further to filter for specific events, by adding a "filter" block.
111111
112-
```yml
112+
```yaml
113113
# 1. Action Pipeline Name
114114
name: "hello_world"
115115

@@ -140,7 +140,7 @@ action:
140140
To run a new Action, just use the `actions` CLI command
141141

142142
```
143-
datahub actions -c <config.yml>
143+
datahub actions -c <config.yaml>
144144
```
145145
146146
Once the Action is running, you will see
@@ -252,4 +252,4 @@ Check out the [original announcement](https://www.youtube.com/watch?v=7iwNxHgqxt
252252
253253
## License
254254
255-
Apache 2.0
255+
Apache 2.0

docs/ui-ingestion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ DNS name for the `datahub-gms` pod:
327327
### I see 'N/A' when I try to run ingestion. What do I do?
328328

329329
If you see 'N/A', and the ingestion run state never changes to 'Running', this may mean
330-
that your executor (`datahub-actions`) container is down.
330+
that your `datahub-ingestion` container (where `datahub actions -c <config-file>` lives, see also [actions](actions/README.md)) is down.
331331

332332
This container is responsible for executing requests to run ingestion when they come in, either
333333
on demand on a particular schedule. You can verify the health of the container using `docker ps`. Moreover, you can inspect the container logs using by finding the container id

0 commit comments

Comments
 (0)