Re: DataStax role in Cassandra and the ASF

2016-11-04 Thread Jeremy Hanna
t any qualification :) Kind regards, Jeremy > On Nov 4, 2016, at 10:58 PM, Jeremy Hanna wrote: > > Hi Łukasz, > > I’m sorry you found the projects difficult to work with. It sounds like in > this case it was about modularizing with Maven and making TinkerPop work > better

Re: DataStax role in Cassandra and the ASF

2016-11-04 Thread Jeremy Hanna
Hi Łukasz, I’m sorry you found the projects difficult to work with. It sounds like in this case it was about modularizing with Maven and making TinkerPop work better with OSGI. People in the project have been going back and forth about the build process since before Riptano and DataStax exist

Re: Proposal - 3.5.1

2016-10-20 Thread Jeremy Hanna
ttps://www.instaclustr.com/blog/2016/10/19/patched-cassandra-3-7/ > - https://github.com/instaclustr/cassandra#faq > > > On Thu, 20 Oct 2016 at 09:38 Jeremy Hanna > wrote: > >> Is there consensus on a way forward with this? Is there going to be a >> three branch

Re: Proposal - 3.5.1

2016-10-20 Thread Jeremy Hanna
Is there consensus on a way forward with this? Is there going to be a three branch plan with “features”, “testing”, and “stable” starting with 4.0? Or is this still in the discussion mode? External to this thread there have been decisions made to create third party LTS releases and hopes that

Re: Low hanging fruit crew

2016-10-19 Thread Jeremy Hanna
.apache.org/jira/browse/CASSANDRA-12541 , >>>>> https://issues.apache.org/jira/browse/CASSANDRA-12776 ) >>>>> 2) Some of these patches already exist and just need to be reviewed >> and >>>>> eventually committed. >>>>> >>>>

Re: Low hanging fruit crew

2016-10-19 Thread Jeremy Hanna
And just to be clear, I think everyone would welcome more testing for both regressions of new code correctness. I think everyone would appreciate the time savings around more automation. That should give more time for a thoughtful review - which is likely what new contributors really need to g

Re: Proposal - 3.5.1

2016-09-15 Thread Jeremy Hanna
Right - I think like Jake and others have said, it seems appropriate to do something at this point. Would a clearer, more liberal backport policy to the odd versions be worthwhile until we find our footing? As Jeremiah said, it does seem like the big bang 3.0 release has caused much of the bag

Re: Proposal: create a mailing list for just the newly created Jira ticket notifications

2016-09-12 Thread Jeremy Hanna
edDate DESC >>> >>> When viewing your filter, go to Details > New Subscription and set it up >> to >>> run once a day and you're set! >>> >>> Hope it helps, >>> >>> Russ >>> >>> On Mon, Aug 29, 2016 at

Re: Support Multi-Tenant in Cassandra

2016-09-09 Thread Jeremy Hanna
pros/cons of why we as a community choose to not do it, > postpone for later, or actually do it. Of course, it would be great for a > motivated individual to lead the effort if we really want to entertain it. > > On Friday, September 9, 2016, Jeremy Hanna > wrote: > >> I agree

Re: Support Multi-Tenant in Cassandra

2016-09-09 Thread Jeremy Hanna
I agree that the request scheduler should probably be deprecated and removed unless someone wants to put in something that's usable from the non thrift request processor. We added it for prioritization and QoS but I don't know of anyone ever using it. Our project we thought of using it for got s

Proposal: create a mailing list for just the newly created Jira ticket notifications

2016-08-29 Thread Jeremy Hanna
Currently we have a mailing list (commits@) that includes commit messages as well as all updates to Jira tickets. However for the purpose of staying up to date with new tickets, it’s something of a firehose with the rapid rate of change. Some people (like me) filter out just the new ticket cre

Re: A proposal to move away from Jira-centric development

2016-08-16 Thread Jeremy Hanna
I think a separate mailing list for just ticket creation would be nice as well. I think that’s what many of us filter down the commits@ list to. That doesn’t have to happen in place of the proposed change but would make it easier for people to follow new issue creation. From there I go to and

Re: A proposal to move away from Jira-centric development

