CloudEon uses Kubernetes to install and deploy open-source big data components, enabling the containerized operation of an open-source big data platform. This allows you to reduce your focus on underlying resource management and maintenance.
Is your feature request related to a problem? Please describe.
In my bigdata environment, there is no any Hadoop components, I use MinIO as the DFS, and use ZooKeeper for Flink HA,
when I deploy Dinky/Trino/DolphinScheduler/Flink on CloudEon, it blocks me, and popup tips "需要提前安装服务:HDFS, YARN".
Actually, HDFS/YARN is NOT the only option for Dinky/Trino/DolphinScheduler/Flink components, for example, we can use Amazon S3, MinIO, Alibaba OSS to replace HDFS, and using ZooKeeper to replace YARN for Flink standalone HA, so these two components shoud NOT be the required option.
Describe the solution you'd like
Remove HDFS/YARN dependency requirements for Dinky/Trino/DolphinScheduler/Flink.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. In my bigdata environment, there is no any Hadoop components, I use MinIO as the DFS, and use ZooKeeper for Flink HA, when I deploy Dinky/Trino/DolphinScheduler/Flink on CloudEon, it blocks me, and popup tips "需要提前安装服务:HDFS, YARN".
Actually, HDFS/YARN is NOT the only option for Dinky/Trino/DolphinScheduler/Flink components, for example, we can use Amazon S3, MinIO, Alibaba OSS to replace HDFS, and using ZooKeeper to replace YARN for Flink standalone HA, so these two components shoud NOT be the required option.
Describe the solution you'd like Remove HDFS/YARN dependency requirements for Dinky/Trino/DolphinScheduler/Flink.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.