Re: Basic query in setting up secure inter-dc cluster

2016-01-06 Thread Neha Dave
Hi Ajay, Have a look here : https://docs.datastax.com/en/cassandra/1.2/cassandra/security/secureSSLNodeToNode_t.html You can configure for DC level Security: Procedure On each node under sever_encryption_options: - Enable internode_encryption. The available options are: - all

Re: I am a Datastax certified Cassandra architect now :)

2015-11-25 Thread Neha Dave
Congrats Prem !!! Me too planning to take up the certificate. Please, Provide tips? regards Neha On Wed, Nov 25, 2015 at 10:36 PM, Ariel Weisberg wrote: > Hi, > > Congratulations! I hope the certification brings good things for you. > > Regards, > Ariel > > > On Sun, Nov 22, 2015, at 01:00 PM,

UDT - Collection - Query

2015-11-15 Thread Neha Dave
CREATE type metadata1 ( key text, value set, ); CREATE TABLE test_path3 ( path_id text, mdata frozen, PRIMARY KEY (path_id,mdata) ); CREATE INDEX metadata_teste_path3 on test_path3 (mdata) ; INSERT INTO test_path3 (path_id, mdata ) VALUES ( '2', { key :'mime-typ

Re: Nested Collections in Cassandra

2015-11-15 Thread Neha Dave
key. And > add a clustering key for the mime values name. > > -- Jack Krupansky > > On Sat, Nov 14, 2015 at 5:16 AM, Neha Dave wrote: > >> Any Help? >> >> On Tue, Nov 10, 2015 at 7:44 PM, Neha Dave >> wrote: >> >>> How can we achieve Neste

Re: Nested Collections in Cassandra

2015-11-14 Thread Neha Dave
Any Help? On Tue, Nov 10, 2015 at 7:44 PM, Neha Dave wrote: > How can we achieve Nested Collections in cassandra. > > My requirement : > metadata map> ... Is it possible? > > Eg. 'mime-type' : 'MIME' > 'Security' : {'SOX

Nested Collections in Cassandra

2015-11-10 Thread Neha Dave
How can we achieve Nested Collections in cassandra. My requirement : metadata map> ... Is it possible? Eg. 'mime-type' : 'MIME' 'Security' : {'SOX','FOX'} Query will be Give me all the ID's where 'Security' : {'SOX'} OR contains 'SOX' Is it Possible? Can I use UDT to do it? Eg CQL : C

Re: Possible to restore ENTIRE data from Cassandra-Schema in one go?

2015-09-14 Thread Neha Dave
Havent used it.. but u can try SSTaable Bulk Loader: http://docs.datastax.com/en/cassandra/2.0/cassandra/tools/toolsBulkloader_t.html regards Neha On Tue, Sep 15, 2015 at 11:21 AM, Ajay Garg wrote: > Hi All. > > We have a schema on one Cassandra-node, and wish to duplicate the > entire schema

Re: Not able to cqlsh on 2.1.9 on Ubuntu 14.04

2015-09-14 Thread Neha Dave
Try >cqlsh regards Neha On Mon, Sep 14, 2015 at 3:53 PM, Ajay Garg wrote: > Hi All. > > We have setup a Ubuntu-14.04 server, and followed the steps exactly as > per http://wiki.apache.org/cassandra/DebianPackaging > > Installation completes fine, Cassandra starts fine, however cqlsh does not >