You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (Created) (JIRA)" <ji...@apache.org> on 2012/02/01 22:14:58 UTC

[jira] [Created] (CASSANDRA-3828) BulkOutputFormat shouldn't need flags to specify the output type

BulkOutputFormat shouldn't need flags to specify the output type
----------------------------------------------------------------

                 Key: CASSANDRA-3828
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3828
             Project: Cassandra
          Issue Type: Bug
          Components: Hadoop
            Reporter: Brandon Williams
            Assignee: Brandon Williams
             Fix For: 1.1


BOF currently requires the IS_SUPER boolean to be set to determine if the output CF is going to be a super or not, and would similarly use a flag to indicate counters (if there was support for that yet.)  Instead, it should be able to introspect the mutations to determine what kind of columns to write.

--
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] (CASSANDRA-3828) BulkOutputFormat shouldn't need flags to specify the output type

Posted by "Jonathan Ellis (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199383#comment-13199383 ] 

Jonathan Ellis commented on CASSANDRA-3828:
-------------------------------------------

+1
                
> BulkOutputFormat shouldn't need flags to specify the output type
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-3828
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3828
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Hadoop
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>             Fix For: 1.1
>
>         Attachments: 3828-v2.txt, 3828.txt
>
>
> BOF currently requires the IS_SUPER boolean to be set to determine if the output CF is going to be a super or not, and would similarly use a flag to indicate counters (if there was support for that yet.)  Instead, it should be able to introspect the mutations to determine what kind of columns to write.

--
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] (CASSANDRA-3828) BulkOutputFormat shouldn't need flags to specify the output type

Posted by "Brandon Williams (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-3828:
----------------------------------------

    Attachment: 3828-v2.txt

v2 splits by super/normal and counter/normal.
                
> BulkOutputFormat shouldn't need flags to specify the output type
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-3828
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3828
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Hadoop
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>             Fix For: 1.1
>
>         Attachments: 3828-v2.txt, 3828.txt
>
>
> BOF currently requires the IS_SUPER boolean to be set to determine if the output CF is going to be a super or not, and would similarly use a flag to indicate counters (if there was support for that yet.)  Instead, it should be able to introspect the mutations to determine what kind of columns to write.

--
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] (CASSANDRA-3828) BulkOutputFormat shouldn't need flags to specify the output type

Posted by "Jonathan Ellis (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199328#comment-13199328 ] 

Jonathan Ellis commented on CASSANDRA-3828:
-------------------------------------------

It looks like it would be cleaner to split it into container type (super/normal) and data type (counter/normal).
                
> BulkOutputFormat shouldn't need flags to specify the output type
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-3828
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3828
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Hadoop
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>             Fix For: 1.1
>
>         Attachments: 3828.txt
>
>
> BOF currently requires the IS_SUPER boolean to be set to determine if the output CF is going to be a super or not, and would similarly use a flag to indicate counters (if there was support for that yet.)  Instead, it should be able to introspect the mutations to determine what kind of columns to write.

--
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] (CASSANDRA-3828) BulkOutputFormat shouldn't need flags to specify the output type

Posted by "Brandon Williams (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-3828:
----------------------------------------

    Attachment: 3828.txt

Patch to determine the CF type once by the very first mutation.
                
> BulkOutputFormat shouldn't need flags to specify the output type
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-3828
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3828
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Hadoop
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>             Fix For: 1.1
>
>         Attachments: 3828.txt
>
>
> BOF currently requires the IS_SUPER boolean to be set to determine if the output CF is going to be a super or not, and would similarly use a flag to indicate counters (if there was support for that yet.)  Instead, it should be able to introspect the mutations to determine what kind of columns to write.

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