Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

CDP Public Cloud - Resizing of Worker/Compute Nodes

avatar

Hello,

due to a lack of memory on a DE cluster in DataHub while executing Spark jobs, we are evaluating the resizing of worker/compute nodes with more performant EC2 instance (no need to add more nodes, just increase the available memory).

At the moment we have 3 worker nodes and 4 compute nodes, running on m5.4xlarge instances.

Is it better to resize both the nodes type or we can resize, for example, only the compute nodes?

 

Thank you,

Andrea

 

1 ACCEPTED SOLUTION

avatar
Master Collaborator

Hi @AndreaCavenago ,

In a Data Engineering Data Hub, the difference between Worker group and a Compute group is the presence of HDFS service on the Worker nodes (see here). For up-scaling the node type, I would recommend doing Compute group first as that is the group is meant to be ephemeral and come off and on-online dynamically. Do Compute group first and then evaluate if you really need to scale-up the Worker group next. 

And remember that you can do the scale-up operation both from the UI as well as through CLI. And with the CLI you can provide the specific the --group <name> parameter (see here).

Hope that helps.

 

Kind regards,

Alex

View solution in original post

3 REPLIES 3

avatar
Master Collaborator

Hi @AndreaCavenago ,

In a Data Engineering Data Hub, the difference between Worker group and a Compute group is the presence of HDFS service on the Worker nodes (see here). For up-scaling the node type, I would recommend doing Compute group first as that is the group is meant to be ephemeral and come off and on-online dynamically. Do Compute group first and then evaluate if you really need to scale-up the Worker group next. 

And remember that you can do the scale-up operation both from the UI as well as through CLI. And with the CLI you can provide the specific the --group <name> parameter (see here).

Hope that helps.

 

Kind regards,

Alex

avatar
Community Manager

@AndreaCavenago Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.


Regards,

Diana Torres,
Community Moderator


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar

@DianaTorres, yes, thank you!

@aakulovthank you for your answer!

Andrea