Hi guys, I need your help.

I'm trying to insert a column name of type LongType using the ruby wrapper,
but I can't get it working.

What I'm trying is something like this:
   app.insert(:Data, 'device1-cpu', { Time.now => 1234.to_s})

The columnNames are tye TimeStamp. this way I got an ordened record by time.
I think I'm not inserting a correct value here. ¿any thoughts ?

Thanks you in advance :)

Reply via email to