You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Mck SembWever (JIRA)" <ji...@apache.org> on 2011/09/13 12:58:09 UTC

[jira] [Created] (CASSANDRA-3197) Separate input and output connection details in ConfigHelper

Separate input and output connection details in ConfigHelper
------------------------------------------------------------

                 Key: CASSANDRA-3197
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
             Project: Cassandra
          Issue Type: Improvement
          Components: Hadoop
    Affects Versions: 0.8.5
            Reporter: Mck SembWever
            Assignee: Mck SembWever


Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
presume CFIF will be using the same cluster as CFOF.

The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

getInitialAddress(..) is of little concern to me.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (CASSANDRA-3197) Separate input and output connection details in ConfigHelper

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

Brandon Williams reopened CASSANDRA-3197:
-----------------------------------------


Reverted, this broke BulkRecordWriter.
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment: CASSANDRA-3197.patch

new patch including everything (plus examples/hadoop_word_count)
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment:     (was: CASSANDRA-3197.patch)
    
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197-extra.patch, CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment:     (was: CASSANDRA-3197-extra.patch)
    
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment:     (was: CASSANDRA-3197.patch)
    
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Jonathan Ellis updated CASSANDRA-3197:
--------------------------------------

             Reviewer: brandon.williams
             Priority: Minor  (was: Major)
    Affects Version/s:     (was: 0.8.5)
                       0.7.0
        Fix Version/s:     (was: 0.8.7)
                       1.0.0

Let's target 1.0 then if it breaks compatibility.

> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: CASSANDRA-3197-extra.patch, CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.
> getInitialAddress(..) is of little concern to me.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3197) Separate input and output connection details in ConfigHelper

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

Brandon Williams commented on CASSANDRA-3197:
---------------------------------------------

It looks like the output partitioner/rpcport/initial address aren't being set for pig or the word count so jobs with output NPE at org.apache.cassandra.utils.FBUtilities.newPartitioner.
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment: CASSANDRA-3197-extra.patch

patch for contrib/pig 

> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.8.5
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>         Attachments: CASSANDRA-3197-extra.patch, CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.
> getInitialAddress(..) is of little concern to me.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment: CASSANDRA-3197.patch

new patch against trunk
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment: CASSANDRA-3197.patch

Next patch attempt. Provides separate env vars for PIG's input/output. The existing env vars are still in use and used as fallback for both input and output.
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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] [Issue Comment Edited] (CASSANDRA-3197) Separate input and output connection details in ConfigHelper

Posted by "Mck SembWever (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164726#comment-13164726 ] 

Mck SembWever edited comment on CASSANDRA-3197 at 12/7/11 9:32 PM:
-------------------------------------------------------------------

Quite right. was looking at WordCountCounters :-/
                
      was (Author: michaelsembwever):
    Quite right. was looking at WordCountCounter :-/
                  
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Brandon Williams commented on CASSANDRA-3197:
---------------------------------------------

Unfortunately now it doesn't compile against trunk since the new bulk stuff from CASSANDRA-3045 needs to be updated as well.
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment:     (was: CASSANDRA-3197.patch)
    
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Brandon Williams commented on CASSANDRA-3197:
---------------------------------------------

For pig can we split the env vars into input/output so it can be used with multiple clusters as well, but if the old-style vars are set use those to initialize both input and output for compatibility?
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment: CASSANDRA-3197-extra.patch
                CASSANDRA-3197.patch

Rebased against trunk
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197-extra.patch, CASSANDRA-3197-extra.patch, CASSANDRA-3197.patch, CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.
> getInitialAddress(..) is of little concern to me.

--
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] [Resolved] (CASSANDRA-3197) Separate input and output connection details in ConfigHelper

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

Brandon Williams resolved CASSANDRA-3197.
-----------------------------------------

    Resolution: Fixed

Committed again with trivial fixes to BRW.
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment:     (was: CASSANDRA-3197-extra.patch)
    
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197-extra.patch, CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Description: 
Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
presume CFIF will be using the same cluster as CFOF.

The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.


  was:
Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
presume CFIF will be using the same cluster as CFOF.

The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

getInitialAddress(..) is of little concern to me.

    
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197-extra.patch, CASSANDRA-3197-extra.patch, CASSANDRA-3197.patch, CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment:     (was: CASSANDRA-3197.patch)
    
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Brandon Williams commented on CASSANDRA-3197:
---------------------------------------------

Looks like examples/hadoop_word_count needs to be updated as well.
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197-extra.patch, CASSANDRA-3197-extra.patch, CASSANDRA-3197.patch, CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Fix Version/s: 0.8.6

> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.8.5
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>             Fix For: 0.8.6
>
>         Attachments: CASSANDRA-3197-extra.patch, CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.
> getInitialAddress(..) is of little concern to me.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3197) Separate input and output connection details in ConfigHelper

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

Brandon Williams commented on CASSANDRA-3197:
---------------------------------------------

bq. That's odd. word count uses a FileOutputFormat.

Only if the reducer is set to 'filesystem'
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Jonathan Ellis updated CASSANDRA-3197:
--------------------------------------

    Fix Version/s:     (was: 1.0.0)
                   1.1

This doesn't look quite as trivial as I thought initially, so we should respect the 1.0 freeze and put this in 1.1.

> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197-extra.patch, CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.
> getInitialAddress(..) is of little concern to me.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever commented on CASSANDRA-3197:
------------------------------------------

That's odd. word count uses a FileOutputFormat. 
But for pig i completely forgot store functionality had been added to it. will fix that.
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment: CASSANDRA-3197.patch

new patch
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment:     (was: CASSANDRA-3197.patch)
    
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

--
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-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever updated CASSANDRA-3197:
-------------------------------------

    Attachment: CASSANDRA-3197.patch

This does break compatibility. But it's  minor and rather obvious to fix.

> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.8.5
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.
> getInitialAddress(..) is of little concern to me.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3197) Separate input and output connection details in ConfigHelper

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

Mck SembWever commented on CASSANDRA-3197:
------------------------------------------

Quite right. was looking at WordCountCounter :-/
                
> Separate input and output connection details in ConfigHelper
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3197
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.7.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3197.patch
>
>
> Currently ConfigHelper's getInitialAddress(..) getRpcPort(..) and getPartitioner(..) 
> presume CFIF will be using the same cluster as CFOF.
> The latter two are a problem for me as on the same servers i'm running two clusters, one w/ ByteOrderingPartitioner and the other with RP), and i would like to read from the BOP cluster and write to the RP cluster.

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