The following warning appears every time I start cqlsh:- warning: pyreadline dependency missing. Install to enable tab completion. Please help me through this..
相关问题
- What version of Java does Cassandra 3 require
- Filter from Cassandra table by RDD values
- cassandra: can you query against a collection fiel
- How to understand the 'Flexible schema' in
- NoHostAvailableException With Cassandra & DataStax
相关文章
- Cassandra Read a negative frame size
- How does cassandra split keyspace data when multip
- How does Cassandra scale horizontally ?
- Modelling a Chat like Application in Firebase
- NoSQL Injection? (PHP->phpcassa->Cassandra)
- Executing CQL through Shell Script?
- Spark and Cassandra Java Application Exception Pro
- How to access the local data of a Cassandra node
What version are you running, it looks like this has been fixed in a fairly low version.
https://issues.apache.org/jira/browse/CASSANDRA-7749
I would guess that most likely you are running on windows in which case just follow this here: ipython on Windows 7 can't find pyreadline
If this is not the case simply go to https://pypi.python.org/pypi/pyreadline/ and follow install instructions.
Install pyreadline for DataStax Cassandra
This will update the Python distribution bundled with Datastax Community Edition.