Index: bin/HBase.rb =================================================================== --- bin/HBase.rb (revision 677908) +++ bin/HBase.rb (working copy) @@ -251,7 +251,7 @@ now = Time.now bu = nil if timestamp - bu = BatchUpdate.new(row) + bu = BatchUpdate.new(row,timestamp) else bu = BatchUpdate.new(row) end