BOOTSTRAP_FAILURE_INSUFFICIENT_DISK_SPACE_WORKER
Overview
The BOOTSTRAP_FAILURE_INSUFFICIENT_DISK_SPACE_WORKER
error indicates that
one or more worker instances do not have enough disk space when installing necessary software.
Resolution
To resolve this error, confirm that your worker instances have sufficient disk space on the root volume.
To troubleshoot the failed EMR cluster, refer to the ErrorDetail
information returned from the DescribeCluster
and ListClusters
APIs. For more information, see Error codes with ErrorDetail
information in Amazon EMR. The ErrorData
array within ErrorDetail
returns the following information for this error code:
worker-instance-ids
-
The IDs of the worker instances with insufficient disk space.
public-doc
-
The public URL of the documentation for the error code.
Steps to complete
-
Review the best practices for your cluster’s EBS root device volume. See Customizing the Amazon EBS root device volume in the Amazon EMR Management Guide.
-
Launch a new cluster with a larger EBS root device volume size.