linkedin / linkedin-gradle-plugin-for-apache-hadoop

Apache License 2.0
117 stars 76 forks source link

Remove taskCommand in tensorflow job dsl #206

Closed hungj closed 6 years ago

hungj commented 6 years ago

We are removing support of taskCommand in favor of allowing users to set parts of the full command (task params, python file to execute, location of virtual environment, etc.) and having the infrastructure construct the command, so the user doesn't have to construct the full command.