-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improve][Document] Update the guide and add example #7388
Conversation
Please update english doc too. Thanks. |
已更新 |
``` | ||
|
||
If you want the example application to work properly, you need to add the following plugins. | ||
Typically, you do not need all the connector plugins. You can specify the required plugins by configuring `config/plugin_config`. For example, if you want the sample application to work properly, you will need the `connector-console` and `connector-fake` plugins. You can modify the `plugin.properties` configuration file as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typically, you do not need all the connector plugins. You can specify the required plugins by configuring `config/plugin_config`. For example, if you want the sample application to work properly, you will need the `connector-console` and `connector-fake` plugins. You can modify the `plugin.properties` configuration file as follows: | |
Typically, you do not need all the connector plugins. You can specify the required plugins by configuring `config/plugin_config`. For example, if you want the sample application to work properly, you will need the `connector-console` and `connector-fake` plugins. You can modify the `plugin_config` configuration file as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue mentioned above has been resolved.
If you need a specific connector version, taking 2.3.7 as an example, you need to execute the following command: | ||
|
||
```bash | ||
sh bin/install-plugin.sh 2.3.7 | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why delete this part?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue mentioned above has been resolved.
:::tip | ||
|
||
Starting from version 2.3.1, the `-e` parameter in `seatunnel.sh` has been deprecated. Please use the `-m` parameter instead. | ||
|
||
::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:::tip | |
Starting from version 2.3.1, the `-e` parameter in `seatunnel.sh` has been deprecated. Please use the `-m` parameter instead. | |
::: |
:::tip | ||
|
||
从2.3.1版本开始,seatunnel.sh中的-e参数被废弃,请改用-m参数。 | ||
|
||
::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:::tip | |
从2.3.1版本开始,seatunnel.sh中的-e参数被废弃,请改用-m参数。 | |
::: |
# Conflicts: # docs/en/start-v2/locally/quick-start-seatunnel-engine.md # docs/zh/start-v2/locally/quick-start-seatunnel-engine.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @yujian225
Update [deployment.md]
Update [quick-start-seatunnel-engine.md] Added an extended example (mysql to doris)