aztk icon indicating copy to clipboard operation
aztk copied to clipboard

SparklyR Setup

Open martindut opened this issue 6 years ago • 1 comments

Hi. I'm following the instructions from "SparklyR on Azure with AZTK", but gets an error when I run: aztk spark cluster create --id testsparkclust4 --size 2

Error: Toolkit doesn't have an attribute called custom_scripts

Am I doing something wrong?

martindut avatar May 23 '19 11:05 martindut

I managed to fire up the cluster without the custom_scripts in the config. But now, if I want to ssh in, I get this error. aztk spark cluster ssh --id testsparkclust5

spark cluster id: testsparkclust5 open webui: http://localhost:8080 open jobui: http://localhost:4040 open jobhistoryui: http://localhost:18080 plugins: rstudio_server - open: http://localhost:8787 ssh username: spark connect: True

bash: sudo docker exec -it spark /bin/bash: No such file or directory Connection to ... closed.

martindut avatar May 23 '19 11:05 martindut