[ 
https://issues.apache.org/jira/browse/HBASE-7019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480599#comment-13480599
 ] 

Ted Yu edited comment on HBASE-7019 at 10/20/12 2:17 AM:
---------------------------------------------------------

Can we exercise passing SPLITALGO in test .rb file ?
e.g. in src/test/ruby/test_helper.rb :
{code}
    def create_test_table(name)
      # Create the table if needed
      unless admin.exists?(name)
        admin.create name, [{'NAME' => 'x', 'VERSIONS' => 5}, 'y']
{code}
                
      was (Author: [email protected]):
    Can we exercise passing SPLITALGO in test .rb file.
e.g. in src/test/ruby/test_helper.rb :
{code}
    def create_test_table(name)
      # Create the table if needed
      unless admin.exists?(name)
        admin.create name, [{'NAME' => 'x', 'VERSIONS' => 5}, 'y']
{code}
                  
> Can't pass SplitAlgo in hbase shell
> -----------------------------------
>
>                 Key: HBASE-7019
>                 URL: https://issues.apache.org/jira/browse/HBASE-7019
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 0.96.0
>            Reporter: Gregory Chanan
>            Assignee: Gregory Chanan
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7019.patch
>
>
> {noformat}
> hbase(main):002:0> create 't1', 'f1', {NUMREGIONS => 15, SPLITALGO => 
> 'HexStringSplit'}
> ERROR: uninitialized constant Hbase::Admin::RegionSplitter
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to