You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (Created) (JIRA)" <ji...@apache.org> on 2011/11/18 19:44:51 UTC

[jira] [Created] (HBASE-4819) TestShell broke in trunk; typo

TestShell broke in trunk; typo
------------------------------

                 Key: HBASE-4819
                 URL: https://issues.apache.org/jira/browse/HBASE-4819
             Project: HBase
          Issue Type: Bug
            Reporter: stack




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-4819) TestShell broke in trunk; typo

Posted by "stack (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-4819.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.94.0
         Assignee: stack

Committed to trunk.
                
> TestShell broke in trunk; typo
> ------------------------------
>
>                 Key: HBASE-4819
>                 URL: https://issues.apache.org/jira/browse/HBASE-4819
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.0
>
>         Attachments: broke_testshell.txt
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4819) TestShell broke in trunk; typo

Posted by "stack (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-4819:
-------------------------

    Attachment: broke_testshell.txt

Small fix
                
> TestShell broke in trunk; typo
> ------------------------------
>
>                 Key: HBASE-4819
>                 URL: https://issues.apache.org/jira/browse/HBASE-4819
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.94.0
>
>         Attachments: broke_testshell.txt
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4819) TestShell broke in trunk; typo

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13153141#comment-13153141 ] 

Hudson commented on HBASE-4819:
-------------------------------

Integrated in HBase-TRUNK #2457 (See [https://builds.apache.org/job/HBase-TRUNK/2457/])
    HBASE-4819 TestShell broke in trunk; typo

stack : 
Files : 
* /hbase/trunk/src/main/ruby/hbase/admin.rb

                
> TestShell broke in trunk; typo
> ------------------------------
>
>                 Key: HBASE-4819
>                 URL: https://issues.apache.org/jira/browse/HBASE-4819
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.0
>
>         Attachments: broke_testshell.txt
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4819) TestShell broke in trunk; typo

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13153036#comment-13153036 ] 

stack commented on HBASE-4819:
------------------------------

{code}Index: src/main/ruby/hbase/admin.rb
===================================================================
--- src/main/ruby/hbase/admin.rb        (revision 1203787)
+++ src/main/ruby/hbase/admin.rb        (working copy)
@@ -199,7 +199,7 @@
             splits[idx] = split.to_java_bytes
             idx = idx + 1
           end
-        elsif arg.kind_of?(Hash) and (arg.has_key?(NUMREGIONS) or arg.has_key?(SLITALGO))
+        elsif arg.kind_of?(Hash) and (arg.has_key?(NUMREGIONS) or arg.has_key?(SPLITALGO))
           raise(ArgumentError, "Number of regions must be specified") unless arg.has_key?(NUMREGIONS)
           raise(ArgumentError, "Split algorithm must be specified") unless arg.has_key?(SPLITALGO)
           raise(ArgumentError, "Number of regions must be geter than 1") unless arg[NUMREGIONS] > 1
{code}
                
> TestShell broke in trunk; typo
> ------------------------------
>
>                 Key: HBASE-4819
>                 URL: https://issues.apache.org/jira/browse/HBASE-4819
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.94.0
>
>         Attachments: broke_testshell.txt
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira