You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/01/19 03:26:54 UTC

[jira] Created: (HBASE-2144) [shell] Now does \x20 for spaces

[shell] Now does \x20 for spaces
--------------------------------

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




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-2144) [shell] Now does \x20 for spaces

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

stack commented on HBASE-2144:
------------------------------

>From IRC:
{code}
02:26 < javarants> looks like it does that for a lot of low-ascii characters that could be displayed
02:26 < javarants> kind of like reading url encoding
02:26 < javarants>  info:source                 timestamp=1259693316583, value=\x3Ca\x20href\x3D\x22http:\x2F\x2Ftwitterfeed.com\
02:26 < javarants>                              x22\x20rel\x3D\x22nofollow\x22\x3Etwitterfeed\x3C\x2Fa\x3E   
{code}

> [shell] Now does \x20 for spaces
> --------------------------------
>
>                 Key: HBASE-2144
>                 URL: https://issues.apache.org/jira/browse/HBASE-2144
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.2
>            Reporter: stack
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2144) [shell] Now does \x20 for spaces

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

stack updated HBASE-2144:
-------------------------

    Attachment: 2144.patch

Patch that lets through more 'binaries':

{code}
hbase(main):007:0> put 'y', 'y', 'y:y', '<a href="http://one.two.three/four/five">'
0 row(s) in 0.0030 seconds
hbase(main):008:0> scan 'y'
ROW                          COLUMN+CELL                                                                      
 y                           column=y:y, timestamp=1264184643032, value=<a href=\x22http://one.two.three/four/
                             five\x22>    
{code}

> [shell] Now does \x20 for spaces
> --------------------------------
>
>                 Key: HBASE-2144
>                 URL: https://issues.apache.org/jira/browse/HBASE-2144
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.2
>            Reporter: stack
>             Fix For: 0.20.4
>
>         Attachments: 2144.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2144) [shell] Now does \x20 for spaces

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

stack updated HBASE-2144:
-------------------------

    Affects Version/s: 0.20.2

This is in 0.20.3RC2

> [shell] Now does \x20 for spaces
> --------------------------------
>
>                 Key: HBASE-2144
>                 URL: https://issues.apache.org/jira/browse/HBASE-2144
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.2
>            Reporter: stack
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-2144) [shell] Now does \x20 for spaces

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

stack resolved HBASE-2144.
--------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.20.4)
                   0.20.3
     Hadoop Flags: [Reviewed]

Committed branch and trunk.

> [shell] Now does \x20 for spaces
> --------------------------------
>
>                 Key: HBASE-2144
>                 URL: https://issues.apache.org/jira/browse/HBASE-2144
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.2
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.20.3
>
>         Attachments: 2144-v2.patch, 2144.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2144) [shell] Now does \x20 for spaces

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

stack updated HBASE-2144:
-------------------------

    Fix Version/s: 0.20.4

Putting into 0.20.4 bucket.  Lets pull it into 0.20.3RC if we do another.

> [shell] Now does \x20 for spaces
> --------------------------------
>
>                 Key: HBASE-2144
>                 URL: https://issues.apache.org/jira/browse/HBASE-2144
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.2
>            Reporter: stack
>             Fix For: 0.20.4
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-2144) [shell] Now does \x20 for spaces

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

ryan rawson commented on HBASE-2144:
------------------------------------

remote the \t and then commit.  \t may be copy-and-pasted as multiple spaces and could make it hard to copy-and-paste region names (the whole point of this exercise).

> [shell] Now does \x20 for spaces
> --------------------------------
>
>                 Key: HBASE-2144
>                 URL: https://issues.apache.org/jira/browse/HBASE-2144
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.2
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.20.4
>
>         Attachments: 2144-v2.patch, 2144.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HBASE-2144) [shell] Now does \x20 for spaces

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

stack reassigned HBASE-2144:
----------------------------

    Assignee: stack

> [shell] Now does \x20 for spaces
> --------------------------------
>
>                 Key: HBASE-2144
>                 URL: https://issues.apache.org/jira/browse/HBASE-2144
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.2
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.20.4
>
>         Attachments: 2144.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2144) [shell] Now does \x20 for spaces

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

stack updated HBASE-2144:
-------------------------

    Attachment: 2144-v2.patch

Don't include \t as per Ryan suggestion.  We could add double-quote but maybe leave it out for now.

> [shell] Now does \x20 for spaces
> --------------------------------
>
>                 Key: HBASE-2144
>                 URL: https://issues.apache.org/jira/browse/HBASE-2144
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.2
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.20.4
>
>         Attachments: 2144-v2.patch, 2144.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.