This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new e65cc78 Update standalone-deployment.md (#307)
e65cc78 is described below
commit e65cc78947a020615c3504138c83c01321b0a098
Author: daxiongll <[email protected]>
AuthorDate: Sat Mar 20 02:10:58 2021 -0500
Update standalone-deployment.md (#307)
* Update standalone-deployment.md
依赖于yarn执行的任务, 结果需要同时判定脚本和yarn的页面中的success信息, 如果不配置yarn的信息,
会导致spark之类的任务执行成功了, 但是dolphin显示任务失败。增加一些备注信息,避免其他人在做单机测试的时候出现此类问题。
* update stadalane-deployme note,Add comment information to avoid problems
with tasks such as Spark returning direct result exceptions.
Co-authored-by: lihuaxiong <[email protected]>
---
docs/en-us/1.3.1/user_doc/standalone-deployment.md | 1 +
docs/en-us/1.3.2/user_doc/standalone-deployment.md | 1 +
docs/en-us/1.3.3/user_doc/standalone-deployment.md | 1 +
docs/en-us/1.3.4/user_doc/standalone-deployment.md | 1 +
docs/en-us/1.3.5/user_doc/standalone-deployment.md | 1 +
docs/zh-cn/1.3.1/user_doc/standalone-deployment.md | 1 +
docs/zh-cn/1.3.2/user_doc/standalone-deployment.md | 1 +
docs/zh-cn/1.3.3/user_doc/standalone-deployment.md | 1 +
docs/zh-cn/1.3.4/user_doc/standalone-deployment.md | 1 +
docs/zh-cn/1.3.5/user_doc/standalone-deployment.md | 1 +
10 files changed, 10 insertions(+)
diff --git a/docs/en-us/1.3.1/user_doc/standalone-deployment.md
b/docs/en-us/1.3.1/user_doc/standalone-deployment.md
index 0e8b46c..04602a7 100644
--- a/docs/en-us/1.3.1/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.1/user_doc/standalone-deployment.md
@@ -263,6 +263,7 @@ mysql -uroot -p
# if not use hadoop resourcemanager, please keep default value; if
resourcemanager HA enable, please type the HA ips ; if resourcemanager is
single, make this value empty
+ # Note: For tasks that depend on YARN to execute, you need to ensure that
YARN information is configured correctly in order to ensure successful
execution results.
yarnHaIps="192.168.xx.xx,192.168.xx.xx"
# if resourcemanager HA enable or not use resourcemanager, please skip
this value setting; If resourcemanager is single, you only need to replace
yarnIp1 to actual resourcemanager hostname.
diff --git a/docs/en-us/1.3.2/user_doc/standalone-deployment.md
b/docs/en-us/1.3.2/user_doc/standalone-deployment.md
index cefc7e6..04ee452 100644
--- a/docs/en-us/1.3.2/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.2/user_doc/standalone-deployment.md
@@ -208,6 +208,7 @@ mysql -uroot -p
defaultFS="file:///data/dolphinscheduler"
# if not use hadoop resourcemanager, please keep default value; if
resourcemanager HA enable, please type the HA ips ; if resourcemanager is
single, make this value empty
+ # Note: For tasks that depend on YARN to execute, you need to ensure that
YARN information is configured correctly in order to ensure successful
execution results.
yarnHaIps="192.168.xx.xx,192.168.xx.xx"
# if resourcemanager HA enable or not use resourcemanager, please skip
this value setting; If resourcemanager is single, you only need to replace
yarnIp1 to actual resourcemanager hostname.
diff --git a/docs/en-us/1.3.3/user_doc/standalone-deployment.md
b/docs/en-us/1.3.3/user_doc/standalone-deployment.md
index 1ec9994..a6df362 100644
--- a/docs/en-us/1.3.3/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.3/user_doc/standalone-deployment.md
@@ -208,6 +208,7 @@ mysql -uroot -p
defaultFS="file:///data/dolphinscheduler"
# if not use hadoop resourcemanager, please keep default value; if
resourcemanager HA enable, please type the HA ips ; if resourcemanager is
single, make this value empty
+ # Note: For tasks that depend on YARN to execute, you need to ensure that
YARN information is configured correctly in order to ensure successful
execution results.
yarnHaIps="192.168.xx.xx,192.168.xx.xx"
# if resourcemanager HA enable or not use resourcemanager, please skip
this value setting; If resourcemanager is single, you only need to replace
yarnIp1 to actual resourcemanager hostname.
diff --git a/docs/en-us/1.3.4/user_doc/standalone-deployment.md
b/docs/en-us/1.3.4/user_doc/standalone-deployment.md
index e82c90b..69ebaeb 100644
--- a/docs/en-us/1.3.4/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.4/user_doc/standalone-deployment.md
@@ -208,6 +208,7 @@ mysql -uroot -p
defaultFS="file:///data/dolphinscheduler"
# if not use hadoop resourcemanager, please keep default value; if
resourcemanager HA enable, please type the HA ips ; if resourcemanager is
single, make this value empty
+ # Note: For tasks that depend on YARN to execute, you need to ensure that
YARN information is configured correctly in order to ensure successful
execution results.
yarnHaIps="192.168.xx.xx,192.168.xx.xx"
# if resourcemanager HA enable or not use resourcemanager, please skip
this value setting; If resourcemanager is single, you only need to replace
yarnIp1 to actual resourcemanager hostname.
diff --git a/docs/en-us/1.3.5/user_doc/standalone-deployment.md
b/docs/en-us/1.3.5/user_doc/standalone-deployment.md
index a9dd1a7..2fb8558 100644
--- a/docs/en-us/1.3.5/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.5/user_doc/standalone-deployment.md
@@ -208,6 +208,7 @@ mysql -uroot -p
defaultFS="file:///data/dolphinscheduler"
# if not use hadoop resourcemanager, please keep default value; if
resourcemanager HA enable, please type the HA ips ; if resourcemanager is
single, make this value empty
+ # Note: For tasks that depend on YARN to execute, you need to ensure that
YARN information is configured correctly in order to ensure successful
execution results.
yarnHaIps="192.168.xx.xx,192.168.xx.xx"
# if resourcemanager HA enable or not use resourcemanager, please skip
this value setting; If resourcemanager is single, you only need to replace
yarnIp1 to actual resourcemanager hostname.
diff --git a/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
b/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
index 79831a9..e5b322e 100644
--- a/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
@@ -201,6 +201,7 @@ mysql -uroot -p
defaultFS="file:///data/dolphinscheduler" #hdfs://{具体的ip/主机名}:8020
#
如果没有使用到Yarn,保持以下默认值即可;如果ResourceManager是HA,则配置为ResourceManager节点的主备ip或者hostname,比如"192.168.xx.xx,192.168.xx.xx";如果是单ResourceManager请配置yarnHaIps=""即可
+ # 注:依赖于yarn执行的任务,为了保证执行结果判断成功,需要确保yarn信息配置正确。
yarnHaIps="192.168.xx.xx,192.168.xx.xx"
#
如果ResourceManager是HA或者没有使用到Yarn保持默认值即可;如果是单ResourceManager,请配置真实的ResourceManager主机名或者ip
diff --git a/docs/zh-cn/1.3.2/user_doc/standalone-deployment.md
b/docs/zh-cn/1.3.2/user_doc/standalone-deployment.md
index ff1db15..3d0c63f 100644
--- a/docs/zh-cn/1.3.2/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.2/user_doc/standalone-deployment.md
@@ -201,6 +201,7 @@ mysql -uroot -p
defaultFS="file:///data/dolphinscheduler" #hdfs://{具体的ip/主机名}:8020
#
如果没有使用到Yarn,保持以下默认值即可;如果ResourceManager是HA,则配置为ResourceManager节点的主备ip或者hostname,比如"192.168.xx.xx,192.168.xx.xx";如果是单ResourceManager请配置yarnHaIps=""即可
+ # 注:依赖于yarn执行的任务,为了保证执行结果判断成功,需要确保yarn信息配置正确。
yarnHaIps="192.168.xx.xx,192.168.xx.xx"
#
如果ResourceManager是HA或者没有使用到Yarn保持默认值即可;如果是单ResourceManager,请配置真实的ResourceManager主机名或者ip
diff --git a/docs/zh-cn/1.3.3/user_doc/standalone-deployment.md
b/docs/zh-cn/1.3.3/user_doc/standalone-deployment.md
index d22515f..25643a4 100644
--- a/docs/zh-cn/1.3.3/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.3/user_doc/standalone-deployment.md
@@ -201,6 +201,7 @@ mysql -uroot -p
defaultFS="file:///data/dolphinscheduler" #hdfs://{具体的ip/主机名}:8020
#
如果没有使用到Yarn,保持以下默认值即可;如果ResourceManager是HA,则配置为ResourceManager节点的主备ip或者hostname,比如"192.168.xx.xx,192.168.xx.xx";如果是单ResourceManager请配置yarnHaIps=""即可
+ # 注:依赖于yarn执行的任务,为了保证执行结果判断成功,需要确保yarn信息配置正确。
yarnHaIps="192.168.xx.xx,192.168.xx.xx"
#
如果ResourceManager是HA或者没有使用到Yarn保持默认值即可;如果是单ResourceManager,请配置真实的ResourceManager主机名或者ip
diff --git a/docs/zh-cn/1.3.4/user_doc/standalone-deployment.md
b/docs/zh-cn/1.3.4/user_doc/standalone-deployment.md
index baea805..ee5bd35 100644
--- a/docs/zh-cn/1.3.4/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.4/user_doc/standalone-deployment.md
@@ -201,6 +201,7 @@ mysql -uroot -p
defaultFS="file:///data/dolphinscheduler" #hdfs://{具体的ip/主机名}:8020
#
如果没有使用到Yarn,保持以下默认值即可;如果ResourceManager是HA,则配置为ResourceManager节点的主备ip或者hostname,比如"192.168.xx.xx,192.168.xx.xx";如果是单ResourceManager请配置yarnHaIps=""即可
+ # 注:依赖于yarn执行的任务,为了保证执行结果判断成功,需要确保yarn信息配置正确。
yarnHaIps="192.168.xx.xx,192.168.xx.xx"
#
如果ResourceManager是HA或者没有使用到Yarn保持默认值即可;如果是单ResourceManager,请配置真实的ResourceManager主机名或者ip
diff --git a/docs/zh-cn/1.3.5/user_doc/standalone-deployment.md
b/docs/zh-cn/1.3.5/user_doc/standalone-deployment.md
index 4230900..931407e 100644
--- a/docs/zh-cn/1.3.5/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.5/user_doc/standalone-deployment.md
@@ -201,6 +201,7 @@ mysql -uroot -p
defaultFS="file:///data/dolphinscheduler" #hdfs://{具体的ip/主机名}:8020
#
如果没有使用到Yarn,保持以下默认值即可;如果ResourceManager是HA,则配置为ResourceManager节点的主备ip或者hostname,比如"192.168.xx.xx,192.168.xx.xx";如果是单ResourceManager请配置yarnHaIps=""即可
+ # 注:依赖于yarn执行的任务,为了保证执行结果判断成功,需要确保yarn信息配置正确。
yarnHaIps="192.168.xx.xx,192.168.xx.xx"
#
如果ResourceManager是HA或者没有使用到Yarn保持默认值即可;如果是单ResourceManager,请配置真实的ResourceManager主机名或者ip