Hi,
I have a quick and quite frankly ridiculous question regarding the column TTL value; what are the time units? Milliseconds/seconds or something else? I initially thought milliseconds given that it is Java and that is what timestamps are in but the data type used in the setTll() Java thrift API is int which indicates to me it is expecting seconds or at least not milliseconds. The Thrift API wiki page mentions nothing about TTL and a brief perusal of the source coded did not turn up anything useful (I am probably just not looking in the right places). Any help would be appreciated. Thanks, Dan Hendry