You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2009/08/09 00:43:14 UTC

[jira] Created: (HIVE-743) let user specify serde for custom sctipts

let user specify serde for custom sctipts
-----------------------------------------

                 Key: HIVE-743
                 URL: https://issues.apache.org/jira/browse/HIVE-743
             Project: Hadoop Hive
          Issue Type: New Feature
          Components: Query Processor
            Reporter: Namit Jain
            Assignee: Namit Jain


Splitting up 
https://issues.apache.org/jira/browse/HIVE-708 into this.





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


[jira] Updated: (HIVE-743) let user specify serde for custom sctipts

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

Namit Jain updated HIVE-743:
----------------------------

    Status: Patch Available  (was: Open)

> let user specify serde for custom sctipts
> -----------------------------------------
>
>                 Key: HIVE-743
>                 URL: https://issues.apache.org/jira/browse/HIVE-743
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: hive.743.1.patch
>
>
> Splitting up 
> https://issues.apache.org/jira/browse/HIVE-708 into this.

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


[jira] Commented: (HIVE-743) let user specify serde for custom sctipts

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

Namit Jain commented on HIVE-743:
---------------------------------

Filed https://issues.apache.org/jira/browse/HIVE-751 for the followup.

@Raghu, can you mark this issue resolved


> let user specify serde for custom sctipts
> -----------------------------------------
>
>                 Key: HIVE-743
>                 URL: https://issues.apache.org/jira/browse/HIVE-743
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.4.0
>
>         Attachments: hive.743.1.patch, hive.743.2.patch
>
>
> Splitting up 
> https://issues.apache.org/jira/browse/HIVE-708 into this.

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


[jira] Commented: (HIVE-743) let user specify serde for custom sctipts

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

Zheng Shao commented on HIVE-743:
---------------------------------

@hive.743.2.patch:
Hive.g: Can we use "rowFormat", "rowFormatDelimited", "rowFormatSerDe" instead of "serde", "serdePropertiesFormat", and "serdeFormat"? I think that will be much more intuitive. We can also replace "tableRowFormat" with "rowFormat".

SemanticAnalyzer.genScriptPlan looks a bit ugly - can we add one level of nesting for inSerDe and outSerDe in Hive.g, and use a single loop over the children in genScriptPlan to get all corresponding children?
We can also add a "null" placeholder in case inSerDe / outSerDe is missing, so we don't need to calculate the child positions.

Otherwise it looks good.


> let user specify serde for custom sctipts
> -----------------------------------------
>
>                 Key: HIVE-743
>                 URL: https://issues.apache.org/jira/browse/HIVE-743
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: hive.743.1.patch, hive.743.2.patch
>
>
> Splitting up 
> https://issues.apache.org/jira/browse/HIVE-708 into this.

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


[jira] Updated: (HIVE-743) let user specify serde for custom scripts

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

Namit Jain updated HIVE-743:
----------------------------

    Summary: let user specify serde for custom scripts  (was: let user specify serde for custom sctipts)

> let user specify serde for custom scripts
> -----------------------------------------
>
>                 Key: HIVE-743
>                 URL: https://issues.apache.org/jira/browse/HIVE-743
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.4.0
>
>         Attachments: hive.743.1.patch, hive.743.2.patch
>
>
> Splitting up 
> https://issues.apache.org/jira/browse/HIVE-708 into this.

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


[jira] Updated: (HIVE-743) let user specify serde for custom sctipts

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

Namit Jain updated HIVE-743:
----------------------------

    Attachment: hive.743.2.patch

resolved conflicts

> let user specify serde for custom sctipts
> -----------------------------------------
>
>                 Key: HIVE-743
>                 URL: https://issues.apache.org/jira/browse/HIVE-743
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: hive.743.1.patch, hive.743.2.patch
>
>
> Splitting up 
> https://issues.apache.org/jira/browse/HIVE-708 into this.

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


[jira] Commented: (HIVE-743) let user specify serde for custom sctipts

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

Namit Jain commented on HIVE-743:
---------------------------------

@Zheng, I know this will conflict with http://issues.apache.org/jira/browse/HIVE-732, but I think this should go in first - this is a bigger change.

I promise I will sit with you to resolve the conflicts

> let user specify serde for custom sctipts
> -----------------------------------------
>
>                 Key: HIVE-743
>                 URL: https://issues.apache.org/jira/browse/HIVE-743
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: hive.743.1.patch
>
>
> Splitting up 
> https://issues.apache.org/jira/browse/HIVE-708 into this.

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


[jira] Updated: (HIVE-743) let user specify serde for custom sctipts

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

Raghotham Murthy updated HIVE-743:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

@zheng, I committed the changes to trunk (and branch-0.4) before seeing your comments. Sorry about that. 

@namit, can you file a new jira to address Zheng's comments.

> let user specify serde for custom sctipts
> -----------------------------------------
>
>                 Key: HIVE-743
>                 URL: https://issues.apache.org/jira/browse/HIVE-743
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.4.0
>
>         Attachments: hive.743.1.patch, hive.743.2.patch
>
>
> Splitting up 
> https://issues.apache.org/jira/browse/HIVE-708 into this.

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


[jira] Updated: (HIVE-743) let user specify serde for custom sctipts

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

Namit Jain updated HIVE-743:
----------------------------

    Attachment: hive.743.1.patch

> let user specify serde for custom sctipts
> -----------------------------------------
>
>                 Key: HIVE-743
>                 URL: https://issues.apache.org/jira/browse/HIVE-743
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: hive.743.1.patch
>
>
> Splitting up 
> https://issues.apache.org/jira/browse/HIVE-708 into this.

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