Created on 10-01-2016 09:13 PM - edited 08-19-2019 04:42 AM
All servers seem to be starting with a 50GiB EBS volume as the root device. Is it possible to change this to just use ephemeral storage on nodes that have substantial ephemeral storage. Below is a picture i took from my 4 node cluster
Created 10-02-2016 08:32 AM
Hi Chris,
If you would like to launch an instance on AWS you have basically two options for root volumes:
So you cannot really use ephemeral storage as root disks. In conceptional point of view the Instance Storage is very similar to ephemeral one, but Cloudbreak does not support it mainly for the following reasons:
You can read more about root disk storage on AWS site:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device
Cloudbreak supports EBS only and with a fixed size of 50GB, although this 50GB is not configurable at the moment, but based on a feature request we can make it configurable.
The ephemeral disks selected by you on Cloudbreak UI is used for HDFS data, so Cloudbreak puts the HDFS data on those ephemeral disks, but all HDP RPMs will be installed on the root disk with is EBS backed.
Attila
Created 10-02-2016 08:32 AM
Hi Chris,
If you would like to launch an instance on AWS you have basically two options for root volumes:
So you cannot really use ephemeral storage as root disks. In conceptional point of view the Instance Storage is very similar to ephemeral one, but Cloudbreak does not support it mainly for the following reasons:
You can read more about root disk storage on AWS site:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device
Cloudbreak supports EBS only and with a fixed size of 50GB, although this 50GB is not configurable at the moment, but based on a feature request we can make it configurable.
The ephemeral disks selected by you on Cloudbreak UI is used for HDFS data, so Cloudbreak puts the HDFS data on those ephemeral disks, but all HDP RPMs will be installed on the root disk with is EBS backed.
Attila
Created 10-02-2016 04:08 PM
Thanks a ton. This really clarifies things for me.
One side question, just for my own understanding, the fixed 50gb volumes are for non hdfs storage only right? If i understand you hdfs does not go on there.
Created 10-03-2016 06:32 AM
Yes, the 50gb fixed root disk is for OS and RPMs, configs etc., but not for HDFS.