Index: hbase-server/src/main/ruby/hbase/table.rb =================================================================== --- hbase-server/src/main/ruby/hbase/table.rb (revision 1429499) +++ hbase-server/src/main/ruby/hbase/table.rb (working copy) @@ -180,7 +180,8 @@ count += 1 next unless (block_given? && count % interval == 0) # Allow command modules to visualize counting process - yield(count, String.from_java_bytes(row.getRow)) + yield(count, + org.apache.hadoop.hbase.util.Bytes::toStringBinary(row.getRow)) end # Return the counter