Re: Reading data in bulk from cassandra for indexing in Elastic search

2013-03-31 Thread aaron morton
> Approach 1: > 1. Get chucks of 10,000 keys (which is configurable, but when I increase it > to more than 15,000, I get a thrift frame size error cassandra. To fix it, I > will need to increase that frame size via cassandra.yml) and its columns > (around 15 columns/key). > You can model this

Reading data in bulk from cassandra for indexing in Elastic search

2013-03-28 Thread Utkarsh Sengar
Hello, I am trying to implement an indexer for a column family in cassandra (cluster of 4 nodes) using elastic search. There is a river pluginwhich I am writing which retrieves data from cassandra and throws to elastic search. It is triggered on