Jacob Freck

Results 48 issues of Jacob Freck

Supervisord is a process manager that will help ensure proper process launching of key services. It will also be a single location to monitor processes health and status giving a...

feature

```yaml environment_variables: - name: MY_ENV_VAR value: VALUE - name: MY_ENV_VAR2 value: VALUE2 ```

feature

``` azure.common.AzureMissingResourceHttpError: The specified container does not exist.ErrorCode: ContainerNotFound ``` To reproduce: 1. aztk spark cluster create --id {cluster_id} 2. aztk spark cluster delete --force --id {cluster_id} 3. aztk spark...

bug

Currently aztk spark init --{toolkit} only sets the `docker_repo`. It should also make more sensible defaults for plugins. And instead of silently doing nothing if an existing cluster.yaml is present,...

feature

In interactive mode you can kill running applications through the master ui, but there is no equivalent in the SDK. This would allow application timeout/retries.

feature

The user's entire pubilc ssh key is printed to the console when running `aztk spark cluster add-user`.

bug

Currently, we upload the aztk directory to the node. It would be best if we install it and it's dependencies to the node. We would need to refactor setup.py since...

feature

Currently, each cluster has a container with a blob containing it's config. We should move all cluster configs to a storage table like: | cluster_id1 | cluster_config dump1 | |...

internal

Currently, this is always set to 1. Might be useful to expose this as a parameter and/or set to max possible value by default. https://github.com/Azure/aztk/blob/f7c1cb51729ce5347ebd7a732d5b735142c1332c/aztk/client.py#L87

feature