Re: counterpart to HBase's coprocessors.

2015-12-10 Thread hongbin ma
cool, i'll check this, thanks! On Fri, Dec 11, 2015 at 3:07 PM, Jeff Jirsa wrote: > SOME lightweight processing is possible with UDFs / UDAs: > http://www.planetcassandra.org/blog/user-defined-functions-in-cassandra-3-0 > / > > > They're not directly comparable to Hbase coprocessors, but they al

Re: counterpart to HBase's coprocessors.

2015-12-10 Thread Jeff Jirsa
SOME lightweight processing is possible with UDFs / UDAs: http://www.planetcassandra.org/blog/user-defined-functions-in-cassandra-3-0 / They're not directly comparable to Hbase coprocessors, but they allow some computation on the server. On 12/10/15, 11:02 PM, "hongbin ma" wrote: >hi communi