1. Use "host" or "node" is better than "device". reply: good idea.
2. Add some essential OS test for a new host/node , such like: JAVA_HOME , dscheduler install path etc. Test will be easyier for user to find problems. reply: In devops, There are a lot of checks, The failure of the check will tell the user exactly what the error is. for example 1: [check config] https://github.com/feloxx/ds-yibasuo/blob/master/roles/check_config_static/tasks/main.yml for example 2: [check system] https://github.com/feloxx/ds-yibasuo/blob/master/roles/check_system_static/tasks/main.yml -- chendapao [email protected] 在 2020-02-05 23:05:11,"Jave-Chen" <[email protected]> 写道: >I have some suggestion: >1. Use "host" or "node" is better than "device". >2. Add some essential OS test for a new host/node , such like: JAVA_HOME , >dscheduler install path etc. Test will be easyier for user to find problems. > > > > >------------------ 原始邮件 ------------------ >发件人: "lidong dai"<[email protected]>; >发送时间: 2020年2月5日(星期三) 晚上10:52 >收件人: "dev"<[email protected]>; > >主题: Re: Simplify Deployment of DolphinScheduler > > > >very good. > >anybody who have some ideas? > > > >Best Regards >--------------- >DolphinScheduler(Incubator) PPMC >Lidong Dai 代立冬 >[email protected] >--------------- > > >chendapao <[email protected]> 于2020年2月5日周三 下午2:37写道: > >> hi all: >> >> >> Happy New Year. >> About Simplify Deployment of DolphinScheduler Mini web app, The URL of the >> latest: http://120.131.3.196:22245/start.html#g=1&p=start_1 >> Welcome to the discussion, make new idea. >> >> >> If these is no problem, I will write the interface document in the these >> days. >> >> WIth the `frontend` big brother, we can `ds-yibasuo`. >> >> >> >> >> >> >> -- >> >> >> >> chendapao >> >> [email protected] >> >> >> >> >> At 2020-01-19 15:30:08, "chendapao" <[email protected]> wrote: >> >hi, all: >> > >> > >> >I have an idea about simplifying deployment. >> > >> > >> >The main idea is to implement a mini web app and call DevOps >components. >> > >> > >> >For example, call ansible, call SSH mutual trust program, And so on. >> > >> > >> >Mini web app Implementation, I recommend using springboot + Front-end >> framework. Because I think there are more javaer in our community. >> > >> > >> >In fact, I don't care about the back-end framework. I even want to do >it >> in go language, Because no need to install jdk. >> > >> > >> >Everyone can discuss, The purpose is to achieve mini web app. >> > >> > >> >The data generated by all operations, I recommend to save it in local >> text, because the implementation cost is low. We can change it later to >> embed the database. >> > >> > >> >The purpose is a mini web app, the data has local text, and you can >start >> a fast DS trip. Can be on linux or windows. >> > >> > >> >This is a prototype of the mini web app I designed, show yours the >URL: >> http://152.136.97.112:8888/start.html#g=1&p=login >> > >> > >> > >> > >> > >> > >> > >> > >> >-- >> > >> > >> > >> >chendapao >> > >> >[email protected] >> > >> > >> > >> > >> >At 2020-01-10 12:01:13, "lidong dai" <[email protected]> wrote: >> >>hi >> >> >> >> Some users have feedback that the deployment is difficult. >To this >> end, I >> >>propose to optimize the deployment script to change the option >that can >> be >> >>changed into the option, and the next step can be performed >> automatically. >> >>You can refer to the deployment method of ambari. Our goal >is to >> complete >> >>the cluster deployment in 30 minutes. >> >> >> >> >> >> if you're interesting in do this Big Feature, please leave >message. >> >> >> >> >> >> >> >>Best Regards >> >>--------------- >> >>DolphinScheduler(Incubator) PPMC >> >>Lidong Dai 代立冬 >> >>[email protected] >> >>--------------- >>
