Re: [Tutor] creating a cluster

2017-05-02 Thread Alan Gauld via Tutor
On 03/05/17 06:22, shubham goyal wrote: > Hello tutors, > > here i am trying to create a cluster on cloud using json data but its > giving some error > File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open > raise URLError(err) > urllib2.URLError: It says connection refused. Do you

[Tutor] creating a cluster

2017-05-02 Thread shubham goyal
Hello tutors, here i am trying to create a cluster on cloud using json data but its giving some error can you walk me through it. thankyou import urllib2 import requests data="""{ "spark_version": null, "presto_version": null, "label": [ "test" ], "disallow_cluster_termination": fa