Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
add toolkit to sdk docs and example
Browse files Browse the repository at this point in the history
  • Loading branch information
jafreck committed Jun 11, 2018
1 parent 2cb56f8 commit d688c9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/sdk-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ spark_conf = aztk.spark.models.SparkConfiguration(
# configure my cluster
cluster_config = aztk.spark.models.ClusterConfiguration(
cluster_id="sdk-test",
vm_low_pri_count=2,
toolkit=aztk.spark.models.SparkToolkit(version="2.3.0"),
size_low_priority=2,
vm_size="standard_f2",
plugins=plugins,
spark_configuration=spark_conf
Expand Down
3 changes: 2 additions & 1 deletion examples/sdk/sdk_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
# configure my cluster
cluster_config = aztk.spark.models.ClusterConfiguration(
cluster_id="sdk-test",
vm_low_pri_count=2,
toolkit=aztk.spark.models.SparkToolkit(version="2.3.0"),
size=2,
vm_size="standard_f2",
custom_scripts=[custom_script],
spark_configuration=spark_conf
Expand Down

0 comments on commit d688c9c

Please sign in to comment.