Johan Oskarsson cassandra_src all time


 2 Collaborator
Jeremy Hanna , Kelvin Kakugawa

 13 Patch
2c4ac98c9ffa8ea52da801830c7cdb745ddc28f0, 3d61dae55b2e5cbfe44a752d8a84ecfcdcd809fd, 6a8c248da5cd299495dfaee4fae69e643652a612, f8d43ed460ce8170013113534dba79707de71d73, 7860b138e3a67bb5e795623b27774bab199da2d1, 0658589892ba4816684725517b27b5519de96b7c, 3536c6b5518c6e82d573bb8ead16a82d6d8e2b97, 1a7aaf5fa96965b6ada2418c72ce0084efbbe8a1, 33a9f349f3421a7516c5ca7328834064155c21c2, 0de8e54bbe27db2df3f7a89d2d6a62741f68383c, 3f33496c8f5f1b96a4b119a4d9ee717efad0e12f, 58a1710edc83ac2a7bf0e61c4f611a9bb5d1ef6e, 713710b5fe90d0416fc81b99809b12b17a8d54c3

2c4ac98c9ffa8ea52da801830c7cdb745ddc28f0 | Author: Johan Oskarsson <johan@apache.org>
 | 2010-12-21 22:17:09+00:00

    Adds support for columns that act as incr/decr counters. Patch primarily by Kelvin Kakugawa with select parts from Chris Goffinet, Sylvain Lebresne, Rob Coli, Johan Oskarsson, Adam Samet, Jaakko Laine and more. Review by Jonathan Ellis and Sylvain Lebresne. CASSANDRA-1072.
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1051679 13f79535-47bb-0310-9956-ffa450edef68

3d61dae55b2e5cbfe44a752d8a84ecfcdcd809fd | Author: Johan Oskarsson <johan@apache.org>
 | 2010-09-12 13:57:33+00:00

    Fix assertion error on read repair introduced by CASSANDRA-1465. Patch by johan, review by jbellis. CASSANDRA-1493
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@996313 13f79535-47bb-0310-9956-ffa450edef68

6a8c248da5cd299495dfaee4fae69e643652a612 | Author: Johan Oskarsson <johan@apache.org>
 | 2010-07-13 17:39:25+00:00

    Change cescribe_keyspace to return reconciler info. Patch by Jeremy Hanna, review by johan. CASSANDRA-1273
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@963798 13f79535-47bb-0310-9956-ffa450edef68

f8d43ed460ce8170013113534dba79707de71d73 | Author: Johan Oskarsson <johan@apache.org>
 | 2010-06-12 13:08:51+00:00

    Remove references to -dev version of pig, add example script, use comparators singletons. Patch by Jeremy Hanna, review by johan. CASSANDRA-1150
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@954000 13f79535-47bb-0310-9956-ffa450edef68

7860b138e3a67bb5e795623b27774bab199da2d1 | Author: Johan Oskarsson <johan@apache.org>
 | 2010-06-01 15:03:48+00:00

    Add support for reconciler classes that decide how to resolve conflicting columns. Patch by Kelvin Kakugawa and johan, review by jbellis. CASSANDRA-1144
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@950099 13f79535-47bb-0310-9956-ffa450edef68

0658589892ba4816684725517b27b5519de96b7c | Author: Johan Oskarsson <johan@apache.org>
 | 2010-05-25 07:40:47+00:00

    Hadoop input format now uses the specified column family to figure out the number of splits instead of the whole keyspace. Patch by johan, review by jbellis. CASSANDRA-1050
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@947953 13f79535-47bb-0310-9956-ffa450edef68

3536c6b5518c6e82d573bb8ead16a82d6d8e2b97 | Author: Johan Oskarsson <johan@apache.org>
 | 2010-05-07 15:41:07+00:00

    In ColumnFamilyRecordReader keep Thrift connection alive between calls to fetch data. Patch by johan, review by jbellis. CASSANDRA-1017
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@942129 13f79535-47bb-0310-9956-ffa450edef68

1a7aaf5fa96965b6ada2418c72ce0084efbbe8a1 | Author: Johan Oskarsson <johan@apache.org>
 | 2010-05-06 16:42:27+00:00

    Update word count example to work with changes in trunk. Word count setup now uses the thrift interface. Patch by Jeremy Hanna, review by johan. CASSANDRA-1030
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@941797 13f79535-47bb-0310-9956-ffa450edef68

33a9f349f3421a7516c5ca7328834064155c21c2 | Author: Johan Oskarsson <johan@apache.org>
 | 2010-04-06 17:30:07+00:00

    Provide correct locations so that Hadoop can schedule map tasks close to the data. Patch by johan, review by jbellis. CASSANDRA-955
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@931239 13f79535-47bb-0310-9956-ffa450edef68

0de8e54bbe27db2df3f7a89d2d6a62741f68383c | Author: Johan Oskarsson <johan@apache.org>
 | 2010-04-06 13:37:38+00:00

    Cache BufferedRandomAccessFile.length result to avoid native call. Patch by johan, review by jbellis. CASSANDRA-950
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@931148 13f79535-47bb-0310-9956-ffa450edef68

3f33496c8f5f1b96a4b119a4d9ee717efad0e12f | Author: Johan Oskarsson <johan@apache.org>
 | 2010-03-17 15:49:59+00:00

    Get Hadoop input format sub splits in parallel. Patch by johan, review by jbellis. CASSANDRA-890
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@924340 13f79535-47bb-0310-9956-ffa450edef68

58a1710edc83ac2a7bf0e61c4f611a9bb5d1ef6e | Author: Johan Oskarsson <johan@apache.org>
 | 2010-03-17 15:36:37+00:00

    Add paging to Hadoop InputFormat range queries. Patch by johan, review by jbellis. CASSANDRA-789
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@924334 13f79535-47bb-0310-9956-ffa450edef68

713710b5fe90d0416fc81b99809b12b17a8d54c3 | Author: Johan Oskarsson <johan@apache.org>
 | 2010-02-23 15:17:42+00:00

    Merge with 0.6 branch
    
    git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@915376 13f79535-47bb-0310-9956-ffa450edef68