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.
キーと値のペアでデータを格納する sqlite3dbm があります。を使用して処理する必要がありますmrjob。コードを実行するとxyz.py my_db.db、マッパー fn が正しく動作しません。
mrjob
xyz.py my_db.db
def mapper(k,val): for word in val: yield(word,k)
私はnullを取得しますk
k
これを確認してください。データベース ファイルから読み取るには、ジョブを適切に構成する必要があります。