-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #438 from InterestingLab/rickyhuo.wd2.docs.spark
Rickyhuo.wd2.docs.flink
- Loading branch information
Showing
9 changed files
with
93 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
docs/zh-cn/v2/flink/configuration/source-plugins/Elasticsearch.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
## start-waterdrop-spark.sh 使用方法 | ||
## start-waterdrop-spark.sh 使用方法 | ||
|
||
|
||
### 使用说明 | ||
|
||
```bash | ||
bin/start-waterdrop-spark.sh -c config-path -m master -e deploy-mode -i city=beijing | ||
``` | ||
|
||
> 使用 `-c` 或者 `--config`来指定配置文件的路径 | ||
> 使用 `-m` 或者 `--master` 来指定集群管理器 | ||
> 使用 `-e` 或者 `--deploy-mode` 来指定部署模式 | ||
> 使用 `-i` 或者 `--variable` 来指定配置文件中的变量,可以配置多个 | ||
|
||
### 使用案例 | ||
|
||
``` | ||
# Yarn client 模式 | ||
./bin/start-waterdrop-spark.sh --master yarn --deploy-mode client --config ./config/application.conf | ||
# Yarn cluster 模式 | ||
./bin/start-waterdrop-spark.sh --master yarn --deploy-mode cluster --config ./config/application.conf | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
## 完整配置文件案例 [Spark] | ||
## 完整配置文件案例 [Spark] | ||
|
||
[配置示例1 : Streaming 流式计算](https://github.com/InterestingLab/waterdrop/blob/wd-v2-baseline/config/spark.streaming.conf.template) | ||
|
||
[配置示例2 : Batch 离线批处理](https://github.com/InterestingLab/waterdrop/blob/wd-v2-baseline/config/spark.batch.conf.template) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters