amplab / spark-ec2

Scripts used to setup a Spark cluster on EC2
Apache License 2.0
393 stars 299 forks source link

Attach an existing persistant EBS volume to the cluster #96

Open kampta opened 7 years ago

kampta commented 7 years ago

Might be a silly question.

--ebs-vol-size allows to attach a new persistent EBS volume to each node for storing the persistent HDFS.

Is there a way to retrieve and reuse the EBS volume after the cluster is destroyed; or with a new cluster? (so that both master and slaves see the data without manually copying anything to different machines)