apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
874 stars 290 forks source link

[Feature]: Support running ams in the frontend #3169

Open link3280 opened 2 months ago

link3280 commented 2 months ago

Description

Process management systems like supervisord require the monitored process to run in the frontend.

Use case/motivation

As describe.

Describe the solution

No response

Subtasks

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

majin1102 commented 1 month ago

Hi, what does the 'supervisord' means in amoro? We are push process api right now , Is this the same concept with your 'Process management?

link3280 commented 1 month ago

Hi, what does the 'supervisord' means in amoro? We are push process api right now , Is this the same concept with your 'Process management?

@majin1102 I mean the ams process from the OS perspective, not the optimizing process in amoro. WRT supervisord, see http://supervisord.org/ . It's popular for on-premise deployments.