Re: Accesing Cassandra Database which uses 'PasswordAuthenticator' in Java

2015-02-10 Thread Deepak Shetty
see the API docs http://www.datastax.com/drivers/java/2.0/index.html Cluster.builder has a withCredentials method regards deepak On Tue, Feb 10, 2015 at 12:24 PM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > Hello all, > > I changed the authenticator value of my Cassandra database t

Re: are dynamic columns supported at all in CQL 3?

2014-08-27 Thread Deepak Shetty
" Using the post's example, consider the query of "get all readings for sensor 1". With dynamic columns, the query is just "select * from data where sensor_id=1". In CQL, not only does this take N different queries (one per sample) but you have to explicitly know the collected_at values to query

Hadoop MultipleOutputs with CqlOutputFormat

2014-06-11 Thread Deepak Shetty
Hi In Hadoop the MultipleOutputs class can be used to write to more than one destination - However it appears you cannot use it to write to two Cassandra tables using CQLOutputFormat This seems to have been working previously with ColumnFamilyOutputFormat (https://gist.github.com/rstrickland/37637