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.
FileInputFormat クラスの isSplittable() メソッドの意味は何ですか? http://hadoop.apache.org/docs/r2.2.0/api/index.html
isSplitable が false を返す場合、単一のマッパーのみがファイル全体を処理します。
FileInputFormat の独自の実装を提供し、必要に応じて isSplitable に対して true/false を返すことができます。