Whenever we discuss clusters or nodes in any service, we need to address the cluster bootstrap process. Traditionally, this involves configuring each node using a startup script (startup.sh).
In this context, installing libraries in the cluster is part of the bootstrap process. This can increase the cluster or node's startup time, as the necessary libraries must be uploaded and installed on each node.
Therefore, it's crucial to limit and focus on only the essential libraries required for your job, ignoring any unnecessary ones.
Regards,
Hari Prasad