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
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
hi community
I'm new to Cassandra and i'm wondering if there is a counterpart to HBase's
coprocessors in Cassandra. (basically i want to move some of the
computation to the server where data resides)
I did a little googling and found
https://issues.apache.org/jira/browse/CASSANDRA-1311 similar to
GitHub user jasonstack opened a pull request:
https://github.com/apache/cassandra/pull/58
CASSANDRA-9556: Add newer data types to cassandra stress
eg. TinyInt, Time, Date, SmallInt
Protocol upgrades to NEWEST_SUPPORTED
You can merge this pull request into a Git repository by run