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.
私のマッパーはローカル ディスクにデータを書き込み、マッパーの終了時にそれをクリーンアップします。ただし、エラーが発生した場合 (例外が発生した場合)、 cleanup() メソッドは呼び出されません。マッパー内で例外をキャッチできますが、マッパーで呼び出されない例外を処理できません (例: スタンバイ ノードへのジョブ トラッカーのフェールオーバー)。
マッパーが失敗したときにクリーンアップできる方法はありますか?