You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "navithejesh (JIRA)" <ji...@apache.org> on 2015/09/03 12:07:45 UTC

[jira] [Updated] (CASSANDRA-10255) Not able to run cqlsh

     [ https://issues.apache.org/jira/browse/CASSANDRA-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

navithejesh updated CASSANDRA-10255:
------------------------------------
    Description: 
Hi Recently i have upgrade my server from cassandra version 2.0.11 to 2.1.8 using tarball installation.And i have added one node to existing culster with the same version of 2.1.8. All the configuration settings are done but am not able to run cqlsh from bin directory.and this is the error
AttributeError: 'module' object has no attribute 'compress'


./cqlsh
Traceback (most recent call last):
 File "./cqlsh", line 111, in <module>
    from cassandra.cluster import Cluster, PagedResult
File "/home/cassandra/apache-cassandra-2.1.8/bin/../lib/cassandra-driver-internal-only-2.6.0c2.post.zip/cassandra-driver-2.6.0c2.post/cassandra/cluster.py", line 49, in <module>
 File "/home/cassandra/apache-cassandra-2.1.8/bin/../lib/cassandra-driver-internal-only-2.6.0c2.post.zip/cassandra-driver-2.6.0c2.post/cassandra/connection.py", line 88, in <module>
AttributeError: 'module' object has no attribute 'compress'


  was:
Hi Recently i have upgrade my server from cassandra version 2.0.11 to 2.1.8 using tarball installation.And i have added one node to existing culster with the same version of 2.1.8. All the configuration settings are done but am not able to run cqlsh from bin directory.


./cqlsh
Traceback (most recent call last):
 File "./cqlsh", line 111, in <module>
    from cassandra.cluster import Cluster, PagedResult
File "/home/cassandra/apache-cassandra-2.1.8/bin/../lib/cassandra-driver-internal-only-2.6.0c2.post.zip/cassandra-driver-2.6.0c2.post/cassandra/cluster.py", line 49, in <module>
 File "/home/cassandra/apache-cassandra-2.1.8/bin/../lib/cassandra-driver-internal-only-2.6.0c2.post.zip/cassandra-driver-2.6.0c2.post/cassandra/connection.py", line 88, in <module>
AttributeError: 'module' object has no attribute 'compress'



> Not able to run cqlsh 
> ----------------------
>
>                 Key: CASSANDRA-10255
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10255
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Config, Packaging
>         Environment: Linux fedora 21
>            Reporter: navithejesh
>            Priority: Critical
>              Labels: newbie
>             Fix For: 2.1.x
>
>         Attachments: error.jpeg
>
>
> Hi Recently i have upgrade my server from cassandra version 2.0.11 to 2.1.8 using tarball installation.And i have added one node to existing culster with the same version of 2.1.8. All the configuration settings are done but am not able to run cqlsh from bin directory.and this is the error
> AttributeError: 'module' object has no attribute 'compress'
> ./cqlsh
> Traceback (most recent call last):
>  File "./cqlsh", line 111, in <module>
>     from cassandra.cluster import Cluster, PagedResult
> File "/home/cassandra/apache-cassandra-2.1.8/bin/../lib/cassandra-driver-internal-only-2.6.0c2.post.zip/cassandra-driver-2.6.0c2.post/cassandra/cluster.py", line 49, in <module>
>  File "/home/cassandra/apache-cassandra-2.1.8/bin/../lib/cassandra-driver-internal-only-2.6.0c2.post.zip/cassandra-driver-2.6.0c2.post/cassandra/connection.py", line 88, in <module>
> AttributeError: 'module' object has no attribute 'compress'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)