Click or drag to resize

WordCount Class

Job runner for word count.
Inheritance Hierarchy

Namespace: Ookii.Jumbo.Jet.Samples
Assembly: Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public sealed class WordCount : JobBuilderJob, 
	IParser<WordCount>, IParserProvider<WordCount>

The WordCount type exposes the following members.

Constructors
 NameDescription
Public methodWordCountObsolete.
Initializes a new instance of the WordCount class
Top
Properties
 NameDescription
Public propertyBlockSize Gets or sets the block size of the job's output files.
(Inherited from BaseJobRunner)
Public propertyConfigOnly 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)
Public propertyDfsConfiguration Gets or sets the configuration used to access the Distributed File System.
(Inherited from Configurable)
Public propertyInputPath Gets or sets the input path.
Public propertyIsInteractive 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)
Public propertyJetConfiguration Gets or sets the configuration used to access the Jet servers.
(Inherited from Configurable)
Public propertyJobOrStageProperties Gets or sets the property values that will override predefined values in the job configuration.
(Inherited from BaseJobRunner)
Public propertyJobOrStageSettings Gets or sets additional job or stage settings that will be defined in the job configuration.
(Inherited from BaseJobRunner)
Public propertyKind Gets or sets the kind.
Public propertyOutputPath Gets or sets the output path.
Public propertyOverwriteOutput 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)
Public propertyPartitions Gets or sets the partitions.
Public propertyReplicationFactor Gets or sets the replication factor of the job's output files.
(Inherited from BaseJobRunner)
Public propertyTaskContext Gets or sets the configuration for the task attempt.
(Inherited from Configurable)
Top
Methods
 NameDescription
Public methodStatic memberCreateParser Creates a CommandLineParserT instance using the specified options.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFinishJob Called after the job finishes.
(Inherited from BaseJobRunner)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodNotifyConfigurationChanged Indicates the configuration has been changed. ApplyConfiguration(Object, DfsConfiguration, JetConfiguration, TaskContext) calls this method after setting the configuration.
(Inherited from BaseJobRunner)
Public methodStatic memberParse(ParseOptions) Parses the arguments returned by the EnvironmentGetCommandLineArgs method, handling errors and showing usage help as required.
Public methodStatic memberParse(ReadOnlyMemoryString, ParseOptions) Parses the specified command line arguments, handling errors and showing usage help as required.
Public methodStatic memberParse(String, ParseOptions) Parses the specified command line arguments, handling errors and showing usage help as required.
Public methodStatic memberReduceWordCount Reduces the word count.
Public methodRunJob Starts the job.
(Inherited from JobBuilderJob)
Public methodStatic memberSplitLines Splits the lines.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also