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/11/10 23:41:28 UTC

[jira] Created: (HIVE-922) partition specific file formar should be supported

partition specific file formar should be supported
--------------------------------------------------

                 Key: HIVE-922
                 URL: https://issues.apache.org/jira/browse/HIVE-922
             Project: Hadoop Hive
          Issue Type: New Feature
          Components: Query Processor
            Reporter: Namit Jain
            Assignee: He Yongqiang
             Fix For: 0.5.0




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


[jira] Commented: (HIVE-922) partition specific file format should be supported

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

Namit Jain commented on HIVE-922:
---------------------------------

I haven't taken a look at the code changes yet - but in the test, can you also add a statement that selects from multiple partitions accessing different formats.

Along with, 
select key from partition_test_partitioned where dt=100;
select key from partition_test_partitioned where dt=101;
select key from partition_test_partitioned where dt=102;


please add 

select key from partition_test_partitioned where dt >=100 and dt <= 102;

> partition specific file format should be supported
> --------------------------------------------------
>
>                 Key: HIVE-922
>                 URL: https://issues.apache.org/jira/browse/HIVE-922
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: He Yongqiang
>             Fix For: 0.5.0
>
>         Attachments: hive-922-2009-11-10-4.patch
>
>


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


[jira] Updated: (HIVE-922) partition specific file format should be supported

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

He Yongqiang updated HIVE-922:
------------------------------

    Attachment: hive-922-2009-11-11.patch

> partition specific file format should be supported
> --------------------------------------------------
>
>                 Key: HIVE-922
>                 URL: https://issues.apache.org/jira/browse/HIVE-922
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: He Yongqiang
>             Fix For: 0.5.0
>
>         Attachments: hive-922-2009-11-10-4.patch, hive-922-2009-11-11.patch
>
>


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


[jira] Updated: (HIVE-922) partition specific file format should be supported

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

He Yongqiang updated HIVE-922:
------------------------------

    Attachment: hive-922-2009-11-10-4.patch

The patch introduced one new command: 
ALTER TABLE tbl SET FILEFORMAT TEXTFILE|SEQUENCEFILE|RCFILE| INPUTFORMAT ' inputformat class' OUTPUTFORMAT "outformat class" 

> partition specific file format should be supported
> --------------------------------------------------
>
>                 Key: HIVE-922
>                 URL: https://issues.apache.org/jira/browse/HIVE-922
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: He Yongqiang
>             Fix For: 0.5.0
>
>         Attachments: hive-922-2009-11-10-4.patch
>
>


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


[jira] Commented: (HIVE-922) partition specific file format should be supported

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

Namit Jain commented on HIVE-922:
---------------------------------

Reviewed with Yongqiang: minor comments

1. Undo changes in thrift generated file Partition.java
2. Don't import static in DDLSemanticAnalyzer.java
3. Don't throw ClassNotFoundException - convert it to HiveException
4. Dont use transients in partitionDesc

> partition specific file format should be supported
> --------------------------------------------------
>
>                 Key: HIVE-922
>                 URL: https://issues.apache.org/jira/browse/HIVE-922
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: He Yongqiang
>             Fix For: 0.5.0
>
>         Attachments: hive-922-2009-11-10-4.patch, hive-922-2009-11-11.patch
>
>


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


[jira] Updated: (HIVE-922) partition specific file format should be supported

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

Namit Jain updated HIVE-922:
----------------------------

    Summary: partition specific file format should be supported  (was: partition specific file formar should be supported)

> partition specific file format should be supported
> --------------------------------------------------
>
>                 Key: HIVE-922
>                 URL: https://issues.apache.org/jira/browse/HIVE-922
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: He Yongqiang
>             Fix For: 0.5.0
>
>


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


[jira] Resolved: (HIVE-922) partition specific file format should be supported

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

Namit Jain resolved HIVE-922.
-----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Committed. Thanks Yongqiang

> partition specific file format should be supported
> --------------------------------------------------
>
>                 Key: HIVE-922
>                 URL: https://issues.apache.org/jira/browse/HIVE-922
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: He Yongqiang
>             Fix For: 0.5.0
>
>         Attachments: hive-922-2009-11-10-4.patch, hive-922-2009-11-11.patch, hive-922-2009-11-12.patch
>
>


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


[jira] Updated: (HIVE-922) partition specific file format should be supported

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

He Yongqiang updated HIVE-922:
------------------------------

    Attachment: hive-922-2009-11-12.patch

Thanks, Namit!
hive-922-2009-11-12.patch integrates the comments.

> partition specific file format should be supported
> --------------------------------------------------
>
>                 Key: HIVE-922
>                 URL: https://issues.apache.org/jira/browse/HIVE-922
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: He Yongqiang
>             Fix For: 0.5.0
>
>         Attachments: hive-922-2009-11-10-4.patch, hive-922-2009-11-11.patch, hive-922-2009-11-12.patch
>
>


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


[jira] Commented: (HIVE-922) partition specific file format should be supported

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

He Yongqiang commented on HIVE-922:
-----------------------------------

Thanks, Namit. hive-922-2009-11-11.patch added the query.

> partition specific file format should be supported
> --------------------------------------------------
>
>                 Key: HIVE-922
>                 URL: https://issues.apache.org/jira/browse/HIVE-922
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: He Yongqiang
>             Fix For: 0.5.0
>
>         Attachments: hive-922-2009-11-10-4.patch, hive-922-2009-11-11.patch
>
>


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