Hi,

I am using Spark 1.2.0 with Cassandra 2.0.14. I have a problem where I need a 
count of rows unique to multiple columns.

So I have a column family with 3 columns i.e. a,b,c and for each value of 
distinct a1,b1,c1 I want the row count.

For eg:
A1,B1,C1
A2,B2,C2
A3,B3,C2
A1,B1,C1

The output should be:
A1,B1,C1,2
A2,B2,C2,1
A3,B3,C3,1

What is the optimum way of achieving this?

Thanks in advance.

Chirag

Reply via email to