ml.shifu.guagua.mapreduce
类 GuaguaOutputFormat
java.lang.Object
org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>
ml.shifu.guagua.mapreduce.GuaguaOutputFormat
public class GuaguaOutputFormat
- extends org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>
This is for internal use only. In guagua framework, we don't use mapreduce output format, so this is empty
implementation.
|
方法摘要 |
void |
checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext context)
|
org.apache.hadoop.mapreduce.OutputCommitter |
getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
|
org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuaguaOutputFormat
public GuaguaOutputFormat()
getOutputCommitter
public org.apache.hadoop.mapreduce.OutputCommitter getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException,
InterruptedException
- 指定者:
- 类
org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text> 中的 getOutputCommitter
- 抛出:
IOException
InterruptedException
getRecordWriter
public org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException,
InterruptedException
- 指定者:
- 类
org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text> 中的 getRecordWriter
- 抛出:
IOException
InterruptedException
checkOutputSpecs
public void checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext context)
throws IOException,
InterruptedException
- 指定者:
- 类
org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text> 中的 checkOutputSpecs
- 抛出:
IOException
InterruptedException
Copyright © 2014. All Rights Reserved.