You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Edward Capriolo (JIRA)" <ji...@apache.org> on 2008/10/02 00:48:44 UTC

[jira] Created: (HADOOP-4327) Create table hive does not set delimeters

Create table hive does not set delimeters
-----------------------------------------

                 Key: HADOOP-4327
                 URL: https://issues.apache.org/jira/browse/HADOOP-4327
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hive
    Affects Versions: 0.17.2
         Environment: Linux Cent OS 5 Java 1.6
            Reporter: Edward Capriolo


When creating a table the syntax to change delimiter does not work
ROW FORMAT DELIMITED
FIELDS TERMINATED BY \001
COLLECTION ITEMS TERMINATED BY \002
MAP KEYS TERMINATED BY \003
LINES TERMINATED BY \012

Hive accepts other delimiters but \001 'SOH' is still used as the delimiter.

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


[jira] Assigned: (HADOOP-4327) Create table hive does not set delimeters

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

Ashish Thusoo reassigned HADOOP-4327:
-------------------------------------

    Assignee: Namit Jain

> Create table hive does not set delimeters
> -----------------------------------------
>
>                 Key: HADOOP-4327
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4327
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.17.2
>         Environment: Linux Cent OS 5 Java 1.6
>            Reporter: Edward Capriolo
>            Assignee: Namit Jain
>
> When creating a table the syntax to change delimiter does not work
> ROW FORMAT DELIMITED
> FIELDS TERMINATED BY \001
> COLLECTION ITEMS TERMINATED BY \002
> MAP KEYS TERMINATED BY \003
> LINES TERMINATED BY \012
> Hive accepts other delimiters but \001 'SOH' is still used as the delimiter.

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


[jira] Commented: (HADOOP-4327) Create table hive does not set delimeters

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636475#action_12636475 ] 

Ashish Thusoo commented on HADOOP-4327:
---------------------------------------

We have actually fixed this but have not yet submitted the patch for this to 0.19. We will do that in the coming days. If you need this urgently you could pick up the 0.17 src that is there on

http://mirror.facebook.com/facebook/hive/hadoop-0.17/

> Create table hive does not set delimeters
> -----------------------------------------
>
>                 Key: HADOOP-4327
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4327
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.17.2
>         Environment: Linux Cent OS 5 Java 1.6
>            Reporter: Edward Capriolo
>
> When creating a table the syntax to change delimiter does not work
> ROW FORMAT DELIMITED
> FIELDS TERMINATED BY \001
> COLLECTION ITEMS TERMINATED BY \002
> MAP KEYS TERMINATED BY \003
> LINES TERMINATED BY \012
> Hive accepts other delimiters but \001 'SOH' is still used as the delimiter.

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


[jira] Updated: (HADOOP-4327) Create table hive does not set delimeters

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

Namit Jain updated HADOOP-4327:
-------------------------------

    Fix Version/s:     (was: 0.19.1)
                   0.19.0

> Create table hive does not set delimeters
> -----------------------------------------
>
>                 Key: HADOOP-4327
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4327
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.17.2
>         Environment: Linux Cent OS 5 Java 1.6
>            Reporter: Edward Capriolo
>            Assignee: Namit Jain
>             Fix For: 0.19.0
>
>
> When creating a table the syntax to change delimiter does not work
> ROW FORMAT DELIMITED
> FIELDS TERMINATED BY \001
> COLLECTION ITEMS TERMINATED BY \002
> MAP KEYS TERMINATED BY \003
> LINES TERMINATED BY \012
> Hive accepts other delimiters but \001 'SOH' is still used as the delimiter.

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


[jira] Resolved: (HADOOP-4327) Create table hive does not set delimeters

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

Ashish Thusoo resolved HADOOP-4327.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.1

Fixed as part of JIRA-4230

> Create table hive does not set delimeters
> -----------------------------------------
>
>                 Key: HADOOP-4327
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4327
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.17.2
>         Environment: Linux Cent OS 5 Java 1.6
>            Reporter: Edward Capriolo
>            Assignee: Namit Jain
>             Fix For: 0.19.1
>
>
> When creating a table the syntax to change delimiter does not work
> ROW FORMAT DELIMITED
> FIELDS TERMINATED BY \001
> COLLECTION ITEMS TERMINATED BY \002
> MAP KEYS TERMINATED BY \003
> LINES TERMINATED BY \012
> Hive accepts other delimiters but \001 'SOH' is still used as the delimiter.

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