-
Notifications
You must be signed in to change notification settings - Fork 66
Aztk throws exception while creating a cluster #626
Comments
I was able to reproduce this issue when a I also was able to reproduce this issue if the # .aztk/cluster.yaml
plugins: |
Seems that my cluser.yaml is fine, I didnt modified it because the created one looks good, please find attached cluster.yaml file: |
I believe the second error is a result of having an underscore in your cluster name. That is an ugly error we should clean up, though. I will file a separate bug for that issue. I believe that is unrelated to the main issue with the configuration file. Your configuration file looks good at first glance. I will see if I can reproduce using that config. |
Sorry for the late response. |
Glad you found a mitigation. The error should still be cleaned up, though, so I'll leave this open. |
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 commands that I used to install Aztk on the new machine (just created) are:
sudo apt install python3-pip
pip3 install --upgrade pip
pip install aztk --user
aztk spark init
modified secrets.yaml
aztk spark cluster create --id my_cluster --size 1 --vm-size standard_d2_v2
I'm using an Azure Standard A0 with Ubuntu 16.04 LTS machine.
Regards.
The text was updated successfully, but these errors were encountered: