After selecting any charm (i.e. Hadoop/Spark, Hadoop/Kafka, Spark, etc), choosing localhost and waiting for everything to be successfully initialized I will then attempt to run conjure-down. My terminal will hang for a period of time and an error will then show. The only way that I am able to end an instance is to sudo snap remove conjure-up.
Thank you for trying conjure-up! Before reporting a bug please make sure you've gone through this checklist:
sudo snap refresh conjure-up --edge? Nowhich juju
**/usr/bin/juju**
which conjure-up
**/snap/bin/conjure-up**
which conjure-up.lxd
**/snap/bin/conjure-up.lxd**
juju version
**2.2.2-xenial-amd64**
conjure-up --version
**conjure-up 2.2.2**
conjure-up.lxd --version
**2.14**
conjure-up.lxc config show
**config: {}**
cat /etc/lsb-release
**DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"**
Please attach tarball of ~/.cache/conjure-up:
tar cvzf conjure-up.tar.gz ~/.cache/conjure-up

[conjure-up.tar.gz](https://github.com/conjure-up/conjure-up/files/1226693/conjure-up.tar.gz)
## Sosreport
Please attach a sosreport:
sudo apt install sosreport
sosreport
```
The resulting output file can be attached to this issue.
Hadoop/Spark cluster
aws and localhost
Which version of MAAS?
conjure-up
Please outline what commands were run to install and execute conjure-up:
sudo snap install conjure-up --classic
conjure-up
Hadoop/Spark cluster
Determined the issue was due to user error. Conjure-up thought I had a bunch of controllers which in reality I did not. I ran rm -rf ~/.local/share/juju to remove them and reinstalled and set up etc. Thanks!
We're going to look into better handling this
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Determined the issue was due to user error. Conjure-up thought I had a bunch of controllers which in reality I did not. I ran rm -rf ~/.local/share/juju to remove them and reinstalled and set up etc. Thanks!