Class ResourceProfileBuilder

Object
org.apache.spark.resource.ResourceProfileBuilder

public class ResourceProfileBuilder extends Object
Resource profile builder to build a ResourceProfile to associate with an RDD. A ResourceProfile allows the user to specify executor and task resource requirements for an RDD that will get applied during a stage. This allows the user to change the resource requirements between stages.