Conversation
docs/sdk-examples.md
Outdated
|
|
||
| ```python | ||
| # define a custom script | ||
| custom_script = aztk.spark.models.CustomScript( |
There was a problem hiding this comment.
Since custom scripts are going away in favor of plugins, we should probably leave this out.
docs/sdk-examples.md
Outdated
| status = client.get_application_status(cluster_config.cluster_id, app2.name) | ||
| ``` | ||
|
|
||
| ## stream logs of app, print to console as it runs |
docs/sdk-examples.md
Outdated
| ``` | ||
|
|
||
|
|
||
| ## Run application against cluster |
There was a problem hiding this comment.
I feel like "Run an application on the cluster" is better than "against".
| @@ -0,0 +1,40 @@ | |||
| Welcome to aztk's documentation! | |||
| ================================ | |||
| Azure Distributed Data Engineering Toolkit (AZTK) is a python CLI application for provisioning on-demand Spark on Docker clusters in Azure. It's a cheap and easy way to get up and running with a Spark cluster, and a great tool for Spark users who want to experiment and start testing at scale. | |||
There was a problem hiding this comment.
We should pick between aztk and AZTK and standardize in our docs.
|
In the SDK docs, I think the only package we should have is the edit: and the aztk.error module |
| Each Job has one or more applications given as a List in Job.yaml. Applications are defined using the following properties: | ||
| ```yaml | ||
| applications: | ||
| - name: |
There was a problem hiding this comment.
I thought we decided to leave in white spaces in yaml since it is required.
There was a problem hiding this comment.
Hhm i guess its the auto formatting that removed those
| pytest==3.1.3 | ||
| pytest-xdist==1.22.0 | ||
| twine==1.9.1 | ||
| docker==3.2.1 |
fix #496

http://aztk.readthedocs.io/en/feature-readthedocs/