You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2009/02/15 23:38:59 UTC

[jira] Created: (HIVE-290) Add back generator for complex.seq

Add back generator for complex.seq
----------------------------------

                 Key: HIVE-290
                 URL: https://issues.apache.org/jira/browse/HIVE-290
             Project: Hadoop Hive
          Issue Type: Improvement
    Affects Versions: 0.2.0, 0.3.0
            Reporter: Zheng Shao


A generator for data/files/complex.seq was removed because it had dependencies on org.apache.hive.serde package.

We need to add it back so it's easier to generate new versions of data/files/complex.seq if necessary.

In order to generate data/file/complex.seq, we can run "ant gen-testdata".


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


[jira] Updated: (HIVE-290) Add back generator for complex.seq

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

Zheng Shao updated HIVE-290:
----------------------------

    Component/s: Serializers/Deserializers

> Add back generator for complex.seq
> ----------------------------------
>
>                 Key: HIVE-290
>                 URL: https://issues.apache.org/jira/browse/HIVE-290
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Serializers/Deserializers
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Zheng Shao
>
> A generator for data/files/complex.seq was removed because it had dependencies on org.apache.hive.serde package.
> We need to add it back so it's easier to generate new versions of data/files/complex.seq if necessary.
> In order to generate data/file/complex.seq, we can run "ant gen-testdata".

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


[jira] Resolved: (HIVE-290) Add back generator for complex.seq

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

Namit Jain resolved HIVE-290.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.4.0
     Hadoop Flags: [Reviewed]

committed. Thanks Zheng

> Add back generator for complex.seq
> ----------------------------------
>
>                 Key: HIVE-290
>                 URL: https://issues.apache.org/jira/browse/HIVE-290
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Serializers/Deserializers
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.4.0
>
>         Attachments: complex.seq, HIVE-290.1.patch
>
>
> A generator for data/files/complex.seq was removed because it had dependencies on org.apache.hive.serde package.
> We need to add it back so it's easier to generate new versions of data/files/complex.seq if necessary.
> In order to generate data/file/complex.seq, we can run "ant gen-testdata".

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


[jira] Commented: (HIVE-290) Add back generator for complex.seq

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

Raghotham Murthy commented on HIVE-290:
---------------------------------------

+1

looks good.

> Add back generator for complex.seq
> ----------------------------------
>
>                 Key: HIVE-290
>                 URL: https://issues.apache.org/jira/browse/HIVE-290
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Serializers/Deserializers
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: complex.seq, HIVE-290.1.patch
>
>
> A generator for data/files/complex.seq was removed because it had dependencies on org.apache.hive.serde package.
> We need to add it back so it's easier to generate new versions of data/files/complex.seq if necessary.
> In order to generate data/file/complex.seq, we can run "ant gen-testdata".

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


[jira] Updated: (HIVE-290) Add back generator for complex.seq

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

Zheng Shao updated HIVE-290:
----------------------------

    Attachment: HIVE-290.1.patch

> Add back generator for complex.seq
> ----------------------------------
>
>                 Key: HIVE-290
>                 URL: https://issues.apache.org/jira/browse/HIVE-290
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Serializers/Deserializers
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Zheng Shao
>         Attachments: HIVE-290.1.patch
>
>
> A generator for data/files/complex.seq was removed because it had dependencies on org.apache.hive.serde package.
> We need to add it back so it's easier to generate new versions of data/files/complex.seq if necessary.
> In order to generate data/file/complex.seq, we can run "ant gen-testdata".

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


[jira] Updated: (HIVE-290) Add back generator for complex.seq

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

Zheng Shao updated HIVE-290:
----------------------------

    Attachment: complex.seq

New complex.seq uses "BytesWritable" as key instead of "ByteWritable" to make sure it can be read without Hive. (ByteWritable is a WritableClass in Hive)

> Add back generator for complex.seq
> ----------------------------------
>
>                 Key: HIVE-290
>                 URL: https://issues.apache.org/jira/browse/HIVE-290
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Serializers/Deserializers
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Zheng Shao
>         Attachments: complex.seq, HIVE-290.1.patch
>
>
> A generator for data/files/complex.seq was removed because it had dependencies on org.apache.hive.serde package.
> We need to add it back so it's easier to generate new versions of data/files/complex.seq if necessary.
> In order to generate data/file/complex.seq, we can run "ant gen-testdata".

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


[jira] Commented: (HIVE-290) Add back generator for complex.seq

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

Zheng Shao commented on HIVE-290:
---------------------------------

These 2 files are a single patch.
"svn diff" does not include changes to binary files so I have to upload it separately.


> Add back generator for complex.seq
> ----------------------------------
>
>                 Key: HIVE-290
>                 URL: https://issues.apache.org/jira/browse/HIVE-290
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Serializers/Deserializers
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Zheng Shao
>         Attachments: complex.seq, HIVE-290.1.patch
>
>
> A generator for data/files/complex.seq was removed because it had dependencies on org.apache.hive.serde package.
> We need to add it back so it's easier to generate new versions of data/files/complex.seq if necessary.
> In order to generate data/file/complex.seq, we can run "ant gen-testdata".

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


[jira] Commented: (HIVE-290) Add back generator for complex.seq

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

Namit Jain commented on HIVE-290:
---------------------------------

something doesn't seem right - the first patch contains a bunch of files, whereas the second only the binary.
shouldn't the files in the first patch also be included ?

> Add back generator for complex.seq
> ----------------------------------
>
>                 Key: HIVE-290
>                 URL: https://issues.apache.org/jira/browse/HIVE-290
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Serializers/Deserializers
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Zheng Shao
>         Attachments: complex.seq, HIVE-290.1.patch
>
>
> A generator for data/files/complex.seq was removed because it had dependencies on org.apache.hive.serde package.
> We need to add it back so it's easier to generate new versions of data/files/complex.seq if necessary.
> In order to generate data/file/complex.seq, we can run "ant gen-testdata".

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


[jira] Assigned: (HIVE-290) Add back generator for complex.seq

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

Zheng Shao reassigned HIVE-290:
-------------------------------

    Assignee: Zheng Shao

> Add back generator for complex.seq
> ----------------------------------
>
>                 Key: HIVE-290
>                 URL: https://issues.apache.org/jira/browse/HIVE-290
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Serializers/Deserializers
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: complex.seq, HIVE-290.1.patch
>
>
> A generator for data/files/complex.seq was removed because it had dependencies on org.apache.hive.serde package.
> We need to add it back so it's easier to generate new versions of data/files/complex.seq if necessary.
> In order to generate data/file/complex.seq, we can run "ant gen-testdata".

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