【发布时间】:2016-12-28 11:30:26
【问题描述】:
当我尝试使用 datastax 驱动程序 3.0 运行“describe keyspace keyspacename”命令时,它给了我一个错误
Exception in thread "main" com.datastax.driver.core.exceptions.SyntaxError: line 1:0 no viable alternative at input 'DESCRIBE' ([DESCRIBE]...)
如何运行“describe keyspace keyspacename”命令?
【问题讨论】:
标签: cassandra datastax-java-driver