Index: hbase-shell/src/main/ruby/hbase/security.rb =================================================================== --- hbase-shell/src/main/ruby/hbase/security.rb (revision 1561854) +++ hbase-shell/src/main/ruby/hbase/security.rb (working copy) @@ -187,7 +187,7 @@ count = 0 perms.each do |value| user_name = String.from_java_bytes(value.getUser) - table = (value.getTable != nil) ? value.getTable.toString() : '' + table = (value.getTableName != nil) ? value.getTableName.getNameAsString() : '' family = (value.getFamily != nil) ? org.apache.hadoop.hbase.util.Bytes::toStringBinary(value.getFamily) : '' qualifier = (value.getQualifier != nil) ? org.apache.hadoop.hbase.util.Bytes::toStringBinary(value.getQualifier) : ''