Index: hbase-server/src/main/ruby/shell/commands/count.rb =================================================================== --- hbase-server/src/main/ruby/shell/commands/count.rb (revision 1427901) +++ hbase-server/src/main/ruby/shell/commands/count.rb (working copy) @@ -63,7 +63,7 @@ now = Time.now formatter.header count = table._count_internal(params['INTERVAL'].to_i, params['CACHE'].to_i) do |cnt, row| - formatter.row([ "Current count: #{cnt}, row: #{row}" ]) + formatter.row([ "Current count: #{cnt}, row: #{row.dump[1..-2]}" ]) end formatter.footer(now, count) return count