Re: how to get column family details dynamically in cassandra bulk load program

2013-05-09 Thread aaron morton
The schema is available over the various interfaces, check with the client you are using to see it exposes the information. Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 8/05/2013, at 1:36 AM,

how to get column family details dynamically in cassandra bulk load program

2013-05-07 Thread chandana.tummala
Dear All, I am using cassandra bulkload program from www.datastax.com/dev/blog/bulk-loading‎ In This for CSV entry we are giving column name and validation class . Is there any way to get the column names and validation class directly from database by giving just keyspace and column family