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
" 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
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