alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.17k stars 425 forks source link

Enhance grape_engine for mpi-operator based GAE deployment. #3829

Open siyuan0322 opened 1 month ago

siyuan0322 commented 1 month ago

Currently we use run_app to launch jobs.

Use grape_engine to launch jobs and add several flags to ease the parameter passing.

And support running java applications by providing jar file to MPI operator.

yecol commented 1 month ago