Re: can't reach cassandra outside my lan

2017-11-30 Thread Andrea Giordano
; laptop’s address on the network. Set rpc_address to the address on your > network, or use rpc_interface and let Cassandra figure it out. > >> On Nov 30, 2017, at 10:38 AM, Andrea Giordano <andrea.giordano@gmail.com >> <mailto:andrea.giordano@gmail.com>> wrot

can't reach cassandra outside my lan

2017-11-30 Thread Andrea Giordano
Hi, osx user here. I have installed a simple Cassandra db on my laptop and I would like to query it outside the Lan. So I set port forwarding and port triggering on my router (vodafone station) to link external 9042 to internal 9042. Moreover I set on cassandra.yaml the broadcast_rpc_address to

Re: poolingOptions not serializable?

2017-11-06 Thread Andrea Giordano
space_local.values_by_sensors_users" > + " (user, sensor, timestamp, rdf_stream, observed_value, value)" > + " VALUES (?, ?, ?, ?, ?, ?);") > .setClusterBuilder(builder) > .build(); > > > On 4 November 2017 at 19:27, Andrea Giorda

poolingOptions not serializable?

2017-11-04 Thread Andrea Giordano
Hi, I’m using datastax driver to use Cassandra as sink for some data streams with Apache Flink: I have a problem executing my application raising an error about the full queue. I discovered that the default value is 256, probably too low for my load, so I have raised it using poolingOptions

Can't access Cassandra on remote node

2017-09-12 Thread Andrea Giordano
Hi, I’m using cassandra on a remote node I can access just with console. Since the node has a private ip, the cluster manager set a proxy to access private_ip:9042 in order to allow me to execute query against the db, so I have a public ip:port. Unfortunately I’m not able to execute query and