Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit 3747bdc

Browse files
author
EC2 Default User
committed
Destroy.
1 parent 81a5aeb commit 3747bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark_ec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ def real_main():
14061406
print("ALL DATA ON ALL NODES WILL BE LOST!!")
14071407

14081408
msg = "Are you sure you want to destroy the cluster {c}? (y/N) ".format(c=cluster_name)
1409-
response = raw_input(msg)
1409+
response = "y" # raw_input(msg)
14101410
if response == "y":
14111411
print("Terminating master...")
14121412
for inst in master_nodes:

0 commit comments

Comments
 (0)