[
https://issues.apache.org/jira/browse/CASSANDRA-7814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14384189#comment-14384189
]
Benjamin Lerer commented on CASSANDRA-7814:
-------------------------------------------
After removing the existing driver that was on my System path I ran into the
following error:
{quote}Python Cassandra driver not installed, or not on PYTHONPATH.
You might try "pip install cassandra-driver".{quote}
I printed out the the path that cqlsh was using to load the cassandra driver
and found:
{{myPathToTheBinDirectory..\lib\cassandra-driver-internal-only-2.1.4.post.3d578f9b69.zip\cassandra-driver-2.1.4.post.3d578f9b69}}
I looked into the zip file and found out that the root directory was:
{{cassandra-driver-2.1.4.post0}} which explain why the driver could not be
loaded.
> enable describe on indices
> --------------------------
>
> Key: CASSANDRA-7814
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7814
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: radha
> Assignee: Stefania
> Priority: Minor
> Fix For: 2.1.4
>
>
> Describe index should be supported, right now, the only way is to export the
> schema and find what it really is before updating/dropping the index.
> verified in
> [cqlsh 3.1.8 | Cassandra 1.2.18.1 | CQL spec 3.0.0 | Thrift protocol 19.36.2]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)