这篇文章给大家分享的是有关Hadoop2.6.0中InputFormat和OutputFormat的用法示例的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。
成都创新互联公司专注于三都网站建设服务及定制,我们拥有丰富的企业做网站经验。 热诚为您提供三都营销型网站建设,三都网站制作、三都网页设计、三都网站官网定制、重庆小程序开发服务,打造三都网络公司原创品牌,更为您提供三都网站排名全网营销落地服务。
java.lang.Object org.apache.hadoop.mapreduce.InputFormat<K, V> org.apache.hadoop.mapreduce.lib.db.DBInputFormat<T extends DBWritable> DataDrivenDBInputFormat<T extends DBWritable> OracleDataDrivenDBInputFormat<T extends DBWritable> org.apache.hadoop.mapreduce.lib.input.FileInputFormat<K, V> CombineFileInputFormat<K, V> CombineSequenceFileInputFormat<K,V> CombineTextInputFormat<LongWritable,Text> FixedLengthInputFormat<LongWritable, BytesWritable> KeyValueTextInputFormat<Text, Text> NLineInputFormat<LongWritable, Text> SequenceFileInputFormat<K, V> TextInputFormat<LongWritable, Text>
InputFormat
public abstract class InputFormat<K, V> { public abstract List<InputSplit> getSplits(JobContext context) throws IOException, InterruptedException; public abstract RecordReader<K,V> createRecordReader(InputSplit split,TaskAttemptContext context) throws IOException, InterruptedException; }
1、FileInputFormat
1.1 TextInputFormat
1.2 KeyValueTextInputFormat
1.3 SequenceFileInputFormat
1.4 CombineFileInputFormat
1.5 FixedLengthInputFormat
1.6 NLineInputFormat
2、DBInputFormat
2.1 DataDrivenDBInputFormat
2.1.1 OracleDataDrivenDBInputFormat
OutputFormat
public abstract class OutputFormat<K, V> { public abstract RecordWriter<K, V> getRecordWriter(TaskAttemptContext context ) throws IOException, InterruptedException; public abstract RecordWriter<K, V> getRecordWriter(TaskAttemptContext context ) throws IOException, InterruptedException; public abstract OutputCommitter getOutputCommitter(TaskAttemptContext context ) throws IOException, InterruptedException; }
感谢各位的阅读!关于“Hadoop2.6.0中InputFormat和OutputFormat的用法示例”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识,如果觉得文章不错,可以把它分享出去让更多的人看到吧!
文章标题:Hadoop2.6.0中InputFormat和OutputFormat的用法示例
标题网址:https://www.cdcxhl.com/article22/jhipjc.html
成都网站建设公司_创新互联,为您提供网站设计公司、网页设计公司、小程序开发、服务器托管、用户体验、网站设计
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联