sneh-wha
fb90a0e558
[doc] Modify quick start. ( #10712 )
2 years ago
sneh-wha
0cdae777ab
[doc] Modified alert doc files ( #10714 )
2 years ago
Paul Zhang
4a3c3e7797
[feature][task-flink] Support Flink application mode ( #9577 )
2 years ago
sneh-wha
65ebdbef98
[doc] Change tasks doc ( #10639 )
2 years ago
sneh-wha
7898f41dc0
[doc] Change datasource doc ( #10660 )
2 years ago
Stalary
a45fc5b032
[doc] Add doc for pre-sql and post-sql ( #10685 )
2 years ago
caishunfeng
c2f1886306
[doc] Update metadata and design doc ( #10600 )
2 years ago
sneh-wha
1cdbbc1ba5
[doc] Modified parameter doc files. ( #10659 )
2 years ago
sneh-wha
1f46078ab8
[doc] Change subprocess dependent ( #10637 )
2 years ago
sneh-wha
a14b96b091
[doc] Modify Shell task file ( #10634 )
2 years ago
Jiajie Zhong
cd51a22940
[doc] Correct installPath when using related path ( #10597 )
...
correct the doc and add hint to setting
ref: #10511
2 years ago
Eric Gao
16144a8858
[docs] Add links to metrics docs ( #10583 )
2 years ago
Stalary
b2df357814
[doc] Add run the task alone doc. ( #10581 )
2 years ago
xiangzihao
33cc68ed4a
[doc] Add doc about how to use healthcheck endpoints ( #10592 )
2 years ago
xiangzihao
b21e211d2c
[doc] Add docs about complement dependent mode ( #10587 )
2 years ago
xiangzihao
773ebc9e52
fix 10513 ( #10564 )
2 years ago
houshitao
1b1a567fec
[doc] Correct the complement add docs ( #10521 )
2 years ago
JieguangZhou
3918140e7e
[fix][doc] Add DVC task plugin doc link ( #10529 )
2 years ago
Eric Gao
0aba68f335
[Improvement][Metrics] Update some metrics names in grafana-demo dashboards ( #10432 ) ( #10552 )
2 years ago
Eric Gao
cc06eaaf54
[Improvement][Metrics] Apply micrometer naming convention to metrics ( #10477 )
...
* Apply micrometer naming convention to worker metrics
* Apply micrometer naming convention all current metrics
* Fix remaining metrics names, update English docs and add Chinese docs
* Fix metrics names in grafana-demo dashboards
2 years ago
JieguangZhou
36e20cdfc8
[Feature][Task Plugin] Add DVC task plugin for MLops scenario ( #10372 ) ( #10407 )
2 years ago
旺阳
6e4b2e6992
[Fix]Recovery Traffic Control Config ( #10505 )
...
* recovery traffic config
* run ci
* update
2 years ago
Eric Gao
64cee03fed
[Feature] Enable users to switch and install conda env in jupyter task ( #10337 )
2 years ago
xiangzihao
704e633659
[Doc] Add api test doc ( #10499 )
2 years ago
Eric Gao
4be3b877c3
[feature][task] Enable zeppelin schedule a whole zeppelin note ( #10434 )
2 years ago
guodong
2c227ab384
[Feature-10363][server] S3 Resource center supports bucket customization ( #10433 )
...
* [Feature-10363][server] S3 Resource center supports bucket customization
* Modify the configuration. Sort out HDFS and S3 configurations to distinguish them
* Modify the configuration comment to clarify the configuration meaning
* Modify official documents to add missing configuration descriptions and clarify configuration meanings and usage
* Modify the configuration file in e2E to the correct definition, dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/resources/docker/file-manage/common.properties
* Modified code to support bucket customization
* Check that the bucket on personal permission, Otherwise, the startup fails
* S3 increase support resource. Storage. Upload. Base. The base path path
* Change S3Utils implementation style to be consistent with HadoopUtils
* [Feature-10363][server] S3 Resource center supports bucket customization
* Modify code review comments
2 years ago
liubo1990
b8d5e78994
[Doc] Add how to set the alarm mailbox in faq ( #10401 )
2 years ago
旺阳
6515c66208
[Improve] Add LDAP user not exsitst action config ( #10451 )
2 years ago
qianli2022
ff065d8e5b
[Feature][Improvement] Support multi cluster environments - k8s type ( #10096 )
...
* service code
* [Feature][UI] Add front-end for cluster manage
* fix e2e
* remove comment on cluster controller
* doc
* img
* setting e2e.yaml
* test
* rerun e2e
* fix bug from comment
* Update index.tsx
use Nspace instead of css.
* Update index.tsx
Remove the style.
* Delete index.module.scss
Remove the useless file.
Co-authored-by: qianl4 <qianl4@cicso.com>
Co-authored-by: William Tong <weitong@cisco.com>
Co-authored-by: Amy0104 <97265214+Amy0104@users.noreply.github.com>
2 years ago
Jiajie Zhong
b655aa9b1f
[doc] Correct resource in HDFS HA cluster ( #10445 )
2 years ago
旺阳
0efcd5c631
[Fix-10425]Recovery LDAP Config ( #10429 )
...
* recovery ladp code
* add ldap config in doc
2 years ago
阿福Chris
8205444e0a
[DolphinScheduler] Fix wrong class name in doc ( #10438 )
2 years ago
hstdream
f6fea06f10
[Improve] Enhance complement function transformation ( #10376 )
2 years ago
JieguangZhou
3258438f6e
[Feature] [MLOps] support mlflow deploy with docker compose ( #10217 )
...
* [Feature] [MLOps] support mlflow deploy with docker compose
fix doc
Update docs/docs/en/guide/task/mlflow.md
fix doc
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
revert cancel modification
fix ENV name and docker compose command
* fix doc image link
* fix testModelsDeployDockerCompose
* add docker compose container health check and fix mlflow bug
* update docker compose healthcheck timeout
2 years ago
Wenjun Ruan
e21d7b1551
[Feature][metrics] Add master, worker metrics ( #10326 )
...
* Add mater metrics
* fix UT
* Add url to mysql profile
* Add worker metrics
* Update grafana config
* Add system metrics doc
* Add process failover counter
* Add metrics image
* Change jpg to png
* Add command insert metrics
* Fix UT
* Revert UT
2 years ago
xiangzihao
b1fb17119b
[Feature-6758][Task] Add limit resource usage for tasks base on cgroup ( #10373 )
2 years ago
chuxing
7e39e0d48d
[doc] Add switch task demo ( #10247 )
...
Co-authored-by: QuakeWang <45645138+QuakeWang@users.noreply.github.com>
2 years ago
He Zhao
da3c25dc67
[improve] Using create or replace function in sql task ( #10170 )
2 years ago
Kirs
0c25d4a3ce
[Docs]Update Slack Invite Link ( #10362 )
2 years ago
Jiajie Zhong
12fdd9bbd9
[doc] Use related path for img ( #10325 )
...
Use related path in our docs for imgs, previous
can not use because website need the absolute path
from root directory, and after we merged
apache/dolphinscheduler-website#789 we have covert
function to do that
close : #9426
2 years ago
xiangzihao
d1c47c99ad
fix bug_10343 ( #10344 )
2 years ago
QuakeWang
6828c9e015
[doc] Add how to use resource in shell task ( #10308 )
2 years ago
Eric Gao
442f93544e
[Bug][Api-Server]Fix bug when user without tenant uploads file in resource center ( #10303 )
2 years ago
Eric Gao
a8a5da367a
[Feature][Task Plugin] Add support for dynamic form for zeppelin task plugin ( #9977 ) ( #10269 )
2 years ago
HuangWei
c5961aed25
[feat][task] Add OpenMLDB task plugin ( #10198 )
2 years ago
Jiajie Zhong
a241135cbc
[chore] update by release version ( #10299 )
2 years ago
xiangzihao
12a09f6d5d
[doc] Fix api standard error ( #10292 )
...
* fix api standard error
* add patch method
2 years ago
Mr.An
8d26d4fe72
[doc] Update the development environment to build the software version ( #10246 )
2 years ago
Yiming Guo
2294160cdb
[docs] Added local file configuration guide for resource center ( #10264 )
...
* Added Local File Resource Configuration Guide to the document.
* Removed contents with windows features in the documents and improved expression.
* Specify `the user who deploy dolphinscheduler have read and write permissions` in en and zh docs.
Co-authored-by: xiangzihao <460888207@qq.com>
2 years ago
QuakeWang
cd36401a6a
[doc] Refactor context parameter docment ( #10227 )
2 years ago