Jacob Freck
Jacob Freck
Currently, docker image downloads default to the OS disk. This behavior should change so that the ephemeral disk is used. A new `/mnt/aztk-docker/` folder can be set as docker root...
This line in setup_host.sh is invalid bash: https://github.com/Azure/aztk/blob/72c7833fbfa3d7e166a07c64c3a170ff6c17b651/aztk/node_scripts/setup_host.sh#L49 As a result, image pull retries never fire. Arithmetic should be enclosed in double parenthesis.
currently, when using `--verbose` on the CLI, `log.print` will prefix the first line of output and add new lines. It should have a custom formatter that just prints without modifications.
Related to #679 Currently, if `scheduling_target` is set to `Master`, logs are not available until the completion of Spark application execution. If `scheduling_target` is set to `Any`, then logs can...
Fix #589 To do: - [x] mount location - [x] expose format type
Job and cluster implementations should be aligned to ease transition between the two modes for users. This will also decrease code complexity/duplication and facilitate support. Currently a cluster is a:...
Paths that are created on the client, but evaluated on the node need to be in linux style. That is currently done ad-hoc and leads to errors with double slashes...
- [ ] Create user with password - [ ] Create user with ssh key - [ ] Generate user on cluster - [ ] Generate user on node