2016-08-15 Thread Jeremy Hanna
project. > On Aug 15, 2016, at 1:27 PM, Chris Mattmann wrote: > > s/dev list followers// > > That’s (one of) the disconnect(s). It’s not *you the emboldened, powerful > PMC* > and then everyone else. > > > On 8/15/16, 11:25 AM, "Jeremy Hanna" wrote:

Re: A proposal to move away from Jira-centric development

2016-08-15 Thread Jeremy Hanna
Regarding high level linking, if I’m in irc or slack or hipchat or a mailing list thread, it’s easy to reference a Jira ID and chat programs can link to it and bots can bring up various details. I don’t think a hash id for a mailing list is as simple or memorable. A feature of a mailing list t

Re: A proposal to move away from Jira-centric development

2016-08-15 Thread Jeremy Hanna
Jiras are a lot easier to follow as they are focused on a single item of work and it comes with an id that is a lot easier to reference and remember. If there is a high level discussion on the list, that’s fine. A link to that initial discussion can be referenced in the Jira. As already menti

Re: Cassandra Java Driver and DataStax

2016-06-06 Thread Jeremy Hanna
> On Jun 5, 2016, at 4:33 PM, Mattmann, Chris A (3980) > wrote: > > Thanks for the info Jonathan. I think have assessed based on > the replies thus far, my studying of the archives and > commit and project history the following situation. > > Unfortunately it seems like there is a bit of contr

Re: Short column names

2016-02-11 Thread Jeremy Hanna
It has been talked about in the past, see https://issues.apache.org/jira/browse/CASSANDRA-4175 for example. However with https://issues.apache.org/jira/browse/CASSANDRA-8099, the duplication of column names is gone. So once you’re on Cassandra 3+, this optimization is a lot less valuable. >

Re: Stream sstables hosted on a node from client using streaming protocol

2015-05-09 Thread Jeremy Hanna
You may also be interested in this going forward: https://issues.apache.org/jira/browse/CASSANDRA-9259 > On May 9, 2015, at 3:31 PM, Yuki Morishita wrote: > > Hi Pierre, > > I haven't tried writing that kind of client, but I think it should work. > Try providing your own connection provider as

Re: Requiring Java 8 for C* 3.0

2015-05-07 Thread Jeremy Hanna
There’s no reason why people can’t run java 8 with 2.1. IIRC the only issue we’d had with it was Dave’s https://issues.apache.org/jira/browse/CASSANDRA-7028. That’s probably the best thing for people to do though - run java 8 with 2.1 so the jump to 3.0 isn’t as significant. Good point. > O

Re: Refactoring cassandra service package

2014-06-03 Thread Jeremy Hanna
There was some hope started in CASSANDRA-6881 - see some of the later comments: https://issues.apache.org/jira/browse/CASSANDRA-6881 On 4 Jun 2014, at 04:04, Brian O'Neill wrote: > > Interesting proposition. We¹ve embedded Cassandra a few times, so I¹d be > interested in an approach that make

Re: Implementing a driver for cassandra native protocol v2

2013-10-29 Thread Jeremy Hanna
Also, you might see if you could join efforts with Aleksey on https://github.com/iamaleksey/seestar as well :) Or at least exchange ideas. On 28 Oct 2013, at 14:17, Sylvain Lebresne wrote: > On Sat, Oct 26, 2013 at 8:07 PM, Mathieu D'Amours wrote: > >> Hello, >> >> I'm currently implementing

Re: Configuration of network connectors

2013-07-09 Thread Jeremy Hanna
Have you seen https://github.com/pcmanus/ccm as described in http://www.datastax.com/dev/blog/ccm-a-development-tool-for-creating-local-cassandra-clusters or does that not fit your use case? On 9 Jul 2013, at 14:02, Łukasz Dywicki wrote: > Hello, > First of all I would like to say hello to cas

Re: [VOTE] Release Apache Cassandra 1.1.12

2013-05-22 Thread Jeremy Hanna
Ah just saw Brandon's comment earlier. Sorry for the spam. On 22 May 2013, at 11:11 PM, Jeremy Hanna wrote: > Cassandra-5488 needed an adjusted fix for reading wide rows with Pig. > > On 22 May 2013, at 10:07 AM, Sylvain Lebresne wrote: > >> I propose the following a

Re: [VOTE] Release Apache Cassandra 1.1.12

