FileOutputFormat
TextOutputFormat<K,V> 默认输出字符串输出格式;SequenceFileOutputFormat<K,V> 序列化文件输出;MultipleOutputs<K,V> 可以把输出数据输送到不同的目录;下面我们以分析FileOutputFormat为例,得到一些启迪,来满足我们的某些需要,如修改keyvalue的分隔符,或...