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

2018-08-07 Thread shichen)-
nd is send, the driver build the output from those metadata. Benjamin On Tue, Aug 7, 2018 at 1:33 PM, 陈仕(shichen)-技术产品中心 wrote: > > 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. >

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