Using DSE 1.0.2. Changing the column value type to 'bigint' worked in
moving the Counters CF into Hive. Thanks Jake.
On Tue, Mar 20, 2012 at 10:21 AM, aaron morton wrote:
> What version are you using ?
>
> IIRC not all versions of the Hive driver support counters.
>
> Cheers
>
> -
What version are you using ?
IIRC not all versions of the Hive driver support counters.
Cheers
-
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelastpickle.com
On 20/03/2012, at 1:09 PM, Sunit Randhawa wrote:
> I am trying to store Counters CF from cassandra to Hiv
I am trying to store Counters CF from cassandra to Hive. Below is the
CREATE TABLE syntax in Hive:
DROP TABLE IF EXISTS Counters;
create external table Counters(row_key string, column_name string, value
string)
STORED BY 'org.apache.hadoop.hive.cassandra.CassandraStorageHandler'
WITH SERDEPROPERTI