HBASE-1977 Add ts and allow setting VERSIONS when scanning in shell; back out a piece of this patch... we already had timestamp

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@836058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-11-13 23:27:03 +00:00
parent 463eea1343
commit 947b62178d
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ module HBase
qualifier = String.from_java_bytes kv.getQualifier()
column = family + ':' + qualifier
cell = toString(column, kv, maxlength)
@formatter.row([row, "column=%s, ts=%d, %s" % [column, kv.getTimestamp(), cell]])
@formatter.row([row, "column=%s, %s" % [column, kv.getTimestamp(), cell]])
end
end
@formatter.footer(now, count)