![]() | Base |
The BaseJobRunner type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseJobRunner | Initializes a new instance of the BaseJobRunner class |
Name | Description | |
---|---|---|
![]() | BlockSize | Gets or sets the block size of the job's output files. |
![]() | DfsConfiguration |
Gets or sets the configuration used to access the Distributed File System.
(Inherited from Configurable) |
![]() | FileSystemClient | Gets the DFS client. |
![]() | IsInteractive | Gets or sets a value that indicates whether the job runner should wait for user input before starting the job and before exitting. |
![]() | JetClient | Gets the jet client. |
![]() | JetConfiguration |
Gets or sets the configuration used to access the Jet servers.
(Inherited from Configurable) |
![]() | JobOrStageProperties | Gets or sets the property values that will override predefined values in the job configuration. |
![]() | JobOrStageSettings | Gets or sets additional job or stage settings that will be defined in the job configuration. |
![]() | OverwriteOutput | Gets or sets a value that indicates whether the output directory should be deleted, if it exists, before the job is executed. |
![]() | ReplicationFactor | Gets or sets the replication factor of the job's output files. |
![]() | TaskContext |
Gets or sets the configuration for the task attempt.
(Inherited from Configurable) |
Name | Description | |
---|---|---|
![]() | ApplyJobPropertiesAndSettings | Adds the values of properties marked with the JobSettingAttribute to the JobSettings dictionary, applies properties set by the JobOrStageProperties property, and adds settings defined by the JobOrStageSettings property, and . |
![]() | CheckAndCreateOutputPath | If OverwriteOutput is , deletes the output path and then re-creates it; otherwise, checks if the output path exists and creates it if it doesn't exist and fails if it does. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | FinishJob | Called after the job finishes. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetInputFileSystemEntry | Gets a JumboFileSystemEntry instance for the specified path, or throws an exception if the input doesn't exist. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | NotifyConfigurationChanged |
Indicates the configuration has been changed. ApplyConfiguration(Object, DfsConfiguration, JetConfiguration, TaskContext) calls this method
after setting the configuration.
(Overrides ConfigurableNotifyConfigurationChanged) |
![]() | PromptIfInteractive | Prompts the user to start or exit, if IsInteractive is . |
![]() | RunJob | Starts the job. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |