Hbase Shell hcd() method is broken by the replication scope parameter ---------------------------------------------------------------------
Key: HBASE-2276 URL: https://issues.apache.org/jira/browse/HBASE-2276 Project: Hadoop HBase Issue Type: Bug Components: util Affects Versions: 0.21.0 Environment: Hbase trunk, hadoop 0.21 branch Reporter: Alexey Kovyrin Fix For: 0.21.0 Since an additional HColumnDescriptor constructor parameter (scope) was introduced, hbase shell hcd() method fails to create a HColumnDescriptor object: hbase(main):007:0> alter 'doc_total_stats', {NAME => 'country_views', VERSIONS => 1} ArgumentError: wrong # of arguments(8 for 9) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.