[1.3.6-prepare]Update the main repository link (#5285)
* [1.3.6-prepare]Update the main repository link * Update the main repository link
This commit is contained in:
parent
4c12c2ad70
commit
f7f87054b9
|
|
@ -14,12 +14,12 @@ There are three branches in the remote repository currently:
|
|||
|
||||
So, you should fork the `dev` branch.
|
||||
|
||||
After forking the [dolphinscheduler upstream source repository](https://github.com/apache/incubator-dolphinscheduler/fork) to your personal repository, you can set your personal development environment.
|
||||
After forking the [dolphinscheduler upstream source repository](https://github.com/apache/dolphinscheduler/fork) to your personal repository, you can set your personal development environment.
|
||||
|
||||
```sh
|
||||
$ cd <your work direcotry>
|
||||
$ git clone < your personal forked dolphinscheduler repo>
|
||||
$ cd incubator-dolphinscheduler
|
||||
$ cd dolphinscheduler
|
||||
```
|
||||
|
||||
## Set git remote as ``upstream``
|
||||
|
|
@ -27,7 +27,7 @@ $ cd incubator-dolphinscheduler
|
|||
Add remote repository address, named upstream
|
||||
|
||||
```sh
|
||||
git remote add upstream https://github.com/apache/incubator-dolphinscheduler.git
|
||||
git remote add upstream https://github.com/apache/dolphinscheduler.git
|
||||
```
|
||||
|
||||
View repository:
|
||||
|
|
|
|||
10
README.md
10
README.md
|
|
@ -3,12 +3,12 @@ Dolphin Scheduler Official Website
|
|||
============
|
||||
|
||||
[](https://www.apache.org/licenses/LICENSE-2.0.html)
|
||||
[](https://github.com/apache/Incubator-DolphinScheduler)
|
||||
[](https://codecov.io/gh/apache/incubator-dolphinscheduler/branch/dev)
|
||||
[](https://github.com/apache/dolphinscheduler)
|
||||
[](https://codecov.io/gh/apache/dolphinscheduler/branch/dev)
|
||||
[](https://sonarcloud.io/dashboard?id=apache-dolphinscheduler)
|
||||
|
||||
|
||||
[](https://starchart.cc/apache/incubator-dolphinscheduler)
|
||||
[](https://starchart.cc/apache/dolphinscheduler)
|
||||
|
||||
[](README.md)
|
||||
[](README_zh_CN.md)
|
||||
|
|
@ -81,7 +81,7 @@ We would like to express our deep gratitude to all the open-source projects used
|
|||
|
||||
## Get Help
|
||||
|
||||
1. Submit an [[issue](https://github.com/apache/incubator-dolphinscheduler/issues/new/choose)]
|
||||
1. Submit an [[issue](https://github.com/apache/dolphinscheduler/issues/new/choose)]
|
||||
1. Subscribe to this mail list: https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html, then email dev@dolphinscheduler.apache.org
|
||||
|
||||
## Community
|
||||
|
|
@ -96,4 +96,4 @@ The community welcomes everyone to participate in contributing, please refer to
|
|||
|
||||
## License
|
||||
|
||||
Please refer to the [LICENSE](https://github.com/apache/incubator-dolphinscheduler/blob/dev/LICENSE) file.
|
||||
Please refer to the [LICENSE](https://github.com/apache/dolphinscheduler/blob/dev/LICENSE) file.
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@ Dolphin Scheduler Official Website
|
|||
============
|
||||
|
||||
[](https://www.apache.org/licenses/LICENSE-2.0.html)
|
||||
[](https://github.com/apache/Incubator-DolphinScheduler)
|
||||
[](https://codecov.io/gh/apache/incubator-dolphinscheduler/branch/dev)
|
||||
[](https://github.com/apache/dolphinscheduler)
|
||||
[](https://codecov.io/gh/apache/dolphinscheduler/branch/dev)
|
||||
[](https://sonarcloud.io/dashboard?id=apache-dolphinscheduler)
|
||||
|
||||
|
||||
[](https://starchart.cc/apache/incubator-dolphinscheduler)
|
||||
[](https://starchart.cc/apache/dolphinscheduler)
|
||||
|
||||
[](README_zh_CN.md)
|
||||
[](README.md)
|
||||
|
|
@ -52,7 +52,7 @@ Dolphin Scheduler Official Website
|
|||
|
||||
## 近期研发计划
|
||||
|
||||
DolphinScheduler的工作计划:<a href="https://github.com/apache/incubator-dolphinscheduler/projects/1" target="_blank">研发计划</a> ,其中 In Develop卡片下是正在研发的功能,TODO卡片是待做事项(包括 feature ideas)
|
||||
DolphinScheduler的工作计划:<a href="https://github.com/apache/dolphinscheduler/projects/1" target="_blank">研发计划</a> ,其中 In Develop卡片下是正在研发的功能,TODO卡片是待做事项(包括 feature ideas)
|
||||
|
||||
## 参与贡献
|
||||
|
||||
|
|
@ -97,4 +97,4 @@ Dolphin Scheduler使用了很多优秀的开源项目,比如google的guava、g
|
|||
|
||||
## 版权
|
||||
|
||||
请参考 [LICENSE](https://github.com/apache/incubator-dolphinscheduler/blob/dev/LICENSE) 文件.
|
||||
请参考 [LICENSE](https://github.com/apache/dolphinscheduler/blob/dev/LICENSE) 文件.
|
||||
|
|
|
|||
|
|
@ -54,41 +54,41 @@
|
|||
|
||||
1. Install Dolphin Scheduler on ambari web interface
|
||||
|
||||

|
||||

|
||||
|
||||
2. Select the nodes for the Dolphin Scheduler's Master installation
|
||||
|
||||

|
||||

|
||||
|
||||
3. Configure the Dolphin Scheduler's nodes for Worker, Api, Logger, Alert installation
|
||||
|
||||

|
||||

|
||||
|
||||
4. Set the installation users of the Dolphin Scheduler service (created in step 1) and the user groups they belong to
|
||||
|
||||

|
||||

|
||||
|
||||
5. System Env Optimization will export some system environment config. Modify according to actual situation
|
||||
|
||||

|
||||

|
||||
|
||||
6. Configure the database information (same as in the initialization database in step 1)
|
||||
|
||||

|
||||

|
||||
|
||||
7. Configure additional information if needed
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
8. Perform the next steps as normal
|
||||
|
||||

|
||||

|
||||
|
||||
9. The interface after successful installation
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
|
@ -102,31 +102,31 @@
|
|||
|
||||
1. Locate the component node to add -- for example, node ark3
|
||||
|
||||

|
||||

|
||||
|
||||
2. Add components -- the drop-down list is all addable
|
||||
|
||||

|
||||

|
||||
|
||||
3. Confirm component addition
|
||||
|
||||

|
||||

|
||||
|
||||
4. After adding DS Worker and DS Logger components
|
||||
|
||||

|
||||

|
||||
|
||||
5. Start the component
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### Remove the component from the node with Ambari
|
||||
|
||||
1. Stop the component in the corresponding node
|
||||
|
||||

|
||||

|
||||
|
||||
2. Remove components
|
||||
|
||||

|
||||

|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"version": "1.0.0",
|
||||
"description": "A vue.js project",
|
||||
"author": "DolphinScheduler",
|
||||
"repository": "https://github.com/apache/incubator-dolphinscheduler",
|
||||
"repository": "https://github.com/apache/dolphinscheduler",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"build": "npm run clean && cross-env NODE_ENV=production webpack --config ./build/webpack.config.prod.js",
|
||||
|
|
|
|||
12
pom.xml
12
pom.xml
|
|
@ -35,17 +35,17 @@
|
|||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/apache/incubator-dolphinscheduler.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/apache/incubator-dolphinscheduler.git</developerConnection>
|
||||
<url>https://github.com/apache/incubator-dolphinscheduler</url>
|
||||
<connection>scm:git:https://github.com/apache/dolphinscheduler.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/apache/dolphinscheduler.git</developerConnection>
|
||||
<url>https://github.com/apache/dolphinscheduler</url>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<mailingLists>
|
||||
<mailingList>
|
||||
<name>DolphinScheduler Developer List</name>
|
||||
<post>dev@dolphinscheduler.incubator.apache.org</post>
|
||||
<subscribe>dev-subscribe@dolphinscheduler.incubator.apache.org</subscribe>
|
||||
<unsubscribe>dev-unsubscribe@dolphinscheduler.incubator.apache.org</unsubscribe>
|
||||
<post>dev@dolphinscheduler.apache.org</post>
|
||||
<subscribe>dev-subscribe@dolphinscheduler.apache.org</subscribe>
|
||||
<unsubscribe>dev-unsubscribe@dolphinscheduler.apache.org</unsubscribe>
|
||||
</mailingList>
|
||||
</mailingLists>
|
||||
<parent>
|
||||
|
|
|
|||
Loading…
Reference in New Issue