aztk icon indicating copy to clipboard operation
aztk copied to clipboard

AZTK powered by Azure Batch: On-demand, Dockerized, Spark Jobs on Azure

Results 98 aztk issues
Sort by recently updated
recently updated
newest added

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.

Hello @jafreck @timotheeguerin Right now AZTK in Spark SDK when [`aztk.spark.client.Client.submit()`](https://github.com/Azure/aztk/blob/828162ef10a80e8b9da8c1345bd12c5235bc1e1f/aztk/spark/client/client.py#L67) is called, it assumes that `ApplicationConfiguration` contains paths to local files in `jars` and `files` fields. In our case...

feature

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...

feature

As mentioned here https://github.com/Azure/aztk/pull/278, logs are updated to azure blog storage only after app is completed. I noticed that even after stopping an app, the job finished in a completed...

feature

work in progress
do not merge
internal

Fix #589 To do: - [x] mount location - [x] expose format type

do not merge

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:...

feature
internal

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...

internal

- [ ] Create user with password - [ ] Create user with ssh key - [ ] Generate user on cluster - [ ] Generate user on node

feature

Hello, I'm trying to install aztk, but when I try to create a Cluster, it throws the following error: ![image](https://user-images.githubusercontent.com/5385726/42987301-091051a8-8bf9-11e8-974a-573be6b15d8d.png) Any suggestions on how to install Aztk without issue? The...

bug