Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
160 stars 68 forks source link

Update server startup script #2718

Open YS0meone opened 2 months ago

YS0meone commented 2 months ago

Purpose: The purpose of the PR is to solve the issue where the server startup script won't work properly due to the enormous list of dependencies.

Description: Use java argument file as a workaround to solve the command line argument too long problem. Added a new bash script template to generate the startup script. Fix: #2712