Re: Re: Cassandra listen port

2016-10-05 Thread Vladimir Yudovin
So create additional alias IPs and set listen_address and rpc_address to each 
of them on corresponding node.
There is also JMX port (7199) that binds to 127.0.0.1 by default. I didn't 
check whether C* can start if this port is already busy. If it fails you should 
bind it to different IPs as well (look at the end of cassandra-env.sh).

Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
Launch your cluster in minutes.




 On Wed, 05 Oct 2016 01:46:33 -0400 Mehdi Bada 
mehdi.b...@dbi-services.com wrote  

Be sure, it's for. Test :)))



But I just don't want to use ccm. I want to test it manually (manual 
configuration) for a good understanding. 



Thnks Vladimir



---



Mehdi Bada | Consultant
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 499 96 15 
dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
mehdi.b...@dbi-services.com 
www.dbi-services.com









From: "Vladimir Yudovin" vla...@winguzone.com
To: "user" user@cassandra.apache.org
Sent: Wednesday, October 5, 2016 6:03:26 AM
Subject: Re: Re: Cassandra listen port



I hope it's not for production )))

Yes, you need three IP (real or aliases). There is Cassandra Cluster Manager 
tool for launching several C* on the same host.
See also 
https://academy.datastax.com/getting-started-with-ccm-cassandra-cluster-manager 
and 
https://academy.datastax.com/getting-started-with-ccm-cassandra-cluster-manager


Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
Launch your cluster in minutes.




 On Tue, 04 Oct 2016 15:36:23 -0400 Mehdi Bada 
mehdi.b...@dbi-services.com wrote  

I want to run a cluster (3 instances) in a single server. Configuration of my 
VM:

- host-only adapter: static IP 192.168... 

- bridge adapter


I create 3 environments (data dir, admin dir, conf file...) for the 3 
instances. But I'm now blocked in the network configuration.

I can use 1 IP address for the 3 instances? And just modify the port? 

If yes, which parameters I have to change?


Regards


Mehdi Bada | Consultant
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 499 96 15 
dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
mehdi.b...@dbi-services.com 
www.dbi-services.com








From: "Vladimir Yudovin" vla...@winguzone.com
To: "user" user@cassandra.apache.org
Sent: Tuesday, October 4, 2016 8:53:22 PM
Subject: Re: Re: Cassandra listen port


Use multiple IP addresses instead. 
Virtual addresses can be possible also? 
eth0:0, eth0:1

Why multiple or virtual IP?

You can use the same IP for both addresses, as they use different TCP ports. 
Sure, it's better to use internal IP (like 10... or 192.168...) for internode 
connect, but it's not demand.

Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
Launch your cluster in minutes.




 On Tue, 04 Oct 2016 14:51:59 -0400 Benjamin Roth 
benjamin.r...@jaumo.com wrote  

Of course, just add aliases to your interfaces (like eth0:0, eth0:1, ...).For 
example CCM (https://github.com/pcmanus/ccm) uses 127.0.0.[1-255] to set up 
multiple CS instances on a single server.


2016-10-04 20:49 GMT+02:00 Mehdi Bada mehdi.b...@dbi-services.com:
Virtual addresses can be possible also?
 
 Thanks Benjamin
 
 Mehdi Bada | Consultant
 Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 dbi 
services, Rue de la Jeunesse 2, CH-2800 Delémont
 mehdi.b...@dbi-services.com www.dbi-services.com
 
 ⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the team
 
 
 - Original Message -
 From: Benjamin Roth benjamin.r...@jaumo.com
 To: user@cassandra.apache.org
 Sent: Tue, 04 Oct 2016 20:36:49 +0200 (CEST)
 Subject: Re: Cassandra listen port
 
 As far as I can see, these ports are also used for outgoing connection, so
 a node expects all other peers also to use that port. Therefore the answer
 is no. Use multiple IP addresses instead.

 2016-10-04 20:03 GMT+02:00 Mehdi Bada mehdi.b...@dbi-services.com:
 
  Thanks Vladimir.
  It means if I want to run Cassandra on multi instance environment I only
  have to change the listen address of each instance and the 9000 CQL port??
 
 
  ---
  Mehdi Bada | Consultant
  Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15
  dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
  mehdi.b...@dbi-services.com www.dbi-services.com
 
  ⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the 
team
 
 
  - Original Message -
  From: Vladimir Yudovin vla...@winguzone.com
  To: user@cassandra.apache.org
  Sent: Tue, 04 Oct 2016 18:18:19 +0200 (CEST)
  Subject: Re: Cassandra listen port
 
  Actually the main port is 9042 - for client (CQL) connections and 7000
  (7001 if SSL enabled) for inter node communications.
 
  Best regards, Vladimir Yudovin,
  Winguzone Inc - Hosted Cloud Cassandra on Az

Re: Cassandra listen port

2016-10-04 Thread Mehdi Bada
Be sure, it's for. Test :))) 

But I just don't want to use ccm. I want to test it manually (manual 
configuration) for a good understanding. 

Thnks Vladimir 

--- 

Mehdi Bada | Consultant 
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 499 96 15 
dbi services, Rue de la Jeunesse 2, CH-2800 Delémont 
mehdi.b...@dbi-services.com 
www.dbi-services.com 




From: "Vladimir Yudovin" <vla...@winguzone.com> 
To: "user" <user@cassandra.apache.org> 
Sent: Wednesday, October 5, 2016 6:03:26 AM 
Subject: Re: Re: Cassandra listen port 

