Re: Apache Cassandra Blog is now live

2018-08-07 Thread Mick Semb Wever
> We are also interested in contributing to the blog, what's the process? Dikang, it's part of the website, https://svn.apache.org/repos/asf/cassandra/site/src/README regards, Mick - To unsubscribe, e-mail: dev-unsubscr...

Re: Apache Cassandra Blog is now live

2018-08-07 Thread Nate McCall
It's just another contribution so JIRA + patch should suffice. On Wed, Aug 8, 2018 at 2:11 PM, Dikang Gu wrote: > The fast streaming is very cool! > > We are also interested in contributing to the blog, what's the process? > > Thanks > Dikang. > > On Tue, Aug 7, 2018 at 7:01 PM Nate McCall wrote

Re: Apache Cassandra Blog is now live

2018-08-07 Thread Dikang Gu
The fast streaming is very cool! We are also interested in contributing to the blog, what's the process? Thanks Dikang. On Tue, Aug 7, 2018 at 7:01 PM Nate McCall wrote: > You can tell how psyched we are about it because we cross posted! > > Seriously though - this is by the community for the

答复: [营销类邮件] Re: Would cqlsh describe command send query to cassandra server ?

2018-08-07 Thread 陈仕(shichen)-技术产品中心
Thanks for replying. That's to say, the drivers fetch metadata from server with heartbeat interval 30s. Right ? So if I change the value of one property of a table, I can see the change at cqlsh commandline within at most 30s ? -邮件原件- 发件人: Benjamin Lerer [mailto:benjamin.le...@datastax

Re: Apache Cassandra Blog is now live

2018-08-07 Thread Nate McCall
You can tell how psyched we are about it because we cross posted! Seriously though - this is by the community for the community, so any ideas - please send them along. On Wed, Aug 8, 2018 at 1:53 PM, sankalp kohli wrote: > Hi, > Apache Cassandra Blog is now live. Check out the first blog po

Apache Cassandra Blog is now live

2018-08-07 Thread sankalp kohli
Hi, Apache Cassandra Blog is now live. Check out the first blog post. http://cassandra.apache.org/blog/2018/08/07/faster_streaming_in_cassandra.html Thanks, Sankalp

Re: Would cqlsh describe command send query to cassandra server ?

2018-08-07 Thread Benjamin Lerer
Hi, DESCRIBE commands are handled at the driver level not at the server level. The drivers fetch metadata and keep them up to date. When a DESCRIBE command is send, the driver build the output from those metadata. Benjamin On Tue, Aug 7, 2018 at 1:33 PM, 陈仕(shichen)-技术产品中心 wrote: > > Hello, al

Would cqlsh describe command send query to cassandra server ?

2018-08-07 Thread 陈仕(shichen)-技术产品中心
Hello, all. I try to use `desc keyspaces` or desc table t`, and at the same time capture network packets at Cassandra side with tcpdump. My tcpdump command is like this: tcpdump -i eth0 ip host 10.110.27.6 -X But I found no string such as desc or keyspaces or table in the output. So I wonder wh