Abhinav Johri created CASSANDRA-12284: -----------------------------------------
Summary: 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)