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.
質問があります。cassandra mapreduce プログラムで複数の map 関数と reduce 関数を使用できますか? たとえば、map1 はデータを読み取り、reduce1 はそれらをキーでグループ化します。map2 は結果に対して平均を計算し、map3 Math.pow を計算し、最後に reduce 関数が出力を書き込みますか? またはこのようなもの..?