2013-05-22 Thread Jeremy Hanna
Cassandra-5488 needed an adjusted fix for reading wide rows with Pig. On 22 May 2013, at 10:07 AM, Sylvain Lebresne wrote: > I propose the following artifacts for release as 1.1.12. > > sha1: 0db94069550b9c38b9f749e2087b196bb519664e > Git: > http://git-wip-us.apache.org/repos/asf?p=cassandra.git

Re: Document storage

2012-03-28 Thread Jeremy Hanna
I don't speak for the project, but you might give it a day or two for people to respond and/or perhaps create a jira ticket. Seems like that's a reasonable data type that would get some traction - a json type. However, what would validation look like? That's one of the main reasons there are

Re: 1.1 freeze approaching

2011-12-20 Thread Jeremy Hanna
I like this part of that thread (w00t for a distributed test suite): > # Automate all tests > > I think the only way that we can keep people close to trunk and stay > stable is to build automated tests for *everything*. All code should > be exercised by thorough unit tests and distributed black-bo

Discussion: release quality

2011-11-29 Thread Jeremy Hanna
I'd like to start a discussion about ideas to improve release quality for Cassandra. Specifically I wonder if the community can do more to help the project as a whole become more solid. Cassandra has an active and vibrant community using Cassandra for a variety of things. If we all pitch in a

Re: How is Cassandra being used?

2011-11-16 Thread Jeremy Hanna
Sounds like it would be best if it were in a separate jar for people? On Nov 16, 2011, at 4:58 PM, Bill wrote: > > Thoughts? > > > > We'll turn this off, and would possibly patch it out of the code. That's not > to say it wouldn't be useful to others. > > Bill > > > On 15/11/11 23:23, Jonath

Re: REST API?

2011-10-10 Thread Jeremy Hanna
Brian, If you end up doing something with the rest api and making it available/open source, please post again either here or on the user list. I think others would be interested and may contribute to it. Cheers, Jeremy On Oct 10, 2011, at 8:42 PM, Brian O'Neill wrote: > Thanks Gary. Perfect

Re: Cassandra Pig with network topology and data centers.

2011-07-29 Thread Jeremy Hanna
fwiw - https://issues.apache.org/jira/browse/CASSANDRA-2970 thoughts? (please post on the ticket) On Jul 29, 2011, at 7:08 PM, Ryan King wrote: > It'd be great if we had different settings for inter- and intra-DC read > repair. > > -ryan > > On Fri, Jul 29, 2011 at 5:06 PM, Jake Luciani wrot

moin wiki: ACLs give us no more textchas and re-enable images

2011-07-25 Thread Jeremy Hanna
I asked in #asfinfra whether images could be added now that there are pretty obscure questions for the wiki textcha questions. Their response: no. It would require another level of security. So they suggested ACLs as described in http://wiki.apache.org/general/OurWikiFarm Basically the trade

Re: set rpc_timeout_in_ms via jmx?

2011-07-22 Thread Jeremy Hanna
ll as an option as well. Do you want to create that ticket? jmx related ticket: https://issues.apache.org/jira/browse/CASSANDRA-2940 On Jul 18, 2011, at 11:56 AM, Ryan King wrote: > On Sat, Jul 16, 2011 at 12:30 PM, Jeremy Hanna > wrote: >> I don't see a way in Databas

Re: Announcements List

2011-07-18 Thread Jeremy Hanna
I think a lot of people follow cassandra on twitter. However I don't think it would be a big deal to email both user@ and announcements@ when a new release is out, if people don't mind the extra list. Nick - is this from people asking about this? On Jul 18, 2011, at 9:50 AM, Gary Dusbabek wrot

set rpc_timeout_in_ms via jmx?

2011-07-16 Thread Jeremy Hanna
I don't see a way in DatabaseDescriptor to set the rpc_timeout_in_ms via jmx. It doesn't seem possible right now. Is there any reason why that couldn't be set via jmx? It seems like a rolling restart to update that is pretty heavy. It would be nice to set it in the yaml and set it via jmx so

Re: [VOTE] Release Apache Cassandra 0.7.7

2011-07-08 Thread Jeremy Hanna
if 2870 involves all reads to LOCAL_QUORUM, then I think that would be something to include. I tried a simple pig row count using LOCAL_QUORUM today and got consistent UnavailableExceptions, but QUORUM worked. On Jul 7, 2011, at 10:14 AM, Sylvain Lebresne wrote: > I propose the following artif

