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:
parent
463eea1343
commit
947b62178d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue