You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we only render config files by following:
// If skipHostRender is true , will skip to the HostRenderfunc (c*Cluster) RenderConfigFiles(job*Job, taskIdint, skipHostRenderbool) (map[string]string, error) {
//....
}
Need to render all fields in cluster.yaml, such as java_class , extra_args , because when I want to config the following job, it does not work:
Currently, we only render config files by following:
Need to render all fields in cluster.yaml, such as java_class , extra_args , because when I want to config the following job, it does not work:
The text was updated successfully, but these errors were encountered: