OutputFormat数据输出

1. OutputFormat接口实现类

  OutputFormat是MapReduce输出的基类,所有实现MapReduce输出都实现了OutFormat接口。

  默认输出格式TextOutputFormat。

 

2. 自定义OutputFormat

  应用场景

      如:输出数据到MySQL / HBase / Elasticsearch等框架中。

  步骤

     (1) 自定义一个类继承FileOutputFormat。

     (2)改写RecordWriter,具体改写输出数据的方法write()。

 

posted @ 2022-07-24 16:27  小王同学学编程  阅读(75)  评论(0编辑  收藏  举报
levels of contents