Re: cassandra river plugin installation issue

2014-06-20 Thread Shams Haque
Hi, The issue was not with Hector API, issue has been fixed by using WITH COMPACT STORAGE when creating column families in Cassandra. Here i have posted it: http://stackoverflow.com/questions/21089453/cassandra-column-name-trailing-with-blank-characters -- You received this message because

Re: cassandra river plugin installation issue

2014-06-11 Thread Abhishek Mukherjee
Is the Hector API issue fixed? I have setup the ebay/cassandra river and it shows 2 documents inside. However I cannot search them. I get an timed out exception. I suspect this is again from Hector API because of the H before timedoutexception.

Re: cassandra river plugin installation issue

2014-02-04 Thread Ansar Rafique
Shamsul Haque, I am also getting the same error on Elastic Search console even though the type of id is string not int in my case. Any clue ? On Wednesday, January 8, 2014 11:06:36 AM UTC+1, shamsul haque wrote: I have downloaded river from: https://github.com/eBay/cassandra-river change the

Re: cassandra river plugin installation issue

2014-01-09 Thread shamsul haque
issue solved: in river code, when fetching data from Casandra it uses HFactory.createRangeSlicesQuery(keyspace, STR, STR, STR); to get data and the table which i was using to get data contain Primary Key as int id, after changing that to text it starts pulling data from Cassandra to ES. Thanks

cassandra river plugin installation issue

2014-01-08 Thread shamsul haque
I have downloaded river from: https://github.com/eBay/cassandra-river change the settings in file: CassandraRiver.java as per my Cassandra setting: if (riverSettings.settings().containsKey(cassandra)) { @SuppressWarnings(unchecked) MapString, Object couchSettings = (MapString,

Re: cassandra river plugin installation issue

2014-01-08 Thread shamsul haque
CassandraRiver.java:149 contains: logger.info(Starting thread with {} keys, this.keys.rowColumnMap.size()); where rowColumnMap is a map, and may be empty thats why this error comes And at first i build that river module normally and install it as a plugin in ES. But when i ran script: curl -XPUT

Re: cassandra river plugin installation issue

2014-01-08 Thread shamsul haque
1 change which i have made in that cassandra-river project is to change the casandra jar version from 1.3 to 2.0.3 in pox.xml as i am using Cassandra 2.0.4 Any idea whats going wrong? -- You received this message because you are subscribed to the Google Groups elasticsearch group. To

Re: cassandra river plugin installation issue

2014-01-08 Thread David Pilato
So probably CassandraCFData cassandraData = db.getCFData(columnFamily, start, 1000); did not get any data from Cassandra? Never played with this plugin either Cassandra so I'm afraid I can't help more here! --  David Pilato | Technical Advocate | Elasticsearch.com @dadoonet | 

Re: cassandra river plugin installation issue

2014-01-08 Thread shamsul haque
ok, Thanks for pointing this. -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscr...@googlegroups.com. To view this discussion on the web