Re: Issues with writing data to Cassandra column family using a Hive script

2013-02-10 Thread aaron morton
Don't use the variable length Cassandra integer, use the Int32Type. It also sounds like you want to use a DoubleType rather than FloatType. http://www.datastax.com/docs/datastax_enterprise2.2/solutions/about_hive#hive-to-cassandra-table-mapping Cheers - Aaron Morton

Re: Issues with writing data to Cassandra column family using a Hive script

2013-02-10 Thread Dinusha Dilrukshi
Hi Aaron, Thanks for the reply.. I ll try out your suggestion. Regards, Dinusha. On Mon, Feb 11, 2013 at 1:55 AM, aaron morton aa...@thelastpickle.comwrote: Don't use the variable length Cassandra integer, use the Int32Type. It also sounds like you want to use a DoubleType rather than