Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64D819664 for ; Mon, 9 Apr 2012 10:18:57 +0000 (UTC) Received: (qmail 38625 invoked by uid 500); 9 Apr 2012 10:18:55 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 38563 invoked by uid 500); 9 Apr 2012 10:18:55 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 38555 invoked by uid 99); 9 Apr 2012 10:18:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2012 10:18:55 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [203.199.18.89] (HELO mail1.impetus.co.in) (203.199.18.89) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2012 10:18:50 +0000 Received: from MAIL3.impetus.co.in ([fe80::443f:4f25:6889:b268]) by mail1.impetus.co.in ([fe80::4c95:4ec3:183e:2d3%15]) with mapi id 14.02.0283.003; Mon, 9 Apr 2012 15:48:27 +0530 From: Rishabh Agrawal To: "user@cassandra.apache.org" Subject: RE: Listen and RPC address Thread-Topic: Listen and RPC address Thread-Index: Ac0WKyBP//qkXBJ/RZeMoX75sk2Nb///vLMA//+jffA= Date: Mon, 9 Apr 2012 10:18:26 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.25.41.53] Content-Type: multipart/alternative; boundary="_000_D5515937F9B7CC409E7561CBF5124A6420536636Mail3impetuscoi_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_D5515937F9B7CC409E7561CBF5124A6420536636Mail3impetuscoi_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thanks, it just worked. Though I am able to load sstables but I get followi= ng error: ERROR 15:44:23,557 Error in ThreadPoolExecutor java.lang.IllegalArgumentException: Unknown CF 1000 what could be the reason. From: aaron morton [mailto:aaron@thelastpickle.com] Sent: Monday, April 09, 2012 3:30 PM To: user@cassandra.apache.org Subject: Re: Listen and RPC address Background: "Configuration" section http://www.datastax.com/dev/blog/bulk-l= oading I *think* you can get by with changing the rpc_port and storage_port for th= e bulkl loader config. If that does not work create another loop back inter= face and bind the bulk loader to it... sudo ifconfig lo0 alias 127.0.0.2 up Cheers ----------------- Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 9/04/2012, at 8:31 PM, Rishabh Agrawal wrote: Hello, I have three nodes cluster with having listen address as xxx.xx.1.101, xxx.= xx.1.102, xxx.xx.1.103 and Rpc address to be xxx.xx.1.111, xxx.xx.1.112, xx= x.xx.1.113. rpc_port and storage_port are 9160 and 7000 respectively. Now when I run sstableloader tool I get following error: org.apache.cassandra.config.ConfigurationException: /xxx.xx.1.101:7000 is i= n use by another process. Change listen_address:storage_port in cassandra.= yaml to values that do not conflict with other service. Can someone help me with what am I missing in configuration. Thanks and Regards Rishabh Agarawal ________________________________ Impetus to sponsor and exhibit at Structure Data 2012, NY; Mar 21-22. Know = more about our Big Data quick-start program at the event. New Impetus webcast 'Cloud-enabled Performance Testing vis-=E0-vis On-premi= se' available at http://bit.ly/z6zT4L. NOTE: This message may contain information that is confidential, proprietar= y, privileged or otherwise protected by law. The message is intended solely= for the named addressee. If received in error, please destroy and notify t= he sender. Any use of this email is prohibited when received in error. Impe= tus does not represent, warrant and/or guarantee, that the integrity of thi= s communication has been maintained nor that the communication is free of e= rrors, virus, interception or interference. ________________________________ Impetus to sponsor and exhibit at Structure Data 2012, NY; Mar 21-22. Know = more about our Big Data quick-start program at the event. New Impetus webcast 'Cloud-enabled Performance Testing vis-=E0-vis On-premi= se' available at http://bit.ly/z6zT4L. NOTE: This message may contain information that is confidential, proprietar= y, privileged or otherwise protected by law. The message is intended solely= for the named addressee. If received in error, please destroy and notify t= he sender. Any use of this email is prohibited when received in error. Impe= tus does not represent, warrant and/or guarantee, that the integrity of thi= s communication has been maintained nor that the communication is free of e= rrors, virus, interception or interference. --_000_D5515937F9B7CC409E7561CBF5124A6420536636Mail3impetuscoi_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Thanks, it just worked.= Though I am able to load sstables but I get following error:

 

ERROR 15:44:23,557 Erro= r in ThreadPoolExecutor

java.lang.IllegalArgume= ntException: Unknown CF 1000

 

what could be the reaso= n.

From: aaron = morton [mailto:aaron@thelastpickle.com]
Sent: Monday, April 09, 2012 3:30 PM
To: user@cassandra.apache.org
Subject: Re: Listen and RPC address

 

Background: "Configuration" section <= a href=3D"http://www.datastax.com/dev/blog/bulk-loading">http://www.datasta= x.com/dev/blog/bulk-loading

 

I *think* you can get by with changing the rpc_port = and storage_port for the bulkl loader config. If that does not work create = another loop back interface and bind the bulk loader to it…

 

sudo ifconfig lo0 alias 127.0.0.2 up

 

Cheers

 

-----------------

Aaron Morton

Freelance Developer

@aaronmorton

 

On 9/04/2012, at 8:31 PM, Rishabh Agrawal wrote:



= Hello,

= I have three nodes cluster with having listen address as xxx.= xx.1.101, xxx.xx.1.102, xxx.xx.1.103 and Rpc address to be xxx.xx.1.111, xxx.xx.1.112, xxx.xx.1.113. rpc_port and storage_port are 91= 60 and 7000 respectively.

= Now when I run sstableloader tool I get following error:

= org.apache.cassandra.config.ConfigurationException: /xxx.xx.1= .101:7000 is in use by another process.  Change listen_address:storage= _port in cassandra.yaml to values that do not conflict with other service.

= Can someone help me with what am I missing in configuration.<= /span>

 

= Thanks and Regards

= Rishabh Agarawal

 



Impetus to sponsor and exhibit at Structure Data 2012, NY; Mar 21-22. Know = more about our Big Data quick-start program at the event. 

New Impetus webcast ‘Cloud-enabled Performance Testing vis-=E0-vis On= -premise’ available at http://bit.ly/z6zT4L. 


NOTE: This message may contain information that is confidential, proprietar= y, privileged or otherwise protected by law. The message is intended solely= for the named addressee. If received in error, please destroy and notify t= he sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant = and/or guarantee, that the integrity of this communication has been maintai= ned nor that the communication is free of errors, virus, interception or in= terference.

 




Impetus to sponsor and exhibit at Structure Data 2012, NY; Mar 21-22. Know = more about our Big Data quick-start program at the event.

New Impetus webcast ‘Cloud-enabled Performance Testing vis-=E0-vis On= -premise’ available at http://bit.ly/z6zT4L.


NOTE: This message may contain information that is confidential, proprietar= y, privileged or otherwise protected by law. The message is intended solely= for the named addressee. If received in error, please destroy and notify t= he sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant = and/or guarantee, that the integrity of this communication has been maintai= ned nor that the communication is free of errors, virus, interception or in= terference.
--_000_D5515937F9B7CC409E7561CBF5124A6420536636Mail3impetuscoi_--