Re: Unable to start cassandra on GCP (Google cloud) using public email address

2019-12-18 Thread guo Maxwell
I think this may be that the public address is not able for you to bound. Check if the network adapter for the address is useable . I think you should ask the GCP for some details. Manu Chadha 于2019年12月18日周三 下午5:25写道: > Hi > > > > Apologies if this isn’t the right group to ask questions. If it

Unable to start cassandra on GCP (Google cloud) using public email address

2019-12-18 Thread Manu Chadha
Hi Apologies if this isn’t the right group to ask questions. If it isn’t, please let me know wehre I should send such messages. I am trying to run cassandra on google cloud and want to use external IP to run cassandra. I specified the external address in rpc_address in but got error when

Re: average row size in a cassandra table

2019-12-18 Thread Ayub M
Perfect, thank you. On Thu, Dec 12, 2019 at 9:40 AM Raney, Michael wrote: > For rough estimate, I’ve seen the following pattern. > > > > Sudo code > > Do queries by token range at random. > > > > Select asjson * from table; > > > > Take the length of json string of each row. > > > > Perform