You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stefania (JIRA)" <ji...@apache.org> on 2016/07/25 00:21:20 UTC

[jira] [Commented] (CASSANDRA-12284) Cqlsh not supporting Copy command

    [ https://issues.apache.org/jira/browse/CASSANDRA-12284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391210#comment-15391210 ] 

Stefania commented on CASSANDRA-12284:
--------------------------------------

I don't know who is responsible for the pip cqlsh packages, [~mshuler] any ideas?

This call stack makes no sense to me: perform_csv_export was removed before the copy module was renamed to copyutil, so I really don't understand which version it might be.

Anyway, [~johri21], can you remove the version of cqlsh that was installed with pip and instead install Cassandra, using the same version as the server, and use the cqlsh that ships with the Cassandra package?

> Cqlsh not supporting Copy command
> ---------------------------------
>
>                 Key: CASSANDRA-12284
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12284
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CQL
>         Environment: Debian and OSX(yosemite)
>            Reporter: Abhinav Johri
>             Fix For: 3.3
>
>
> I installed cqlsh for my cassandra server using pip command.
> I wanted to copy a table as CSV to my local system so I used COPY TO command but it threw me the following error.
> Traceback (most recent call last):
>   File "/usr/local/bin/cqlsh", line 1133, in onecmd
>     self.handle_statement(st, statementtext)
>   File "/usr/local/bin/cqlsh", line 1170, in handle_statement
>     return custom_handler(parsed)
>   File "/usr/local/bin/cqlsh", line 1837, in do_copy
>     rows = self.perform_csv_export(ks, cf, columns, fname, opts)
>   File "/usr/local/bin/cqlsh", line 1956, in perform_csv_export
>     csv_options, dialect_options, unrecognized_options = copyutil.parse_options(self, opts)
> AttributeError: 'module' object has no attribute 'parse_options'



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