Submit a job.
Submit a job.
Available Commands: tfjob,tf Submit a TFJob. horovod,hj Submit a Horovod Job. mpijob,mpi Submit a MPIJob. standalonejob,sj Submit a standalone Job. tfserving,tfserving Submit a Serving Job. sparkjob,spark Submit a Spark Job.
arena submit [flags]
-h, --help help for submit
--arena-namespace string The namespace of arena system service, like tf-operator (default "arena-system")
--config string Path to a kube config. Only required if out-of-cluster
--loglevel string Set the logging level. One of: debug|info|warn|error (default "info")
-n, --namespace string the namespace of the job (default "default")
--pprof enable cpu profile
--trace enable trace
- arena - arena is the command line interface to Arena
- arena submit horovodjob - Submit horovodjob as training job.
- arena submit mpijob - Submit MPIjob as training job.
- arena submit standalonejob - Submit StandaloneJob as training job. And it will be deprecated soon, please use tfjob instead.
- arena submit tfjob - Submit TFJob as training job.
- arena submit sparkjob - Submit SparkJob as training job.