Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
KeyValueTextInputFormatの対応するOutputFormatクラスは何ですか?出力のキーと値の間に区切り文字を入れたいです。
TextOutputFormatは<Text, Text>ペアを書き出します。
<Text, Text>
プロパティを設定することにより、区切り文字(デフォルトはタブ)を定義できますmapred.textoutputformat.separator。このプロパティはmapreduce.output.textoutputformat.separator2.0.0以降のhadoopdでに変更されていることに注意してください
mapred.textoutputformat.separator
mapreduce.output.textoutputformat.separator