Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ import org.apache.spark.util.Utils.executeAndGetOutput
* and gets the json output back and contructs ResourceInformation objects from that.
* If the user specifies custom plugins, this is the last one to be executed and
* throws if the resource isn't discovered.
*
* @since 3.0.0
*/
@DeveloperApi
class ResourceDiscoveryScriptPlugin extends ResourceDiscoveryPlugin with Logging {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import org.apache.spark.annotation.Evolving
*
* @param name the name of the resource
* @param addresses an array of strings describing the addresses of the resource
*
* @since 3.0.0
*/
@Evolving
class ResourceInformation(
Expand Down