[
https://issues.apache.org/jira/browse/CASSANDRA-11574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251642#comment-15251642
]
Stefania commented on CASSANDRA-11574:
--------------------------------------
Here is the patch for all branches affected:
||2.1||2.2||3.0||trunk||
|[patch|https://github.com/stef1927/cassandra/commits/11574-2.1]|[patch|https://github.com/stef1927/cassandra/commits/11574-2.2]|[patch|https://github.com/stef1927/cassandra/commits/11574-3.0]|[patch|https://github.com/stef1927/cassandra/commits/11574]|
|[dtest|http://cassci.datastax.com/view/Dev/view/stef1927/job/stef1927-11574-2.1-dtest/]|[dtest|http://cassci.datastax.com/view/Dev/view/stef1927/job/stef1927-11574-2.2-dtest/]|[dtest|http://cassci.datastax.com/view/Dev/view/stef1927/job/stef1927-11574-3.0-dtest/]|[dtest|http://cassci.datastax.com/view/Dev/view/stef1927/job/stef1927-11574-dtest/]|
The 2.1 patch up-merges upwards without conflicts. It's so trivial that I've
run CI only on 3.0. We need to request to the test eng. team to set-up a cqlsh
job where we run the copy tests with the Cython extensions enabled. cc
[~philipthompson].
[~thobbs] or [~pauloricardomg] would you mind reviewing?
> COPY FROM command in cqlsh throws error
> ---------------------------------------
>
> Key: CASSANDRA-11574
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11574
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Environment: Operating System: Ubuntu Server 14.04
> JDK: Oracle JDK 8 update 77
> Python: 2.7.6
> Reporter: Mahafuzur Rahman
> Assignee: Stefania
> Fix For: 2.1.x, 2.2.x, 3.0.x, 3.x
>
>
> Any COPY FROM command in cqlsh is throwing the following error:
> "get_num_processes() takes no keyword arguments"
> Example command:
> COPY inboxdata
> (to_user_id,to_user_network,created_time,attachments,from_user_id,from_user_name,from_user_network,id,message,to_user_name,updated_time)
> FROM 'inbox.csv';
> Similar commands worked parfectly in the previous versions such as 3.0.4
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)