datavane / datasophon

The next generation of cloud-native big data management expert , Aims to help users rapidly build stable, efficient, and scalable cloud-native platforms for big data.
https://datasophon.github.io/datasophon-website/
Apache License 2.0
1.11k stars 387 forks source link

[Improvement][datasophon-worker] work Add external scripts (shell or python or other) #339

Closed thomasg19930417 closed 1 year ago

thomasg19930417 commented 1 year ago

Search before asking

Description

At present, when the worker starts, it will automatically create default system users, user groups, etc. eg: hdfs, hadoop, but if you need to expand other services, you may need to add other users. At this time, you need to modify the worker code. Whether to consider plugging in a shell script here supports some other extensions

Are you willing to submit a PR?

Code of Conduct

thomasg19930417 commented 1 year ago

This part can also be introduced into the service configuration-related places, and you can try not to change the source code when launching new services

datasophon commented 1 year ago

This part can also be introduced into the service configuration-related places, and you can try not to change the source code when launching new services

You can add new users through tenant management

thomasg19930417 commented 1 year ago

Thanks Reply

This part can also be introduced into the service configuration-related places, and you can try not to change the source code when launching new services

You can add new users through tenant management

Thanks Reply