Author: stack
Date: Fri Nov 13 23:27:03 2009
New Revision: 836058

URL: http://svn.apache.org/viewvc?rev=836058&view=rev
Log:
HBASE-1977 Add ts and allow setting VERSIONS when scanning in shell; back out a 
piece of this patch... we already had timestamp

Modified:
    hadoop/hbase/trunk/bin/HBase.rb

Modified: hadoop/hbase/trunk/bin/HBase.rb
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/bin/HBase.rb?rev=836058&r1=836057&r2=836058&view=diff
==============================================================================
--- hadoop/hbase/trunk/bin/HBase.rb (original)
+++ hadoop/hbase/trunk/bin/HBase.rb Fri Nov 13 23:27:03 2009
@@ -431,7 +431,7 @@
           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)


Reply via email to