I am doing some playing around with hbase shell to see how HBase behaves. But I cannot find anything equivalent in hbase shell of doing a put with a TTL different from that of the column family. The Java Put class (at least in HBase 1.x) has a setTTL method for the mutation the Put represents. Does HBase shell "put" command have anything equivalent?
Thanks.