I hope it's not for production ))) 

Yes, you need three IP (real or aliases). There is Cassandra Cluster Manager 
tool for launching several C* on the same host. 
See also 
https://academy.datastax.com/getting-started-with-ccm-cassandra-cluster-manager 
and 
http://www.datastax.com/dev/blog/ccm-a-development-tool-for-creating-local-cassandra-clusters
 


Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer. 
Launch your cluster in minutes. 



 On Tue, 04 Oct 2016 15:36:23 -0400 Mehdi Bada 
<mehdi.b...@dbi-services.com> wrote  



I want to run a cluster (3 instances) in a single server. Configuration of my 
VM: 
- host-only adapter: static IP 192.168... 
- bridge adapter 

I create 3 environments (data dir, admin dir, conf file...) for the 3 
instances. But I'm now blocked in the network configuration. 
I can use 1 IP address for the 3 instances? And just modify the port? 
If yes, which parameters I have to change? 

Regards 

Mehdi Bada | Consultant 
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 499 96 15 
dbi services, Rue de la Jeunesse 2, CH-2800 Delémont 
mehdi.b...@dbi-services.com 
www.dbi-services.com 




From: "Vladimir Yudovin" < vla...@winguzone.com > 
To: "user" < user@cassandra.apache.org > 
Sent: Tuesday, October 4, 2016 8:53:22 PM 
Subject: Re: Re: Cassandra listen port 

>Use multiple IP addresses instead. 
>Virtual addresses can be possible also? 
>eth0:0, eth0:1 

Why multiple or virtual IP? 

You can use the same IP for both addresses, as they use different TCP ports. 
Sure, it's better to use internal IP (like 10... or 192.168...) for internode 
connect, but it's not demand. 

Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer. 
Launch your cluster in minutes. 



 On Tue, 04 Oct 2016 14:51:59 -0400 Benjamin Roth < benjamin.r...@jaumo.com 
> wrote  

BQ_BEGIN

