- generateWorkerSplits(String) - Method in class ml.shifu.guagua.hadoop.GuaguaMRUnitDriver
-
- generateWorkerSplits(String) - Method in class ml.shifu.guagua.mapreduce.GuaguaMRUnitDriver
-
Deprecated.
- getCombineGuaguaSplits(List<InputSplit>, long) - Static method in class ml.shifu.guagua.mapreduce.GuaguaInputFormat
-
- getCommandLine() - Method in class ml.shifu.guagua.hadoop.io.GuaguaOptionsParser
-
Returns the commons-cli CommandLine object to process the parsed arguments.
- getCommandLine() - Method in class ml.shifu.guagua.mapreduce.GuaguaOptionsParser
-
Deprecated.
Returns the commons-cli CommandLine object to process the parsed arguments.
- getConfiguration() - Method in class ml.shifu.guagua.hadoop.io.GuaguaOptionsParser
-
Get the modified configuration
- getConfiguration() - Method in class ml.shifu.guagua.mapreduce.GuaguaOptionsParser
-
Deprecated.
Get the modified configuration
- getCurrentKey() - Method in class ml.shifu.guagua.hadoop.io.GuaguaLineRecordReader
-
- getCurrentKey() - Method in class ml.shifu.guagua.hadoop.io.GuaguaSequenceRecordReader
-
- getCurrentKey() - Method in class ml.shifu.guagua.mapreduce.GuaguaLineRecordReader
-
Deprecated.
- getCurrentKey() - Method in class ml.shifu.guagua.mapreduce.GuaguaMRRecordReader
-
This is a mock to hide Hadoop raw map iteration on map input key.
- getCurrentKey() - Method in class ml.shifu.guagua.mapreduce.GuaguaSequenceRecordReader
-
Deprecated.
- getCurrentValue() - Method in class ml.shifu.guagua.hadoop.io.GuaguaLineRecordReader
-
- getCurrentValue() - Method in class ml.shifu.guagua.hadoop.io.GuaguaSequenceRecordReader
-
- getCurrentValue() - Method in class ml.shifu.guagua.mapreduce.GuaguaLineRecordReader
-
Deprecated.
- getCurrentValue() - Method in class ml.shifu.guagua.mapreduce.GuaguaMRRecordReader
-
This is a mock to hide Hadoop raw map iteration on map input value.
- getCurrentValue() - Method in class ml.shifu.guagua.mapreduce.GuaguaSequenceRecordReader
-
Deprecated.
- getExtensions() - Method in class ml.shifu.guagua.hadoop.io.GuaguaInputSplit
-
- getFileSplits() - Method in class ml.shifu.guagua.hadoop.io.GuaguaInputSplit
-
- getFileSplits() - Method in class ml.shifu.guagua.mapreduce.GuaguaInputSplit
-
Deprecated.
- getFinalCombineGuaguaSplits(List<InputSplit>, long) - Method in class ml.shifu.guagua.mapreduce.GuaguaInputFormat
-
Copy from pig implementation, need to check this code logic.
- getGuaguaService() - Method in class ml.shifu.guagua.mapreduce.GuaguaMapper
-
- getGuaguaSplits(JobContext) - Method in class ml.shifu.guagua.mapreduce.GuaguaInputFormat
-
Generate the list of files and make them into FileSplits.
- getHdpVersionForHDP224() - Static method in class ml.shifu.guagua.hadoop.util.HDPUtils
-
A ugly method to retrieve hdp version like 2.2.4.6633 from hadoop-hdfs jar name.
- getLength() - Method in class ml.shifu.guagua.hadoop.io.GuaguaInputSplit
-
For master split, use Long.MAX_VALUE as its length to make it is the first task for Hadoop job.
- getLength() - Method in class ml.shifu.guagua.mapreduce.GuaguaInputSplit
-
Deprecated.
For master split, use Long.MAX_VALUE as its length to make it is the first task for Hadoop job.
- getLibJars(Configuration) - Static method in class ml.shifu.guagua.hadoop.io.GuaguaOptionsParser
-
If libjars are set in the conf, parse the libjars.
- getLibJars(Configuration) - Static method in class ml.shifu.guagua.mapreduce.GuaguaOptionsParser
-
Deprecated.
If libjars are set in the conf, parse the libjars.
- getLocations() - Method in class ml.shifu.guagua.hadoop.io.GuaguaInputSplit
-
Data locality functions, return all hosts for all file splits.
- getLocations() - Method in class ml.shifu.guagua.mapreduce.GuaguaInputSplit
-
Deprecated.
Data locality functions, return all hosts for all file splits.
- getOutputCommitter(TaskAttemptContext) - Method in class ml.shifu.guagua.mapreduce.GuaguaOutputFormat
-
- getProgress() - Method in class ml.shifu.guagua.hadoop.io.GuaguaLineRecordReader
-
Get the progress within the split
- getProgress() - Method in class ml.shifu.guagua.hadoop.io.GuaguaSequenceRecordReader
-
Return the progress within the input split
- getProgress() - Method in class ml.shifu.guagua.mapreduce.GuaguaLineRecordReader
-
Deprecated.
Get the progress within the split
- getProgress() - Method in class ml.shifu.guagua.mapreduce.GuaguaMRRecordReader
-
Each iteration context.nextKeyValue should be called, and currentIteration is updated, so the progress is
updated.
- getProgress() - Method in class ml.shifu.guagua.mapreduce.GuaguaSequenceRecordReader
-
Deprecated.
Return the progress within the input split
- getRecordWriter(TaskAttemptContext) - Method in class ml.shifu.guagua.mapreduce.GuaguaOutputFormat
-
- getRemainingArgs() - Method in class ml.shifu.guagua.hadoop.io.GuaguaOptionsParser
-
Returns an array of Strings containing only application-specific arguments.
- getRemainingArgs() - Method in class ml.shifu.guagua.mapreduce.GuaguaOptionsParser
-
Deprecated.
Returns an array of Strings containing only application-specific arguments.
- getSplits(JobContext) - Method in class ml.shifu.guagua.mapreduce.GuaguaInputFormat
-
Splitter building logic including master setting, also includes combining input feature like Pig.
- getWritable() - Method in class ml.shifu.guagua.hadoop.io.GuaguaWritableAdapter
-
- getWritable() - Method in class ml.shifu.guagua.mapreduce.GuaguaWritableAdapter
-
Deprecated.
- GUAGUA_PROGRESS_COUNTER_GROUP_NAME - Static variable in class ml.shifu.guagua.mapreduce.GuaguaMapReduceConstants
-
- GUAGUA_PROGRESS_COUNTER_NAME - Static variable in class ml.shifu.guagua.mapreduce.GuaguaMapReduceConstants
-
- GUAGUA_STATUS - Static variable in class ml.shifu.guagua.mapreduce.GuaguaMapReduceConstants
-
- GuaguaFailTaskRuntimeException - Exception in ml.shifu.guagua.mapreduce
-
FailTaskRuntimeException which is used to fail hadoop mapper task.
- GuaguaFailTaskRuntimeException() - Constructor for exception ml.shifu.guagua.mapreduce.GuaguaFailTaskRuntimeException
-
Constructs a new fail task runtime exception with null as its detail message.
- GuaguaFailTaskRuntimeException(String) - Constructor for exception ml.shifu.guagua.mapreduce.GuaguaFailTaskRuntimeException
-
Constructs a new fail task runtime exception with the specified detail message.
- GuaguaFailTaskRuntimeException(String, Throwable) - Constructor for exception ml.shifu.guagua.mapreduce.GuaguaFailTaskRuntimeException
-
Constructs a new fail task runtime exception with the specified detail message and cause.
- GuaguaFailTaskRuntimeException(Throwable) - Constructor for exception ml.shifu.guagua.mapreduce.GuaguaFailTaskRuntimeException
-
Constructs a new fail task runtime exception with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail
message of cause).
- GuaguaInputFormat - Class in ml.shifu.guagua.mapreduce
-
- GuaguaInputFormat() - Constructor for class ml.shifu.guagua.mapreduce.GuaguaInputFormat
-
- GuaguaInputSplit - Class in ml.shifu.guagua.hadoop.io
-
InputSplit implementation in guagua for Hadoop MapReduce job.
- GuaguaInputSplit() - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaInputSplit
-
Default constructor without any setting.
- GuaguaInputSplit(boolean, FileSplit...) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaInputSplit
-
- GuaguaInputSplit(boolean, FileSplit) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaInputSplit
-
- GuaguaInputSplit - Class in ml.shifu.guagua.mapreduce
-
- GuaguaInputSplit() - Constructor for class ml.shifu.guagua.mapreduce.GuaguaInputSplit
-
Deprecated.
Default constructor without any setting.
- GuaguaInputSplit(boolean, FileSplit...) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaInputSplit
-
Deprecated.
- GuaguaInputSplit(boolean, FileSplit) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaInputSplit
-
Deprecated.
- GuaguaLineRecordReader - Class in ml.shifu.guagua.hadoop.io
-
A reader read HDFS file line by line.
- GuaguaLineRecordReader() - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaLineRecordReader
-
- GuaguaLineRecordReader(GuaguaFileSplit) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaLineRecordReader
-
- GuaguaLineRecordReader(Configuration, GuaguaFileSplit) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaLineRecordReader
-
- GuaguaLineRecordReader - Class in ml.shifu.guagua.mapreduce
-
- GuaguaLineRecordReader() - Constructor for class ml.shifu.guagua.mapreduce.GuaguaLineRecordReader
-
Deprecated.
- GuaguaLineRecordReader(GuaguaFileSplit) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaLineRecordReader
-
Deprecated.
- GuaguaLineRecordReader(Configuration, GuaguaFileSplit) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaLineRecordReader
-
Deprecated.
- GuaguaMapper<MASTER_RESULT extends ml.shifu.guagua.io.Bytable,WORKER_RESULT extends ml.shifu.guagua.io.Bytable> - Class in ml.shifu.guagua.mapreduce
-
GuaguaMapper is the Hadoop Mapper implementation for both guagua master and guagua workers.
- GuaguaMapper() - Constructor for class ml.shifu.guagua.mapreduce.GuaguaMapper
-
- GuaguaMapReduceClient - Class in ml.shifu.guagua.mapreduce
-
- GuaguaMapReduceClient() - Constructor for class ml.shifu.guagua.mapreduce.GuaguaMapReduceClient
-
Default constructor.
- GuaguaMapReduceConstants - Class in ml.shifu.guagua.mapreduce
-
Constants in guagua mapreduce.
- GuaguaMRRecordReader - Class in ml.shifu.guagua.mapreduce
-
- GuaguaMRRecordReader() - Constructor for class ml.shifu.guagua.mapreduce.GuaguaMRRecordReader
-
- GuaguaMRRecordReader(int) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaMRRecordReader
-
- GuaguaMRUnitDriver<MASTER_RESULT extends ml.shifu.guagua.io.Bytable,WORKER_RESULT extends ml.shifu.guagua.io.Bytable> - Class in ml.shifu.guagua.hadoop
-
GuaguaMRUnitDriver is used to run in-memory guagua application by using hadoop MapReduce splits.
- GuaguaMRUnitDriver(Properties) - Constructor for class ml.shifu.guagua.hadoop.GuaguaMRUnitDriver
-
A only constructor here for local in-memory guagua job.
- GuaguaMRUnitDriver<MASTER_RESULT extends ml.shifu.guagua.io.Bytable,WORKER_RESULT extends ml.shifu.guagua.io.Bytable> - Class in ml.shifu.guagua.mapreduce
-
- GuaguaMRUnitDriver(Properties) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaMRUnitDriver
-
Deprecated.
A only constructor here for local in-memory guagua job.
- GuaguaOptionsParser - Class in ml.shifu.guagua.hadoop.io
-
Copy from hadoop GenericOptionsParser and extend it.
- GuaguaOptionsParser(Options, String[]) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaOptionsParser
-
Create an options parser with the given options to parse the args.
- GuaguaOptionsParser(String[]) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaOptionsParser
-
Create an options parser to parse the args.
- GuaguaOptionsParser(Configuration, String[]) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaOptionsParser
-
Create a GuaguaOptionsParser to parse only the generic Hadoop arguments.
- GuaguaOptionsParser(Configuration, Options, String[]) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaOptionsParser
-
Create a GuaguaOptionsParser to parse given options as well as generic Hadoop options.
- GuaguaOptionsParser - Class in ml.shifu.guagua.mapreduce
-
- GuaguaOptionsParser(Options, String[]) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaOptionsParser
-
Deprecated.
Create an options parser with the given options to parse the args.
- GuaguaOptionsParser(String[]) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaOptionsParser
-
Deprecated.
Create an options parser to parse the args.
- GuaguaOptionsParser(Configuration, String[]) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaOptionsParser
-
Deprecated.
Create a GuaguaOptionsParser to parse only the generic Hadoop arguments.
- GuaguaOptionsParser(Configuration, Options, String[]) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaOptionsParser
-
Deprecated.
Create a GuaguaOptionsParser to parse given options as well as generic Hadoop options.
- GuaguaOutputCommitter - Class in ml.shifu.guagua.mapreduce
-
This output committer doesn't do anything, meant for the case where output isn't desired, or as a base for not using
FileOutputCommitter.
- GuaguaOutputCommitter() - Constructor for class ml.shifu.guagua.mapreduce.GuaguaOutputCommitter
-
- GuaguaOutputFormat - Class in ml.shifu.guagua.mapreduce
-
This is for internal use only.
- GuaguaOutputFormat() - Constructor for class ml.shifu.guagua.mapreduce.GuaguaOutputFormat
-
- GuaguaRecordWriter - Class in ml.shifu.guagua.mapreduce
-
- GuaguaRecordWriter() - Constructor for class ml.shifu.guagua.mapreduce.GuaguaRecordWriter
-
- GuaguaSequenceAsBinaryRecordReader - Class in ml.shifu.guagua.hadoop.io
-
A reader read HDFS sequence file key by key.
- GuaguaSequenceAsBinaryRecordReader() - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaSequenceAsBinaryRecordReader
-
- GuaguaSequenceAsBinaryRecordReader(GuaguaFileSplit) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaSequenceAsBinaryRecordReader
-
- GuaguaSequenceAsBinaryRecordReader(Configuration, GuaguaFileSplit) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaSequenceAsBinaryRecordReader
-
- GuaguaSequenceAsBinaryRecordReader - Class in ml.shifu.guagua.mapreduce
-
- GuaguaSequenceAsBinaryRecordReader() - Constructor for class ml.shifu.guagua.mapreduce.GuaguaSequenceAsBinaryRecordReader
-
Deprecated.
- GuaguaSequenceAsBinaryRecordReader(GuaguaFileSplit) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaSequenceAsBinaryRecordReader
-
Deprecated.
- GuaguaSequenceAsBinaryRecordReader(Configuration, GuaguaFileSplit) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaSequenceAsBinaryRecordReader
-
Deprecated.
- GuaguaSequenceAsTextRecordReader - Class in ml.shifu.guagua.hadoop.io
-
A reader read HDFS sequence file key by key.
- GuaguaSequenceAsTextRecordReader() - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaSequenceAsTextRecordReader
-
- GuaguaSequenceAsTextRecordReader(GuaguaFileSplit) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaSequenceAsTextRecordReader
-
- GuaguaSequenceAsTextRecordReader(Configuration, GuaguaFileSplit) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaSequenceAsTextRecordReader
-
- GuaguaSequenceAsTextRecordReader - Class in ml.shifu.guagua.mapreduce
-
- GuaguaSequenceAsTextRecordReader() - Constructor for class ml.shifu.guagua.mapreduce.GuaguaSequenceAsTextRecordReader
-
Deprecated.
- GuaguaSequenceAsTextRecordReader(GuaguaFileSplit) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaSequenceAsTextRecordReader
-
Deprecated.
- GuaguaSequenceAsTextRecordReader(Configuration, GuaguaFileSplit) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaSequenceAsTextRecordReader
-
Deprecated.
- GuaguaSequenceRecordReader<KEY extends org.apache.hadoop.io.Writable,VALUE extends org.apache.hadoop.io.Writable> - Class in ml.shifu.guagua.hadoop.io
-
A reader read HDFS sequence file key by key.
- GuaguaSequenceRecordReader(Class<? extends Writable>, Class<? extends Writable>) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaSequenceRecordReader
-
- GuaguaSequenceRecordReader(GuaguaFileSplit, Class<? extends Writable>, Class<? extends Writable>) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaSequenceRecordReader
-
- GuaguaSequenceRecordReader(Configuration, GuaguaFileSplit, Class<? extends Writable>, Class<? extends Writable>) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaSequenceRecordReader
-
- GuaguaSequenceRecordReader<KEY extends org.apache.hadoop.io.Writable,VALUE extends org.apache.hadoop.io.Writable> - Class in ml.shifu.guagua.mapreduce
-
- GuaguaSequenceRecordReader(Class<? extends Writable>, Class<? extends Writable>) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaSequenceRecordReader
-
Deprecated.
- GuaguaSequenceRecordReader(GuaguaFileSplit, Class<? extends Writable>, Class<? extends Writable>) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaSequenceRecordReader
-
Deprecated.
- GuaguaSequenceRecordReader(Configuration, GuaguaFileSplit, Class<? extends Writable>, Class<? extends Writable>) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaSequenceRecordReader
-
Deprecated.
- GuaguaWritableAdapter<W extends org.apache.hadoop.io.Writable> - Class in ml.shifu.guagua.hadoop.io
-
- GuaguaWritableAdapter(W) - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaWritableAdapter
-
Constructor with Hadoop Writable setting.
- GuaguaWritableAdapter<W extends org.apache.hadoop.io.Writable> - Class in ml.shifu.guagua.mapreduce
-
- GuaguaWritableAdapter(W) - Constructor for class ml.shifu.guagua.mapreduce.GuaguaWritableAdapter
-
Deprecated.
Constructor with Hadoop Writable setting.
- GuaguaWritableSerializer<RESULT extends ml.shifu.guagua.io.Bytable> - Class in ml.shifu.guagua.hadoop.io
-
- GuaguaWritableSerializer() - Constructor for class ml.shifu.guagua.hadoop.io.GuaguaWritableSerializer
-
- GuaguaWritableSerializer<RESULT extends ml.shifu.guagua.io.Bytable> - Class in ml.shifu.guagua.mapreduce
-
- GuaguaWritableSerializer() - Constructor for class ml.shifu.guagua.mapreduce.GuaguaWritableSerializer
-
Deprecated.