DataStax DevCenter is a free visual schema and query environment to create and run Cassandra Query Language (CQL) statements against Apache Cassandra and DataStax Enterprise.
Questions tagged [datastax-devcenter]
3 questions
2
votes
1 answer
Cassanda cql issue : "Batch too large","code":8704
I am getting the below error in select query.
{"error":{"name":"ResponseError","info":"Represents an error message from the server","message":"Batch too large","code":8704,"coordinator":"10.29.96.106:9042"}}

Sumant
- 21
- 2
1
vote
1 answer
Installation of DataStax DevCenter-1.3.1 failed on Windows 8
I get following logs when I try to install it
I have following Java Version
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) Client VM (build 25.60-b23, mixed mode, sharing)

Govind Kalyankar
- 574
- 1
- 4
- 17
0
votes
1 answer
Using bind variable in DevCenter, getting error "Invalid amount of bind variables"
How to use bind variables in a select statement.
When I am using it directly it is retrieving the values as below.
select event_hour
from stage_insight.insight_hourly_ts
where tag_id='UP247490.UPSYSCPWLV001A'
LIMIT 1;
How to use it…

Sumant
- 21
- 2