[GitHub] cassandra pull request: CASSANDRA-9556: Add newer data types to ca...

2015-12-10 Thread jasonstack
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 running:

$ git pull https://github.com/WorksApplications/cassandra CASSANDRA-9556

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cassandra/pull/58.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #58


commit 0de36aeb8ed0ed876eb55019464fda2f90a253dc
Author: Zhao Yang 
Date:   2015-12-09T06:42:19Z

CASSANDRA-9556: Add newer data types to cassandra stress (e.g. decimal, 
dates, UDTs)




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


counterpart to HBase's coprocessors.

2015-12-10 Thread hongbin ma
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 what I'm
looking for.
However it seems not exactly the same thing. Then I found the article
http://www.javaworld.com/article/2140805/big-data/big-data-showdown-cassandra-vs-hbase.html
clearly claims that "Cassandra currently has no counterpart to HBase's
coprocessors."

Can I get some clear answer here? If it  Cassandra currently has no
counterpart to HBase's coprocessors, is there any plan to implement a
framework that supports "move-computation-to-data"? I believe HBase was not
born with coprocessors:)

thanks ahead!

-- 
Regards,

*Bin Mahone | 马洪宾*
Apache Kylin: http://kylin.io
Github: https://github.com/binmahone


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 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 what I'm
>looking for.
>However it seems not exactly the same thing. Then I found the article
>http://www.javaworld.com/article/2140805/big-data/big-data-showdown-cassan
>dra-vs-hbase.html
>clearly claims that "Cassandra currently has no counterpart to HBase's
>coprocessors."
>
>Can I get some clear answer here? If it  Cassandra currently has no
>counterpart to HBase's coprocessors, is there any plan to implement a
>framework that supports "move-computation-to-data"? I believe HBase was
>not
>born with coprocessors:)
>
>thanks ahead!
>
>-- 
>Regards,
>
>*Bin Mahone | 马洪宾*
>Apache Kylin: http://kylin.io
>Github: https://github.com/binmahone




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 allow some
> computation on the server.
>
>
>
> On 12/10/15, 11:02 PM, "hongbin ma"  wrote:
>
> >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 what I'm
> >looking for.
> >However it seems not exactly the same thing. Then I found the article
> >
> http://www.javaworld.com/article/2140805/big-data/big-data-showdown-cassan
> >dra-vs-hbase.html
> >clearly claims that "Cassandra currently has no counterpart to HBase's
> >coprocessors."
> >
> >Can I get some clear answer here? If it  Cassandra currently has no
> >counterpart to HBase's coprocessors, is there any plan to implement a
> >framework that supports "move-computation-to-data"? I believe HBase was
> >not
> >born with coprocessors:)
> >
> >thanks ahead!
> >
> >--
> >Regards,
> >
> >*Bin Mahone | 马洪宾*
> >Apache Kylin: http://kylin.io
> >Github: https://github.com/binmahone
>
>
>


-- 
Regards,

*Bin Mahone | 马洪宾*
Apache Kylin: http://kylin.io
Github: https://github.com/binmahone