tony-framework / TonY

TonY is a framework to natively run deep learning frameworks on Apache Hadoop.
https://tony-project.ai
Other
708 stars 164 forks source link

TonY Client allow users to specify jars to container runtime classpath #632

Closed zuston closed 2 years ago

zuston commented 2 years ago

Why

One user reported that their cluster lacked some jars, which caused problems when running TonY. So if we can directly support the specified jar in the cli, we don't need to add jars to cluster and restart it.

Because the people of devops and users sometimes are two parts. If it's supported, will improve usability.

zuston commented 2 years ago

This feature could be supported by the config of tony.containers.resources, please refer to https://github.com/tony-framework/TonY/wiki/TonY-Configurations

zuston commented 2 years ago

Close it.