WordCount Class |
Namespace: Ookii.Jumbo.Jet.Samples
The WordCount type exposes the following members.
Name | Description | |
---|---|---|
BlockSize |
Gets or sets the block size of the job's output files.
(Inherited from BaseJobRunner.) | |
ConfigOnly |
Gets or sets a value indicating whether the job runner will only create and print the job configuration, instead of running the job.
(Inherited from JobBuilderJob.) | |
DfsConfiguration |
Gets or sets the configuration used to access the Distributed File System.
(Inherited from Configurable.) | |
InputPath |
Gets or sets the input path.
| |
IsInteractive |
Gets or sets a value that indicates whether the job runner should wait for user input before starting the job and before exitting.
(Inherited from BaseJobRunner.) | |
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.
(Inherited from BaseJobRunner.) | |
JobOrStageSettings |
Gets or sets additional job or stage settings that will be defined in the job configuration.
(Inherited from BaseJobRunner.) | |
Kind |
Gets or sets the kind.
| |
OutputPath |
Gets or sets the output path.
| |
OverwriteOutput |
Gets or sets a value that indicates whether the output directory should be deleted, if it exists, before the job is executed.
(Inherited from BaseJobRunner.) | |
Partitions |
Gets or sets the partitions.
| |
ReplicationFactor |
Gets or sets the replication factor of the job's output files.
(Inherited from BaseJobRunner.) | |
TaskContext |
Gets or sets the configuration for the task attempt.
(Inherited from Configurable.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FinishJob |
Called after the job finishes.
(Inherited from BaseJobRunner.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
NotifyConfigurationChanged |
Indicates the configuration has been changed. ApplyConfiguration(Object, DfsConfiguration, JetConfiguration, TaskContext) calls this method
after setting the configuration.
(Inherited from BaseJobRunner.) | |
ReduceWordCount |
Reduces the word count.
| |
RunJob |
Starts the job.
(Inherited from JobBuilderJob.) | |
SplitLines |
Splits the lines.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |