Warnings : Aggregation query used without partition key

edit your cassandra.properties file and add this:
cassandra.limit-for-partition-key-select=NUMBER

Where NUMBER is the max result that you want!

Not elegant but works!

原文地址:https://www.cnblogs.com/xxdfly/p/5646029.html