This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-ambari.git
The following commit(s) were added to refs/heads/main by this push:
new 6be27f7 Add .asf.yml strict behavior and change some content
6be27f7 is described below
commit 6be27f7cb06c8201c816edfd3c30b308cba3cac9
Author: Jiajie Zhong <[email protected]>
AuthorDate: Fri Jan 7 19:32:17 2022 +0800
Add .asf.yml strict behavior and change some content
---
.asf.yaml | 33 +++++++++++++++++++++++++++++++++
README.md | 52 +++++++++++++++++++++++++++-------------------------
2 files changed, 60 insertions(+), 25 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..8b8959e
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,33 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+github:
+ description: Apache Ambari plugin for Apache DolphinScheduler
+ homepage: https://dolphinscheduler.apache.org/
+ labels:
+ - dolphinscheduler
+ - deployment
+ - ambari-plugin
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: false
+ protected_branches:
+ main:
+ required_pull_request_reviews:
+ dismiss_stale_reviews: true
+ required_approving_review_count: 1
diff --git a/README.md b/README.md
index 11b9f69..b8c5cff 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# Apache Ambari plugin of Apache DolphinScheduler
+# Apache Ambari plugin for Apache DolphinScheduler
-## ⚠️⚠️Important⚠️⚠️
+## ⚠️⚠️ Important ⚠️⚠️
-⚠️⚠️ **NOTE** ⚠️⚠️: Apache Ambari plugin only support installation
DolphinScheduler for version 1.3.0 - 1.3.9.
+⚠️⚠️ **NOTE** ⚠️⚠️: Apache Ambari plugin only support installation
DolphinScheduler for version **1.3.0 - 1.3.9**.
The reason we split to this repo as below:
* Ambari plug-in is a deployment plugin and not update for two years, and only
support DolphinScheduler 1.3.x.
@@ -31,7 +31,7 @@ cd dolphinscheduler_${DOLPHINSCHEDULER_VERSION}_ambari
mvn -U clean install -Prpmbuild -Dmaven.test.skip=true -X
```
-### Create an installation for DS,who have read and write access to the
installation directory (/opt/soft)
+Create an installation for DS,who have read and write access to the
installation directory (/opt/soft)
### Install with rpm package
@@ -66,81 +66,83 @@ GRANT ALL PRIVILEGES ON dolphinscheduler.* TO
'{user}'@'localhost' IDENTIFIED BY
flush privileges;
```
-## Ambari Install Dolphin Scheduler
+## Ambari Install Dolphin Scheduler(You have to install zookeeper first)
-**NOTE: You have to install zookeeper first**
-
-### Install Dolphin Scheduler on ambari web interface
+* Install Dolphin Scheduler on ambari web interface

-### Select the nodes for the Dolphin Scheduler's Master installation
+* Select the nodes for the Dolphin Scheduler's Master installation

-### Configure the Dolphin Scheduler's nodes for Worker, Api, Logger, Alert
installation
+* Configure the Dolphin Scheduler's nodes for Worker, Api, Logger, Alert
installation

-### Set the installation users of the Dolphin Scheduler service (created in
step 1) and the user groups they belong to
+* Set the installation users of the Dolphin Scheduler service (created in step
1) and the user groups they belong to

-### System Env Optimization will export some system environment config. Modify
according to actual situation
+* System Env Optimization will export some system environment config. Modify
according to actual situation

-### Configure the database information (same as in the initialization database
in step 1)
+* Configure the database information (same as in the initialization database
in step 1)

-### Configure additional information if needed
+* Configure additional information if needed


-### Perform the next steps as normal
+* Perform the next steps as normal

-### The interface after successful installation
+* The interface after successful installation

------
-## Add components to the node through Ambari -- for example, add a DS Worker
+## Add components
+
+Add components to the node through Ambari -- for example, add a DS Worker
***NOTE***: DS Logger is the installation dependent component of DS Worker in
Dolphin's Ambari installation
(need to add installation first; Prevent the Job log on the corresponding
Worker from being checked)
-### Locate the component node to add -- for example, node ark3
+* Locate the component node to add -- for example, node ark3

-### Add components -- the drop-down list is all addable
+* Add components -- the drop-down list is all addable

-### Confirm component addition
+* Confirm component addition

-### After adding DS Worker and DS Logger components
+* After adding DS Worker and DS Logger components

-### Start the component
+* Start the component

-## Remove the component from the node with Ambari
+## Remove components
+
+Remove the component from the node with Ambari
-### Stop the component in the corresponding node
+* Stop the component in the corresponding node

-### Remove components
+* Remove components
