etwork. 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 > <mailto:andrea.giordano@gmail.com>> wrote:
>>
>> Hi, osx user here.
>> I have installed
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
_by_sensors_users"
> + " (user, sensor, timestamp, rdf_stream, observed_value, value)"
> + " VALUES (?, ?, ?, ?, ?, ?);")
> .setClusterBuilder(builder)
> .build();
>
>
> On 4 November 2017 at 19:27, Andrea Giordano <
> 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 set
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 I’