Of course, just add aliases to your interfaces (like eth0:0, eth0:1, ...). 
For example CCM ( https://github.com/pcmanus/ccm ) uses 127.0.0.[1-255] to set 
up multiple CS instances on a single server. 

2016-10-04 20:49 GMT+02:00 Mehdi Bada < mehdi.b...@dbi-services.com > : 

BQ_BEGIN
Virtual addresses can be possible also? 

Thanks Benjamin 

Mehdi Bada | Consultant 
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 dbi 
services, Rue de la Jeunesse 2, CH-2800 Delémont 
mehdi.b...@dbi-services.com www.dbi-services.com 

⇒ dbi services is recruiting Oracle & SQL Server experts ! – Join the team 


- Original Message - 
From: Benjamin Roth < benjamin.r...@jaumo.com > 
To: user@cassandra.apache.org 
Sent: Tue, 04 Oct 2016 20:36:49 +0200 (CEST) 
Subject: Re: Cassandra listen port 

As far as I can see, these ports are also used for outgoing connection, so 
a node expects all other peers also to use that port. Therefore the answer 
is no. Use multiple IP addresses instead. 

2016-10-04 20:03 GMT+02:00 Mehdi Bada < mehdi.b...@dbi-services.com >: 

> Thanks Vladimir. 
> It means if I want to run Cassandra on multi instance environment I only 
> have to change the listen address of each instance and the 9000 CQL port?? 
> 
> 
> --- 
> Mehdi Bada | Consultant 
> Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 
> dbi services, Rue de la Jeunesse 2, CH-2800 Delémont 
> mehdi.b...@dbi-services.com www.dbi-services.com 
> 
> ⇒ dbi services is recruiting Oracle & SQL Server experts ! – Join the team 
> 
> 
> - Original Message - 
> From: Vladimir Yudovin < vla...@winguzone.com > 
> To: user@cassandra.apache.org 
> Sent: Tue, 04 Oct 2016 18:18:19 +0200 (CEST) 
> Subject: Re: Cassandra listen port 
> 
> Actually the main port is 9042 - for client (CQL) connections and 7000 
> (7001 if SSL enabled) for inter node communications. 
> 
> Best regards, Vladimir Yudovin, 
> Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer. 
> Launch your cluster in minutes. 
> 
> 
> 
> 
>  On Tue, 04 Oct 2016 11:36:04 -0400 Benjamin 
> Rothbenjamin.r...@jaumo.com  wrote  
> 
> There are several ports for several services. They are all set in 
> cassandra.yaml 
> 
> See here for complete d

Re: Re: Cassandra listen port

2016-10-04 Thread Vladimir Yudovin
I hope it's not for production )))

Yes, you need three IP (real or aliases). There is Cassandra Cluster Manager 
tool for launching several C* on the same host.
See also 
https://academy.datastax.com/getting-started-with-ccm-cassandra-cluster-manager 
and 
http://www.datastax.com/dev/blog/ccm-a-development-tool-for-creating-local-cassandra-clusters


Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
Launch your cluster in minutes.




 On Tue, 04 Oct 2016 15:36:23 -0400 Mehdi Bada 
mehdi.b...@dbi-services.com wrote  

I want to run a cluster (3 instances) in a single server. Configuration of my 
VM:

- host-only adapter: static IP 192.168... 

- bridge adapter



I create 3 environments (data dir, admin dir, conf file...) for the 3 
instances. But I'm now blocked in the network configuration.

I can use 1 IP address for the 3 instances? And just modify the port? 

If yes, which parameters I have to change?



Regards



Mehdi Bada | Consultant
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 499 96 15 
dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
mehdi.b...@dbi-services.com 
www.dbi-services.com









From: "Vladimir Yudovin" vla...@winguzone.com
To: "user" user@cassandra.apache.org
Sent: Tuesday, October 4, 2016 8:53:22 PM
Subject: Re: Re: Cassandra listen port



Use multiple IP addresses instead. 
Virtual addresses can be possible also? 
eth0:0, eth0:1

Why multiple or virtual IP?

You can use the same IP for both addresses, as they use different TCP ports. 
Sure, it's better to use internal IP (like 10... or 192.168...) for internode 
connect, but it's not demand.

Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
Launch your cluster in minutes.




 On Tue, 04 Oct 2016 14:51:59 -0400 Benjamin Roth 
benjamin.r...@jaumo.com wrote  

Of course, just add aliases to your interfaces (like eth0:0, eth0:1, ...).For 
example CCM (https://github.com/pcmanus/ccm) uses 127.0.0.[1-255] to set up 
multiple CS instances on a single server.


2016-10-04 20:49 GMT+02:00 Mehdi Bada mehdi.b...@dbi-services.com:
Virtual addresses can be possible also?
 
 Thanks Benjamin
 
 Mehdi Bada | Consultant
 Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 dbi 
services, Rue de la Jeunesse 2, CH-2800 Delémont
 mehdi.b...@dbi-services.com www.dbi-services.com
 
 ⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the team
 
 
 - Original Message -
 From: Benjamin Roth benjamin.r...@jaumo.com
 To: user@cassandra.apache.org
 Sent: Tue, 04 Oct 2016 20:36:49 +0200 (CEST)
 Subject: Re: Cassandra listen port
 
 As far as I can see, these ports are also used for outgoing connection, so
 a node expects all other peers also to use that port. Therefore the answer
 is no. Use multiple IP addresses instead.

 2016-10-04 20:03 GMT+02:00 Mehdi Bada mehdi.b...@dbi-services.com:
 
  Thanks Vladimir.
  It means if I want to run Cassandra on multi instance environment I only
  have to change the listen address of each instance and the 9000 CQL port??
 
 
  ---
  Mehdi Bada | Consultant
  Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15
  dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
  mehdi.b...@dbi-services.com www.dbi-services.com
 
  ⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the 
team
 
 
  - Original Message -
  From: Vladimir Yudovin vla...@winguzone.com
  To: user@cassandra.apache.org
  Sent: Tue, 04 Oct 2016 18:18:19 +0200 (CEST)
  Subject: Re: Cassandra listen port
 
  Actually the main port is 9042 - for client (CQL) connections and 7000
  (7001 if SSL enabled) for inter node communications.
 
  Best regards, Vladimir Yudovin,
  Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
  Launch your cluster in minutes.
 
 
 
 
   On Tue, 04 Oct 2016 11:36:04 -0400 Benjamin
  Rothlt;benjamin.r...@jaumo.comgt; wrote 
 
  There are several ports for several services. They are all set in
  cassandra.yaml
 
  See here for complete documentation:
  https://docs.datastax.com/en/cassandra/2.1/cassandra/
  configuration/configCassandra_yaml_r.html
 
 
 
  2016-10-04 16:54 GMT+02:00 Mehdi Bada 
lt;mehdi.b...@dbi-services.comgt;:
  Hi all,
 
 
 
  What is the listen port parameter for Apache Cassandra? Does it exist?
 
  In comparison with MongoDB, in mongo it's possible to set the listen port
  in the mongod.conf (configuration file)
 
 
 
  Regards
 
  Mehdi
 
 
 
  Mehdi Bada | Consultant
  Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15
  dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
  mehdi.b...@dbi-services.com
  www.dbi-services.com
 
 
 
 
 
 
 
 
 
  ⇒ dbi services is recruiting Oracle amp; SQL Server experts ! – Join 
the
  team
 
 
 
 
 
 
 
 
 
  --
  Benjamin Roth
  Prokurist
 
  Jaumo GmbH · www.jaumo.com
  Wehrstraße 46 · 73035

Re: Cassandra listen port

2016-10-04 Thread Mehdi Bada
I want to run a cluster (3 instances) in a single server. Configuration of my 
VM: 
- host-only adapter: static IP 192.168... 
- bridge adapter 

I create 3 environments (data dir, admin dir, conf file...) for the 3 
instances. But I'm now blocked in the network configuration. 
I can use 1 IP address for the 3 instances? And just modify the port? 
If yes, which parameters I have to change? 

Regards 

Mehdi Bada | Consultant 
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 499 96 15 
dbi services, Rue de la Jeunesse 2, CH-2800 Delémont 
mehdi.b...@dbi-services.com 
www.dbi-services.com 




From: "Vladimir Yudovin" <vla...@winguzone.com> 
To: "user" <user@cassandra.apache.org> 
Sent: Tuesday, October 4, 2016 8:53:22 PM 
Subject: Re: Re: Cassandra listen port 

>Use multiple IP addresses instead. 
>Virtual addresses can be possible also? 
>eth0:0, eth0:1 

Why multiple or virtual IP? 

You can use the same IP for both addresses, as they use different TCP ports. 
Sure, it's better to use internal IP (like 10... or 192.168...) for internode 
connect, but it's not demand. 

Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer. 
Launch your cluster in minutes. 



 On Tue, 04 Oct 2016 14:51:59 -0400 Benjamin Roth <benjamin.r...@jaumo.com> 
wrote  



Of course, just add aliases to your interfaces (like eth0:0, eth0:1, ...). 
For example CCM ( https://github.com/pcmanus/ccm ) uses 127.0.0.[1-255] to set 
up multiple CS instances on a single server. 

2016-10-04 20:49 GMT+02:00 Mehdi Bada < mehdi.b...@dbi-services.com > : 

BQ_BEGIN
Virtual addresses can be possible also? 

Thanks Benjamin 

Mehdi Bada | Consultant 
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 dbi 
services, Rue de la Jeunesse 2, CH-2800 Delémont 
mehdi.b...@dbi-services.com www.dbi-services.com 

⇒ dbi services is recruiting Oracle & SQL Server experts ! – Join the team 


- Original Message - 
From: Benjamin Roth < benjamin.r...@jaumo.com > 
To: user@cassandra.apache.org 
Sent: Tue, 04 Oct 2016 20:36:49 +0200 (CEST) 
Subject: Re: Cassandra listen port 

As far as I can see, these ports are also used for outgoing connection, so 
a node expects all other peers also to use that port. Therefore the answer 
is no. Use multiple IP addresses instead. 

2016-10-04 20:03 GMT+02:00 Mehdi Bada < mehdi.b...@dbi-services.com >: 

> Thanks Vladimir. 
> It means if I want to run Cassandra on multi instance environment I only 
> have to change the listen address of each instance and the 9000 CQL port?? 
> 
> 
> --- 
> Mehdi Bada | Consultant 
> Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 
> dbi services, Rue de la Jeunesse 2, CH-2800 Delémont 
> mehdi.b...@dbi-services.com www.dbi-services.com 
> 
> ⇒ dbi services is recruiting Oracle & SQL Server experts ! – Join the team 
> 
> 
> - Original Message - 
> From: Vladimir Yudovin < vla...@winguzone.com > 
> To: user@cassandra.apache.org 
> Sent: Tue, 04 Oct 2016 18:18:19 +0200 (CEST) 
> Subject: Re: Cassandra listen port 
> 
> Actually the main port is 9042 - for client (CQL) connections and 7000 
> (7001 if SSL enabled) for inter node communications. 
> 
> Best regards, Vladimir Yudovin, 
> Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer. 
> Launch your cluster in minutes. 
> 
> 
> 
> 
>  On Tue, 04 Oct 2016 11:36:04 -0400 Benjamin 
> Rothbenjamin.r...@jaumo.com  wrote  
> 
> There are several ports for several services. They are all set in 
> cassandra.yaml 
> 
> See here for complete documentation: 
> https://docs.datastax.com/en/cassandra/2.1/cassandra/ 
> configuration/configCassandra_yaml_r.html 
> 
> 
> 
> 2016-10-04 16:54 GMT+02:00 Mehdi Bada & lt;mehdi.b...@dbi-services.com : 
> Hi all, 
> 
> 
> 
> What is the listen port parameter for Apache Cassandra? Does it exist? 
> 
> In comparison with MongoDB, in mongo it's possible to set the listen port 
> in the mongod.conf (configuration file) 
> 
> 
> 
> Regards 
> 
> Mehdi 
> 
> 
> 
> Mehdi Bada | Consultant 
> Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 
> dbi services, Rue de la Jeunesse 2, CH-2800 Delémont 
> mehdi.b...@dbi-services.com 
> www.dbi-services.com 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the 
> team 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> Benjamin Roth 
> Prokurist 
> 
> Jaumo GmbH · www.jaumo.com 
> Wehrstraße 46 · 73035 Göppingen · Germany 
> Phone +49 7161 304880-6 · Fax +49 7161 304880-1 
> AG Ulm · HRB 731058 · Managing Director: Jens Ka

Re: Re: Cassandra listen port

2016-10-04 Thread Vladimir Yudovin
Use multiple IP addresses instead. 
Virtual addresses can be possible also? 
eth0:0, eth0:1

Why multiple or virtual IP?

You can use the same IP for both addresses, as they use different TCP ports. 
Sure, it's better to use internal IP (like 10... or 192.168...) for internode 
connect, but it's not demand.

Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
Launch your cluster in minutes.




 On Tue, 04 Oct 2016 14:51:59 -0400 Benjamin Roth 
benjamin.r...@jaumo.com wrote  

Of course, just add aliases to your interfaces (like eth0:0, eth0:1, ...).For 
example CCM (https://github.com/pcmanus/ccm) uses 127.0.0.[1-255] to set up 
multiple CS instances on a single server.


2016-10-04 20:49 GMT+02:00 Mehdi Bada mehdi.b...@dbi-services.com:
Virtual addresses can be possible also?
 
 Thanks Benjamin
 
 Mehdi Bada | Consultant
 Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 dbi 
services, Rue de la Jeunesse 2, CH-2800 Delémont
 mehdi.b...@dbi-services.com www.dbi-services.com
 
 ⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the team
 
 
 - Original Message -
 From: Benjamin Roth benjamin.r...@jaumo.com
 To: user@cassandra.apache.org
 Sent: Tue, 04 Oct 2016 20:36:49 +0200 (CEST)
 Subject: Re: Cassandra listen port
 
 As far as I can see, these ports are also used for outgoing connection, so
 a node expects all other peers also to use that port. Therefore the answer
 is no. Use multiple IP addresses instead.
 
 2016-10-04 20:03 GMT+02:00 Mehdi Bada mehdi.b...@dbi-services.com:
 
  Thanks Vladimir.
  It means if I want to run Cassandra on multi instance environment I only
  have to change the listen address of each instance and the 9000 CQL port??
 
 
  ---
  Mehdi Bada | Consultant
  Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15
  dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
  mehdi.b...@dbi-services.com www.dbi-services.com
 
  ⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the 
team
 
 
  - Original Message -
  From: Vladimir Yudovin vla...@winguzone.com
  To: user@cassandra.apache.org
  Sent: Tue, 04 Oct 2016 18:18:19 +0200 (CEST)
  Subject: Re: Cassandra listen port
 
  Actually the main port is 9042 - for client (CQL) connections and 7000
  (7001 if SSL enabled) for inter node communications.
 
  Best regards, Vladimir Yudovin,
  Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
  Launch your cluster in minutes.
 
 
 
 
   On Tue, 04 Oct 2016 11:36:04 -0400 Benjamin
  Rothlt;benjamin.r...@jaumo.comgt; wrote 
 
  There are several ports for several services. They are all set in
  cassandra.yaml
 
  See here for complete documentation:
  https://docs.datastax.com/en/cassandra/2.1/cassandra/
  configuration/configCassandra_yaml_r.html
 
 
 
  2016-10-04 16:54 GMT+02:00 Mehdi Bada 
lt;mehdi.b...@dbi-services.comgt;:
  Hi all,
 
 
 
  What is the listen port parameter for Apache Cassandra? Does it exist?
 
  In comparison with MongoDB, in mongo it's possible to set the listen port
  in the mongod.conf (configuration file)
 
 
 
  Regards
 
  Mehdi
 
 
 
  Mehdi Bada | Consultant
  Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15
  dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
  mehdi.b...@dbi-services.com
  www.dbi-services.com
 
 
 
 
 
 
 
 
 
  ⇒ dbi services is recruiting Oracle amp; SQL Server experts ! – Join 
the
  team
 
 
 
 
 
 
 
 
 
  --
  Benjamin Roth
  Prokurist
 
  Jaumo GmbH · www.jaumo.com
  Wehrstraße 46 · 73035 Göppingen · Germany
  Phone +49 7161 304880-6 · Fax +49 7161 304880-1
  AG Ulm · HRB 731058 · Managing Director: Jens Kammerer
 
 
 
 
 
 
 
 
 
 
 
 --
 Benjamin Roth
 Prokurist
 
 Jaumo GmbH · www.jaumo.com
 Wehrstraße 46 · 73035 Göppingen · Germany
 Phone +49 7161 304880-6 · Fax +49 7161 304880-1
 AG Ulm · HRB 731058 · Managing Director: Jens Kammerer
 
 






-- 
Benjamin Roth
Prokurist

Jaumo GmbH · www.jaumo.com
Wehrstraße 46 · 73035 Göppingen · Germany
Phone +49 7161 304880-6 · Fax +49 7161 304880-1
AG Ulm · HRB 731058 · Managing Director: Jens Kammerer

 
 






Re: Cassandra listen port

2016-10-04 Thread Benjamin Roth
Of course, just add aliases to your interfaces (like eth0:0, eth0:1, ...).
For example CCM (https://github.com/pcmanus/ccm) uses 127.0.0.[1-255] to
set up multiple CS instances on a single server.

2016-10-04 20:49 GMT+02:00 Mehdi Bada <mehdi.b...@dbi-services.com>:

> Virtual addresses can be possible also?
>
> Thanks Benjamin
>
> Mehdi Bada | Consultant
> Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15
> dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
> mehdi.b...@dbi-services.com www.dbi-services.com
>
> ⇒ dbi services is recruiting Oracle & SQL Server experts ! – Join the team
>
>
> - Original Message -
> From: Benjamin Roth <benjamin.r...@jaumo.com>
> To: user@cassandra.apache.org
> Sent: Tue, 04 Oct 2016 20:36:49 +0200 (CEST)
> Subject: Re: Cassandra listen port
>
> As far as I can see, these ports are also used for outgoing connection, so
> a node expects all other peers also to use that port. Therefore the answer
> is no. Use multiple IP addresses instead.
>
> 2016-10-04 20:03 GMT+02:00 Mehdi Bada <mehdi.b...@dbi-services.com>:
>
> > Thanks Vladimir.
> > It means if I want to run Cassandra on multi instance environment I only
> > have to change the listen address of each instance and the 9000 CQL
> port??
> >
> >
> > ---
> > Mehdi Bada | Consultant
> > Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96
> 15
> > dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
> > mehdi.b...@dbi-services.com www.dbi-services.com
> >
> > ⇒ dbi services is recruiting Oracle & SQL Server experts ! – Join the
> team
> >
> >
> > ----- Original Message -
> > From: Vladimir Yudovin <vla...@winguzone.com>
> > To: user@cassandra.apache.org
> > Sent: Tue, 04 Oct 2016 18:18:19 +0200 (CEST)
> > Subject: Re: Cassandra listen port
> >
> > Actually the main port is 9042 - for client (CQL) connections and 7000
> > (7001 if SSL enabled) for inter node communications.
> >
> > Best regards, Vladimir Yudovin,
> > Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
> > Launch your cluster in minutes.
> >
> >
> >
> >
> >  On Tue, 04 Oct 2016 11:36:04 -0400 Benjamin
> > Rothbenjamin.r...@jaumo.com wrote 
> >
> > There are several ports for several services. They are all set in
> > cassandra.yaml
> >
> > See here for complete documentation:
> > https://docs.datastax.com/en/cassandra/2.1/cassandra/
> > configuration/configCassandra_yaml_r.html
> >
> >
> >
> > 2016-10-04 16:54 GMT+02:00 Mehdi Bada mehdi.b...@dbi-services.com
> :
> > Hi all,
> >
> >
> >
> > What is the listen port parameter for Apache Cassandra? Does it exist?
> >
> > In comparison with MongoDB, in mongo it's possible to set the listen port
> > in the mongod.conf (configuration file)
> >
> >
> >
> > Regards
> >
> > Mehdi
> >
> >
> >
> > Mehdi Bada | Consultant
> > Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96
> 15
> > dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
> > mehdi.b...@dbi-services.com
> > www.dbi-services.com
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > ⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the
> > team
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > --
> > Benjamin Roth
> > Prokurist
> >
> > Jaumo GmbH · www.jaumo.com
> > Wehrstraße 46 · 73035 Göppingen · Germany
> > Phone +49 7161 304880-6 · Fax +49 7161 304880-1
> > AG Ulm · HRB 731058 · Managing Director: Jens Kammerer
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> Benjamin Roth
> Prokurist
>
> Jaumo GmbH · www.jaumo.com
> Wehrstraße 46 · 73035 Göppingen · Germany
> Phone +49 7161 304880-6 · Fax +49 7161 304880-1
> AG Ulm · HRB 731058 · Managing Director: Jens Kammerer
>
>


-- 
Benjamin Roth
Prokurist

Jaumo GmbH · www.jaumo.com
Wehrstraße 46 · 73035 Göppingen · Germany
Phone +49 7161 304880-6 · Fax +49 7161 304880-1
AG Ulm · HRB 731058 · Managing Director: Jens Kammerer


Re: Cassandra listen port

2016-10-04 Thread Mehdi Bada
Virtual addresses can be possible also? 

Thanks Benjamin

Mehdi Bada | Consultant
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 dbi 
services, Rue de la Jeunesse 2, CH-2800 Delémont
mehdi.b...@dbi-services.com www.dbi-services.com

⇒ dbi services is recruiting Oracle & SQL Server experts ! – Join the team


- Original Message -
From: Benjamin Roth <benjamin.r...@jaumo.com>
To: user@cassandra.apache.org
Sent: Tue, 04 Oct 2016 20:36:49 +0200 (CEST)
Subject: Re: Cassandra listen port

As far as I can see, these ports are also used for outgoing connection, so
a node expects all other peers also to use that port. Therefore the answer
is no. Use multiple IP addresses instead.

2016-10-04 20:03 GMT+02:00 Mehdi Bada <mehdi.b...@dbi-services.com>:

> Thanks Vladimir.
> It means if I want to run Cassandra on multi instance environment I only
> have to change the listen address of each instance and the 9000 CQL port??
>
>
> ---
> Mehdi Bada | Consultant
> Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15
> dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
> mehdi.b...@dbi-services.com www.dbi-services.com
>
> ⇒ dbi services is recruiting Oracle & SQL Server experts ! – Join the team
>
>
> - Original Message -
> From: Vladimir Yudovin <vla...@winguzone.com>
> To: user@cassandra.apache.org
> Sent: Tue, 04 Oct 2016 18:18:19 +0200 (CEST)
> Subject: Re: Cassandra listen port
>
> Actually the main port is 9042 - for client (CQL) connections and 7000
> (7001 if SSL enabled) for inter node communications.
>
> Best regards, Vladimir Yudovin,
> Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
> Launch your cluster in minutes.
>
>
>
>
>  On Tue, 04 Oct 2016 11:36:04 -0400 Benjamin
> Rothbenjamin.r...@jaumo.com wrote 
>
> There are several ports for several services. They are all set in
> cassandra.yaml
>
> See here for complete documentation:
> https://docs.datastax.com/en/cassandra/2.1/cassandra/
> configuration/configCassandra_yaml_r.html
>
>
>
> 2016-10-04 16:54 GMT+02:00 Mehdi Bada mehdi.b...@dbi-services.com:
> Hi all,
>
>
>
> What is the listen port parameter for Apache Cassandra? Does it exist?
>
> In comparison with MongoDB, in mongo it's possible to set the listen port
> in the mongod.conf (configuration file)
>
>
>
> Regards
>
> Mehdi
>
>
>
> Mehdi Bada | Consultant
> Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15
> dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
> mehdi.b...@dbi-services.com
> www.dbi-services.com
>
>
>
>
>
>
>
>
>
> ⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the
> team
>
>
>
>
>
>
>
>
>
> --
> Benjamin Roth
> Prokurist
>
> Jaumo GmbH · www.jaumo.com
> Wehrstraße 46 · 73035 Göppingen · Germany
> Phone +49 7161 304880-6 · Fax +49 7161 304880-1
> AG Ulm · HRB 731058 · Managing Director: Jens Kammerer
>
>
>
>
>
>
>
>
>


-- 
Benjamin Roth
Prokurist

Jaumo GmbH · www.jaumo.com
Wehrstraße 46 · 73035 Göppingen · Germany
Phone +49 7161 304880-6 · Fax +49 7161 304880-1
AG Ulm · HRB 731058 · Managing Director: Jens Kammerer



Re: Re: Cassandra listen port

2016-10-04 Thread Vladimir Yudovin
 9000 CQL port??
Do you mean 9042?

There are two address/ports - one is listen (internode communication) and 
second is CQL (rpc in YAML terms).
Look at YAML explanation on listen_address  and rpc_address

Actual configuration depends on how many network card each node have, is it NAT 
or not, etc. Can you give more detail about your network environment?


Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
Launch your cluster in minutes.




 On Tue, 04 Oct 2016 14:03:42 -0400 Mehdi Bada 
mehdi.b...@dbi-services.com wrote  

Thanks Vladimir. 
It means if I want to run Cassandra on multi instance environment I only have 
to change the listen address of each instance and the 9000 CQL port?? 
 
 
--- 
Mehdi Bada | Consultant 
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 dbi 
services, Rue de la Jeunesse 2, CH-2800 Delémont 
mehdi.b...@dbi-services.com www.dbi-services.com 
 
⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the team 
 
 
- Original Message - 
From: Vladimir Yudovin vla...@winguzone.com 
To: user@cassandra.apache.org 
Sent: Tue, 04 Oct 2016 18:18:19 +0200 (CEST) 
Subject: Re: Cassandra listen port 
 
Actually the main port is 9042 - for client (CQL) connections and 7000 (7001 if 
SSL enabled) for inter node communications. 
 
Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer. 
Launch your cluster in minutes. 
 
 
 
 
 On Tue, 04 Oct 2016 11:36:04 -0400 Benjamin 
Rothlt;benjamin.r...@jaumo.comgt; wrote  
 
There are several ports for several services. They are all set in 
cassandra.yaml 
 
See here for complete documentation: 
https://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html
 
 
 
 
2016-10-04 16:54 GMT+02:00 Mehdi Bada 
lt;mehdi.b...@dbi-services.comgt;: 
Hi all, 
 
 
 
What is the listen port parameter for Apache Cassandra? Does it exist? 
 
In comparison with MongoDB, in mongo it's possible to set the listen port in 
the mongod.conf (configuration file) 
 
 
 
Regards 
 
Mehdi 
 
 
 
Mehdi Bada | Consultant 
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 
dbi services, Rue de la Jeunesse 2, CH-2800 Delémont 
mehdi.b...@dbi-services.com 
www.dbi-services.com 
 
 
 
 
 
 
 
 
 
⇒ dbi services is recruiting Oracle amp; SQL Server experts ! – Join the 
team 
 
 
 
 
 
 
 
 
 
-- 
Benjamin Roth 
Prokurist 
 
Jaumo GmbH · www.jaumo.com 
Wehrstraße 46 · 73035 Göppingen · Germany 
Phone +49 7161 304880-6 · Fax +49 7161 304880-1 
AG Ulm · HRB 731058 · Managing Director: Jens Kammerer 
 
 
 
 
 
 
 
 







Re: Cassandra listen port

2016-10-04 Thread Benjamin Roth
As far as I can see, these ports are also used for outgoing connection, so
a node expects all other peers also to use that port. Therefore the answer
is no. Use multiple IP addresses instead.

2016-10-04 20:03 GMT+02:00 Mehdi Bada <mehdi.b...@dbi-services.com>:

> Thanks Vladimir.
> It means if I want to run Cassandra on multi instance environment I only
> have to change the listen address of each instance and the 9000 CQL port??
>
>
> ---
> Mehdi Bada | Consultant
> Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15
> dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
> mehdi.b...@dbi-services.com www.dbi-services.com
>
> ⇒ dbi services is recruiting Oracle & SQL Server experts ! – Join the team
>
>
> - Original Message -
> From: Vladimir Yudovin <vla...@winguzone.com>
> To: user@cassandra.apache.org
> Sent: Tue, 04 Oct 2016 18:18:19 +0200 (CEST)
> Subject: Re: Cassandra listen port
>
> Actually the main port is 9042 - for client (CQL) connections and 7000
> (7001 if SSL enabled) for inter node communications.
>
> Best regards, Vladimir Yudovin,
> Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
> Launch your cluster in minutes.
>
>
>
>
>  On Tue, 04 Oct 2016 11:36:04 -0400 Benjamin
> Rothbenjamin.r...@jaumo.com wrote 
>
> There are several ports for several services. They are all set in
> cassandra.yaml
>
> See here for complete documentation:
> https://docs.datastax.com/en/cassandra/2.1/cassandra/
> configuration/configCassandra_yaml_r.html
>
>
>
> 2016-10-04 16:54 GMT+02:00 Mehdi Bada mehdi.b...@dbi-services.com:
> Hi all,
>
>
>
> What is the listen port parameter for Apache Cassandra? Does it exist?
>
> In comparison with MongoDB, in mongo it's possible to set the listen port
> in the mongod.conf (configuration file)
>
>
>
> Regards
>
> Mehdi
>
>
>
> Mehdi Bada | Consultant
> Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15
> dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
> mehdi.b...@dbi-services.com
> www.dbi-services.com
>
>
>
>
>
>
>
>
>
> ⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the
> team
>
>
>
>
>
>
>
>
>
> --
> Benjamin Roth
> Prokurist
>
> Jaumo GmbH · www.jaumo.com
> Wehrstraße 46 · 73035 Göppingen · Germany
> Phone +49 7161 304880-6 · Fax +49 7161 304880-1
> AG Ulm · HRB 731058 · Managing Director: Jens Kammerer
>
>
>
>
>
>
>
>
>


-- 
Benjamin Roth
Prokurist

Jaumo GmbH · www.jaumo.com
Wehrstraße 46 · 73035 Göppingen · Germany
Phone +49 7161 304880-6 · Fax +49 7161 304880-1
AG Ulm · HRB 731058 · Managing Director: Jens Kammerer


Re: Cassandra listen port

2016-10-04 Thread Mehdi Bada
Thanks Vladimir. 
It means if I want to run Cassandra on multi instance environment I only have 
to change the listen address of each instance and the 9000 CQL port??


---
Mehdi Bada | Consultant
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 dbi 
services, Rue de la Jeunesse 2, CH-2800 Delémont
mehdi.b...@dbi-services.com www.dbi-services.com

⇒ dbi services is recruiting Oracle & SQL Server experts ! – Join the team


- Original Message -
From: Vladimir Yudovin <vla...@winguzone.com>
To: user@cassandra.apache.org
Sent: Tue, 04 Oct 2016 18:18:19 +0200 (CEST)
Subject: Re: Cassandra listen port

Actually the main port is 9042 - for client (CQL) connections and 7000 (7001 if 
SSL enabled) for inter node communications.

Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
Launch your cluster in minutes.




 On Tue, 04 Oct 2016 11:36:04 -0400 Benjamin 
Rothbenjamin.r...@jaumo.com wrote  

There are several ports for several services. They are all set in cassandra.yaml

See here for complete documentation:
https://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html



2016-10-04 16:54 GMT+02:00 Mehdi Bada mehdi.b...@dbi-services.com:
Hi all, 



What is the listen port parameter for Apache Cassandra? Does it exist?

In comparison with MongoDB, in mongo it's possible to set the listen port in 
the mongod.conf (configuration file)



Regards 

Mehdi



Mehdi Bada | Consultant
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 
dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
mehdi.b...@dbi-services.com 
www.dbi-services.com









⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the team









-- 
Benjamin Roth
Prokurist

Jaumo GmbH · www.jaumo.com
Wehrstraße 46 · 73035 Göppingen · Germany
Phone +49 7161 304880-6 · Fax +49 7161 304880-1
AG Ulm · HRB 731058 · Managing Director: Jens Kammerer

 
 







Re: Cassandra listen port

2016-10-04 Thread Vladimir Yudovin
Actually the main port is 9042 - for client (CQL) connections and 7000 (7001 if 
SSL enabled) for inter node communications.

Best regards, Vladimir Yudovin, 
Winguzone Inc - Hosted Cloud Cassandra on Azure and SoftLayer.
Launch your cluster in minutes.




 On Tue, 04 Oct 2016 11:36:04 -0400 Benjamin 
Rothbenjamin.r...@jaumo.com wrote  

There are several ports for several services. They are all set in cassandra.yaml

See here for complete documentation:
https://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html



2016-10-04 16:54 GMT+02:00 Mehdi Bada mehdi.b...@dbi-services.com:
Hi all, 



What is the listen port parameter for Apache Cassandra? Does it exist?

In comparison with MongoDB, in mongo it's possible to set the listen port in 
the mongod.conf (configuration file)



Regards 

Mehdi



Mehdi Bada | Consultant
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 
dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
mehdi.b...@dbi-services.com 
www.dbi-services.com









⇒ dbi services is recruiting Oracle  SQL Server experts ! – Join the team









-- 
Benjamin Roth
Prokurist

Jaumo GmbH · www.jaumo.com
Wehrstraße 46 · 73035 Göppingen · Germany
Phone +49 7161 304880-6 · Fax +49 7161 304880-1
AG Ulm · HRB 731058 · Managing Director: Jens Kammerer

 
 






Re: Cassandra listen port

2016-10-04 Thread Benjamin Roth
There are several ports for several services. They are all set in
cassandra.yaml

See here for complete documentation:
https://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html

2016-10-04 16:54 GMT+02:00 Mehdi Bada :

> Hi all,
>
> What is the listen port parameter for Apache Cassandra? Does it exist?
> In comparison with MongoDB, in mongo it's possible to set the listen port
> in the mongod.conf (configuration file)
>
> Regards
> Mehdi
>
> *Mehdi Bada* | Consultant
> Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15
> dbi services, Rue de la Jeunesse 2, CH-2800 Delémont
> mehdi.b...@dbi-services.com
> www.dbi-services.com
>
>
>
>
> *⇒ dbi services is recruiting Oracle & SQL Server experts ! – Join the
> team
> *
>



-- 
Benjamin Roth
Prokurist

Jaumo GmbH · www.jaumo.com
Wehrstraße 46 · 73035 Göppingen · Germany
Phone +49 7161 304880-6 · Fax +49 7161 304880-1
AG Ulm · HRB 731058 · Managing Director: Jens Kammerer


Cassandra listen port

2016-10-04 Thread Mehdi Bada
Hi all, 

What is the listen port parameter for Apache Cassandra? Does it exist? 
In comparison with MongoDB, in mongo it's possible to set the listen port in 
the mongod.conf (configuration file) 

Regards 
Mehdi 

Mehdi Bada | Consultant 
Phone: +41 32 422 96 00 | Mobile: +41 79 928 75 48 | Fax: +41 32 422 96 15 
dbi services, Rue de la Jeunesse 2, CH-2800 Delémont 
mehdi.b...@dbi-services.com 
www.dbi-services.com 



⇒ dbi services is recruiting Oracle & SQL Server experts ! – Join the team