File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2494,7 +2494,7 @@ def withResources(self, profile):
24942494 It will result in new executors with the resources specified being acquired to
24952495 calculate the RDD.
24962496
2497- .. versionadded:: 3.0 .0
2497+ .. versionadded:: 3.1 .0
24982498 """
24992499 self .has_resourceProfile = True
25002500 self ._jrdd .withResources (profile ._jResourceProfile )
@@ -2507,7 +2507,7 @@ def getResourceProfile(self):
25072507 Get the ResourceProfile specified with this RDD or None if it wasn't specified.
25082508 :return: the user specified ResourceProfile or null if none was specified
25092509
2510- .. versionadded:: 3.0 .0
2510+ .. versionadded:: 3.1 .0
25112511 """
25122512 return ResourceProfile (self ._jrdd .getResourceProfile ())
25132513
You can’t perform that action at this time.
0 commit comments