404 for the download link of 0.7.6-2 src

2011-07-07 Thread Jeremy Hanna
Not sure how long this has been the case, but the download link for 0.7.6-2 src 404s on several servers: http://www.apache.org/dyn/closer.cgi?path=/cassandra/0.7.6/apache-cassandra-0.7.6-2-src.tar.gz

Re: range ghosts and more with hadoop support (with proposed solution)

2011-07-04 Thread Jeremy Hanna
Created https://issues.apache.org/jira/browse/CASSANDRA-2855 On Jul 1, 2011, at 9:09 PM, Jeremy Hanna wrote: > We think we're running into a situation where we've deleted all the columns > on several thousand rows but they still show up in the results of our pig > scripts.

range ghosts and more with hadoop support (with proposed solution)

2011-07-01 Thread Jeremy Hanna
We think we're running into a situation where we've deleted all the columns on several thousand rows but they still show up in the results of our pig scripts. We think that's a product of range ghosts because ColumnFamilyRecordReader uses getRangeSlices. So that might be a problem for people a

Re: Cassandra 1.0

2011-06-16 Thread Jeremy Hanna
+1 on a plan and we're excited for 1.0 because that hopefully means that Cassandra-1600 and friends will be resolved so that we can mapreduce over subsets of rows and over secondary indexes. On Jun 16, 2011, at 9:36 AM, Sylvain Lebresne wrote: > Ladies and Gentlemen, > > Cassandra 0.8 is now o

