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 提供的两个字数统计示例(一个使用 cql3的示例和一个使用 Mutation 的示例),但它们都在给定键的情况下输出单个列。我可以知道如何使用 cql3 或 Mutation 在 Reducer 中输出具有已知键的行(即多列)吗?
你需要看看
CqlConfigHelper.setOutputCql
您可以将其与具有多个替换的 CQL 字符串一起使用。这里有详细说明:
https://stackoverflow.com/a/19035392/33