You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Weidong Bian (JIRA)" <ji...@apache.org> on 2012/07/09 05:25:34 UTC

[jira] [Created] (HIVE-3243) ignore white space between entries of hive/hbase table mapping

Weidong Bian created HIVE-3243:
----------------------------------

             Summary: ignore white space between entries of hive/hbase table mapping
                 Key: HIVE-3243
                 URL: https://issues.apache.org/jira/browse/HIVE-3243
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.9.0
            Reporter: Weidong Bian
            Priority: Trivial


In hive/hbase integration, when creating a hive/hbase table, white space is not ignored in hbase.columns.mapping. 
e.g. "cf:foo, cf:bar" will create two column families "cf" and " cf" in the underlying hbase table, which is certainly not what the user want and make them confused.

--
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] (HIVE-3243) ignore white space between entries of hive/hbase table mapping

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

Ashutosh Chauhan updated HIVE-3243:
-----------------------------------

    Assignee: Shane Huang
    
> ignore white space between entries of hive/hbase table mapping
> --------------------------------------------------------------
>
>                 Key: HIVE-3243
>                 URL: https://issues.apache.org/jira/browse/HIVE-3243
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Weidong Bian
>            Assignee: Shane Huang
>            Priority: Trivial
>         Attachments: HIVE-3243.patch
>
>
> In hive/hbase integration, when creating a hive/hbase table, white space is not ignored in hbase.columns.mapping. 
> e.g. "cf:foo, cf:bar" will create two column families "cf" and " cf" in the underlying hbase table, which is certainly not what the user want and make them confused.

--
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

[jira] [Updated] (HIVE-3243) ignore white space between entries of hive/hbase table mapping

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

Weidong Bian updated HIVE-3243:
-------------------------------

    Attachment: HIVE-3243.patch
    
> ignore white space between entries of hive/hbase table mapping
> --------------------------------------------------------------
>
>                 Key: HIVE-3243
>                 URL: https://issues.apache.org/jira/browse/HIVE-3243
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Weidong Bian
>            Priority: Trivial
>         Attachments: HIVE-3243.patch
>
>
> In hive/hbase integration, when creating a hive/hbase table, white space is not ignored in hbase.columns.mapping. 
> e.g. "cf:foo, cf:bar" will create two column families "cf" and " cf" in the underlying hbase table, which is certainly not what the user want and make them confused.

--
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] (HIVE-3243) ignore white space between entries of hive/hbase table mapping

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

Hudson commented on HIVE-3243:
------------------------------

Integrated in Hive-trunk-h0.21 #1794 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1794/])
    HIVE-3243 : ignore white space between entries of hive/hbase table mapping (Shengsheng Huang via Ashutosh Chauhan) (Revision 1408817)

     Result = FAILURE
hashutosh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1408817
Files : 
* /hive/trunk/hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseSerDe.java

                
> ignore white space between entries of hive/hbase table mapping
> --------------------------------------------------------------
>
>                 Key: HIVE-3243
>                 URL: https://issues.apache.org/jira/browse/HIVE-3243
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Weidong Bian
>            Assignee: Shane Huang
>            Priority: Trivial
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3243.patch
>
>
> In hive/hbase integration, when creating a hive/hbase table, white space is not ignored in hbase.columns.mapping. 
> e.g. "cf:foo, cf:bar" will create two column families "cf" and " cf" in the underlying hbase table, which is certainly not what the user want and make them confused.

--
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

[jira] [Updated] (HIVE-3243) ignore white space between entries of hive/hbase table mapping

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

Weidong Bian updated HIVE-3243:
-------------------------------

    Status: Patch Available  (was: Open)
    
> ignore white space between entries of hive/hbase table mapping
> --------------------------------------------------------------
>
>                 Key: HIVE-3243
>                 URL: https://issues.apache.org/jira/browse/HIVE-3243
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Weidong Bian
>            Priority: Trivial
>         Attachments: HIVE-3243.patch
>
>
> In hive/hbase integration, when creating a hive/hbase table, white space is not ignored in hbase.columns.mapping. 
> e.g. "cf:foo, cf:bar" will create two column families "cf" and " cf" in the underlying hbase table, which is certainly not what the user want and make them confused.

--
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] (HIVE-3243) ignore white space between entries of hive/hbase table mapping

Posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495972#comment-13495972 ] 

Ashutosh Chauhan commented on HIVE-3243:
----------------------------------------

+1 will commit if tests pass.
                
> ignore white space between entries of hive/hbase table mapping
> --------------------------------------------------------------
>
>                 Key: HIVE-3243
>                 URL: https://issues.apache.org/jira/browse/HIVE-3243
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Weidong Bian
>            Priority: Trivial
>         Attachments: HIVE-3243.patch
>
>
> In hive/hbase integration, when creating a hive/hbase table, white space is not ignored in hbase.columns.mapping. 
> e.g. "cf:foo, cf:bar" will create two column families "cf" and " cf" in the underlying hbase table, which is certainly not what the user want and make them confused.

--
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

[jira] [Updated] (HIVE-3243) ignore white space between entries of hive/hbase table mapping

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

Ashutosh Chauhan updated HIVE-3243:
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.10.0
           Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Shengsheng!
                
> ignore white space between entries of hive/hbase table mapping
> --------------------------------------------------------------
>
>                 Key: HIVE-3243
>                 URL: https://issues.apache.org/jira/browse/HIVE-3243
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Weidong Bian
>            Assignee: Shane Huang
>            Priority: Trivial
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3243.patch
>
>
> In hive/hbase integration, when creating a hive/hbase table, white space is not ignored in hbase.columns.mapping. 
> e.g. "cf:foo, cf:bar" will create two column families "cf" and " cf" in the underlying hbase table, which is certainly not what the user want and make them confused.

--
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

[jira] [Commented] (HIVE-3243) ignore white space between entries of hive/hbase table mapping

Posted by "Shengsheng Huang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13490456#comment-13490456 ] 

Shengsheng Huang commented on HIVE-3243:
----------------------------------------

Review Request is submitted @ https://reviews.apache.org/r/7862/
                
> ignore white space between entries of hive/hbase table mapping
> --------------------------------------------------------------
>
>                 Key: HIVE-3243
>                 URL: https://issues.apache.org/jira/browse/HIVE-3243
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Weidong Bian
>            Priority: Trivial
>         Attachments: HIVE-3243.patch
>
>
> In hive/hbase integration, when creating a hive/hbase table, white space is not ignored in hbase.columns.mapping. 
> e.g. "cf:foo, cf:bar" will create two column families "cf" and " cf" in the underlying hbase table, which is certainly not what the user want and make them confused.

--
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