Re: [VOTE] Release Apache Cassandra 0.8.0 (take #3)

2011-05-31 Thread Jeremy Hanna
On May 31, 2011, at 5:16 PM, Edward Capriolo wrote: > On Tue, May 31, 2011 at 5:42 PM, Jeremy Hanna > wrote: > >> +1 non-binding >> >> fwiw >> - I ran some basic pig scripts that I have with 0.8 and they worked fine >> including using a UDF, filtering da

Re: [VOTE] Release Apache Cassandra 0.8.0 (take #3)

2011-05-31 Thread Jeremy Hanna
+1 non-binding fwiw - I ran some basic pig scripts that I have with 0.8 and they worked fine including using a UDF, filtering data, and outputting to Cassandra. - I also tried the pig and word_count examples in the src download. For some reason the cassandra output reducer didn't output anything

Re: About python streaming using Cassandra as input

2011-05-09 Thread Jeremy Hanna
pig/hive/brisk are certainly great ways of doing mapreduce with cassandra. I had written the patch to 1497 last Fall and it didn't quite work then. I had meant to get back to it, but since then I've changed jobs and have been really busy there. I do like how the patch abstracts the CFIF/CFRR s

Re: [VOTE] Release Apache Cassandra 0.7.5

2011-04-25 Thread Jeremy Hanna
+1 nonbinding On Apr 22, 2011, at 12:17 PM, Sylvain Lebresne wrote: > I propose the following artifacts for release as 0.7.5. > > SVN: > https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1095960 > Artifacts: > https://repository.apache.org/content/repositories/orgapachecassand

current stable

2011-04-25 Thread Jeremy Hanna
As 0.8 approaches final status in the next few weeks, I wondered about how releases receive the label, "current stable". I don't know if there's any precedent for this, but I thought it might be nice to do a separate vote when new major releases are out and weigh heavily those in the community

Re: [VOTE] Apache Cassandra 0.8.0-beta1 (take #2)

2011-04-20 Thread Jeremy Hanna
+1 (non-binding) On Apr 19, 2011, at 8:35 PM, Eric Evans wrote: > > Let's try this again. I propose the following artifacts for release as > 0.8.0 beta1. > > You will note the addition of three new artifacts, cql-1.0.0.tar.gz, > txcql-1.0.0.tar.gz and apache-cassandra-cql-1.0.0.jar. These are

Re: State Of: CQL

2011-03-20 Thread Jeremy Hanna
I wonder if drivers for various languages could be google summer of code projects. On the one hand it's a nice intro to cassandra and a discrete thing to do. However, would that leave it maintainerless once gsoc was done...? On Mar 20, 2011, at 11:42 AM, Tyler Hobbs wrote: > YesQL is the only

Re: State Of: CQL

2011-03-20 Thread Jeremy Hanna
I like Castle - sounds cool, though it mixes metaphors. Greek mythology and medieval Europe... Still I think it's a cool name. On Mar 20, 2011, at 7:44 AM, Andy Grundman wrote: > Cassandra Interface Language == CassIL == "Castle" ? > > On Mar 20, 2011, at 8:35 AM, Andy Twigg wrote: > >> SQL

Re: [VOTE] 0.7.3

2011-02-28 Thread Jeremy Hanna
We'd really like to see the updated fix for CASSANDRA-2255 get in there as well, if possible. It's very isolated to the Hadoop output code, so it shouldn't be much risk. https://issues.apache.org/jira/browse/CASSANDRA-2255 On Feb 28, 2011, at 5:27 PM, Jonathan Ellis wrote: > I'd like to get th

Re: SEVERE Data Corruption Problems

2011-02-16 Thread Jeremy Hanna
Dan, Just wondered if you had a chance to try 0.7.1 or 0.7.2 out with your context/data. Jeremy On Feb 11, 2011, at 12:17 PM, Dan Hendry wrote: > Here is my chronology: > > - I turned on my current cluster in early December, starting with > about 0.7 RC2 or thereabouts. I ran into a

Re: plugins/triggers/coprocessors

2011-02-16 Thread Jeremy Hanna
/CASSANDRA-1311 On Feb 11, 2011, at 1:31 PM, Jeremy Hanna wrote: > So from here I guess it's a matter of working out the comments/concerns > presented on 1311 and any future discussion sounds like it belongs there. > > Like I said, I just wanted to initiate discussion since it had be

Re: [VOTE] 0.7.1 (what are we at now, 4?)

2011-02-11 Thread Jeremy Hanna
+1 non-binding made sure the hadoop integration still passed some basic tests. I'm hoping to get more sophisticated wrt tests with the hadoop support, but for now that's all I've got. Tx for all the great work both with 0.7.1 and with the distributed tests to check for more sophisticated scen

Re: Maintenance releases

2011-02-11 Thread Jeremy Hanna
strong unbinding +1 :) I think that there were several lessons learned in the 0.6.x line about walking that line. Wrt regression testing, hopefully the distributed tests (thanks Stu and Kelvin and others!) will act as a core for something like that. I would imagine that heavy loads can be uti

Re: plugins/triggers/coprocessors

2011-02-11 Thread Jeremy Hanna
upe and move forward with >> 1311: we won't be hurting anyone's feelings, and the implementation from >> 1016 is: 1. much, much less complete, 2. abandoned. >> >> >> On Fri, Feb 11, 2011 at 9:23 AM, Jeremy Hanna >> wrote: >> >>> Thanks M

Re: plugins/triggers/coprocessors

2011-02-11 Thread Jeremy Hanna
d it is acknowledged to the client. > • Triggers are executed once during normal execution. We guarantee "at > least once" execution in case of node failures. > Cheers, > Maxim > > > On Thu, Feb 10, 2011 at 8:45 AM, Jeremy Hanna > wrote: > >

Re: New feature / educational project

2011-02-08 Thread Jeremy Hanna
I think the plugins/triggers/coprocessors is a great discussion to get going again if there is interest. It's been on the to-do list for a long time and just from what I've heard anecdotally, there is a lot of interest. On Feb 8, 2011, at 3:57 PM, David G. Boney wrote: > Hi All, > > I am als

Re: [VOTE] 0.7.1 (3 times the charm?)

2011-02-04 Thread Jeremy Hanna
Just wondering - how does the distributed test framework fit into votes? Does it get run each time a vote happens to check for bugs/regressions? On Feb 4, 2011, at 1:40 PM, Eric Evans wrote: > > Lather. Rinse. Repeat. Ya'll know the drill. > > SVN: > https://svn.apache.org/repos/asf/cassandr

Re: Avro in the Cassandra core

2011-01-18 Thread Jeremy Hanna
On Jan 17, 2011, at 9:01 PM, Eric Evans wrote: > On Mon, 2011-01-17 at 12:12 -0500, Jake Luciani wrote: >> Some context: We have begun the process of removing Avro from the >> service layer CASSANDRA-926. We currently use Avro for schema >> migrations internally, and we have two open items that a

Re: Time for 1.0

2011-01-14 Thread Jeremy Hanna
+1 on starting a more predictable release cycle for Cassandra and doing more multi-node testing. I don't care at all about what version number it is. On Jan 11, 2011, at 7:35 PM, Jonathan Ellis wrote: > Way back in Nov 09, we did a users survey and asked what features > people wanted to see. H

Re: [VOTE] 7.0

2011-01-07 Thread Jeremy Hanna
+1 non-for-reals-binding. I did some sanity checks wrt the word count example and the pig example script on one node (with pig 0.7 and 0.8) to make sure everything was fine there with the hadoop integration in that limited context. On Jan 6, 2011, at 11:17 AM, Eric Evans wrote: > > RC 4 seems

Re: Reducing confusion around client libraries

2010-12-06 Thread Jeremy Hanna
+1 I think it's great to start with cleaning up the wiki, especially the areas for beginners. With 0.7 coming out too, it might be nice to clean up the FAQ and other common pages. On Dec 4, 2010, at 11:27 AM, Peter Schuller wrote: > Without weighing in on the remainder of the discussion; rega

Re: Reducing confusion around client libraries

2010-12-03 Thread Jeremy Hanna
Including the client-dev list for thoughts/ideas. On Dec 3, 2010, at 11:43 AM, Jonathan Ellis wrote: > The status quo is not working. There are way too many questions on > the user list and on irc about problems with writing Thrift code, even > when well-maintained clients exist for their langua

Re: Coordinated testing for 0.7

2010-12-01 Thread Jeremy Hanna
; there are still dragons in the node movement code. That is the > primary place I would like to see more testing. > > On Wed, Dec 1, 2010 at 3:24 PM, Jeremy Hanna > wrote: >> I was wondering if there was a coordinated plan for testing the 0.7 release. >> I realize t

Re: Coordinated testing for 0.7

2010-12-01 Thread Jeremy Hanna
hours already making it solid. Just trying to brainstorm ways to get some additional good contributions in the core for making for a more solid 0.7.0 release. Again... any thoughts? On Dec 1, 2010, at 3:24 PM, Jeremy Hanna wrote: > I was wondering if there was a coordinated plan for tes

Coordinated testing for 0.7

2010-12-01 Thread Jeremy Hanna
I was wondering if there was a coordinated plan for testing the 0.7 release. I realize that testing is ultimately up to the individual team. However, with 0.7 there are a _lot_ of significant changes and I wondered if there was interest in coordinating efforts to do more extensive testing abov

Re: [VOTE] 0.7.0 rc1

2010-11-21 Thread Jeremy Hanna
Tried the artifacts on a fresh install of Ubuntu 10.10. Ran the contrib/word_count, pig, and hadoop_output_streaming examples on a single node. Worked fine from that perspective (wanted to do a hadoop integration sanity check for the RC). +1 (non-binding) On Nov 20, 2010, at 11:41 AM, Eric Eva

Mahout/Cassandra integration

2010-11-04 Thread Jeremy Hanna
For people interested in using Cassandra with Mahout, there are a few possible integration points that could be fleshed out. I was talking with Grant Ingersoll about this at apachecon and thought I would send out a note about it. The motivation could be enhancing Cassandra's analytics capabili

Re: Status on Incr/Decr Counters i.e. https://issues.apache.org/jira/browse/CASSANDRA-1072

2010-10-06 Thread Jeremy Hanna
You might check out the dev list archives for the last month. In particular this thread: http://www.mail-archive.com/dev@cassandra.apache.org/msg00840.html You might also check out this ticket: https://issues.apache.org/jira/browse/CASSANDRA-1546 1546 aims to find consensus with an alternate ap

Re: [DISCUSSION] High-volume counters in Cassandra

2010-09-28 Thread Jeremy Hanna
Is there any feedback from Twitter and Digg and perhaps SimpleGeo people about CASSANDRA-1546? Would that work so that you wouldn't have to maintain a fork? On Sep 27, 2010, at 5:25 AM, Sylvain Lebresne wrote: > In CASSANDRA-1546, I propose an alternative to #1072. At it's core, > it rewrites #

Re: [DISCUSSION] High-volume counters in Cassandra

2010-09-24 Thread Jeremy Hanna
H... would there be any way that others in the project that are familiar with the design could help the authors to redo some of the elements to remove the internal clock structure and get it to work properly before 0.7.0 is finalized? Not sure if that's feasible, but I would just hate to s

Re: [DISCUSSION] High-volume counters in Cassandra

2010-09-24 Thread Jeremy Hanna
I'm all for some kind of some kind of compromise. It doesn't appear to be a niche use case for just one company. Twitter, Digg, and SimpleGeo and several others have said they will be using high volume counters. They have already cleaned things up and separated it out. I don't know all the details

Re: [DISCUSSION] High-volume counters in Cassandra

2010-09-03 Thread Jeremy Hanna
So ditch Clocks and refactor to be more cleanly separated and it could go in? On Sep 2, 2010, at 3:55 PM, Jonathan Ellis wrote: > I still have not seen any response to my other misgivings about 1072 > that I have raised on the ticket. Specifically, the existing patch is > based around a Clock st

Re: docs about the secondary index?

2010-09-02 Thread Jeremy Hanna
this should probably be a question on u...@cassandra, but check out this email thread from the user list: http://www.mail-archive.com/u...@cassandra.apache.org/msg05668.html On Sep 2, 2010, at 10:20 AM, Changjiu Jin wrote: > Hello, > > > > Where can we find docs about the secondary index? >

Client developer mailing list

2010-08-30 Thread Jeremy Hanna
There has been a new mailing list created for those who are working on Cassandra clients above thrift and/or avro. You can subscribe by sending an email to client-dev-subscr...@cassandra.apache.org or using the link at the bottom of http://cassandra.apache.org The list is meant to give client

Re: interest in minor contention issues?

2010-08-06 Thread Jeremy Hanna
Are you talking about a handful of issues or a large number of issues? If it's the former, then a Jira issue for each isn't unreasonable. If it's the latter, maybe all of your results could go into one Jira issue with steps to reproduce your results. Then someone could do some more investigati

Re: Dumb question: where is v. 0.7?

2010-07-02 Thread Jeremy Hanna
ctor > was correlated to the server. Does a clock's position on such a list > correlate to a node's position on the ring? > > --sriram. > > On Jul 2, 2010, at 11:45 AM, Jeremy Hanna wrote: > >> It's still trunk. 0.7 hasn't been tagged for a beta relea

Re: Dumb question: where is v. 0.7?

2010-07-01 Thread Jeremy Hanna
It's still trunk. 0.7 hasn't been tagged for a beta release or anything yet. On Jul 1, 2010, at 11:10 PM, Sriram Srinivasan wrote: > I feel dumb; I'm unable to locate version 0.7. Is it online anywhere? > > Thanks. > > --sriram.

Cassandra dinner in Austin

2010-06-18 Thread Jeremy Hanna
As mentioned in the #cassandra IRC channel - there's going to be a dinner in Austin on July 15th for people interested in Cassandra. For those interested: http://cassandradinneraustin.eventbrite.com/ (Sorry if this doesn't apply to everyone, but everyone is welcome :)

Make release versions of JavaDocs available?

2010-06-16 Thread Jeremy Hanna
I was just wondering if there would be interest in making JavaDocs for Cassandra available for each release that comes out. I realize that it's not a lib that people should just use. However, it might be nice to have for certain things, like the Hadoop hooks - ColumnFamilyRecordReader et al.

Re: Replication Factor and Data Centers

2010-06-15 Thread Jeremy Hanna
On Jun 15, 2010, at 12:43 AM, Masood Mortazavi wrote: > Is the clearer interpretation of this statement (in > conf/datacenters.properties) given anywhere else? > > # The sum of all the datacenter replication factor values should equal > # the replication factor of the keyspace (i.e. sum(dc_rf) =

Re: Hadoop package exposed through thrift

2010-06-08 Thread Jeremy Hanna
;stuff your app is doing > constantly" while hadoop handles analytics queries. this separation > of duties makes a lot of sense to me. > > On Tue, Jun 8, 2010 at 1:45 PM, Jeremy Hanna > wrote: >> When I gave a presentation on cassandra+hadoop, some ruby folks were >

Hadoop package exposed through thrift

2010-06-08 Thread Jeremy Hanna
When I gave a presentation on cassandra+hadoop, some ruby folks were wondering about the possibility of using the MapReduce functionality in a language other than Java. I was just wondering if any thought was given to exposing the org.apache.cassandra.hadoop functionality through thrift. That

<    1   2