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.
Reducer で Cassandra に行を書き戻したいのですが、Cassandra が提供する 2 つの単語数の例 ( cql3を使用する例と Mutation を使用する例) に従っていますが、どちらもキーを指定して 1 つの列を出力しています。cql3 または Mutation のいずれかを使用して、Reducer で既知のキーを持つ行 (つまり、複数の列) を出力する方法を知ることができますか?
あなたは見る必要があります
CqlConfigHelper.setOutputCql
これは、複数の置換を含む CQL 文字列で使用できます。詳細は次のとおりです。
https://stackoverflow.com/a/19035392/33