[
https://issues.apache.org/jira/browse/CASSANDRA-11816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dominik Keil updated CASSANDRA-11816:
-------------------------------------
Description:
A COPY TO command throws "get_num_processes() takes no keyword arguments"
I don't know if this worked before, but it does not work in C* 2.2.6 for us
currently
Example commands (authenticated to KS, with "FooBar" being a thrift table):
copy "FooBar" to '/home/foo/bar.csv';
copy "FooBar" to '/home/foo/bar.csv' with NUMPROCESSES=1;
was:
A COPY TO command throws "get_num_processes() takes no keyword arguments"
I don't know if this worked before, but it does not work in C* 2.2.6 for us
currently
> clqsh: COPY TO throws error
> ---------------------------
>
> Key: CASSANDRA-11816
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11816
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Environment: Oracle Java 8, Cassandra 2.2.6
> Reporter: Dominik Keil
>
> A COPY TO command throws "get_num_processes() takes no keyword arguments"
> I don't know if this worked before, but it does not work in C* 2.2.6 for us
> currently
> Example commands (authenticated to KS, with "FooBar" being a thrift table):
> copy "FooBar" to '/home/foo/bar.csv';
> copy "FooBar" to '/home/foo/bar.csv' with NUMPROCESSES=1;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)