You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Rakesh Kumar <dc...@aim.com> on 2016/03/09 23:16:47 UTC

Possible bug in Cassandra

Cassandra : 3.3
CQLSH      : 5.0.1

If there is a typo in the column name of the copy command, we get this:


copy mytable (event_id,event_class_cd,event_ts,receive_ts,event_source_instance,client_id,client_id_type,event_tag,event_udf,client_event_date)
from '/pathtofile.dat'
with DELIMITER = '|' AND NULL = 'NULL' AND DATETIMEFORMAT='%Y-%m-%d %H:%M:%S.%f' ;



Starting copy of mytable with columns ['event_id', 'event_class_cd', 'event_ts', 'receive_ts', 'event_source_instance', 'client_id', 'client_id_type', 'event_tag', 'event_udf', 'event_client_date'].
                              
load_ravitest.cql:5:13 child process(es) died unexpectedly, aborting



the typo was in the name of event_client_date. It should have been client_event_date.



Re: Possible bug in Cassandra

Posted by Stefania Alborghetti <st...@datastax.com>.
Thank you for reporting this.

I've filed https://issues.apache.org/jira/browse/CASSANDRA-11333.

On Thu, Mar 10, 2016 at 6:16 AM, Rakesh Kumar <dc...@aim.com> wrote:

> Cassandra : 3.3
> CQLSH      : 5.0.1
>
> If there is a typo in the column name of the copy command, we get this:
>
> copy mytable
> (event_id,event_class_cd,event_ts,receive_ts,event_source_instance,client_id,client_id_type,event_tag,event_udf,client_event_date)
> from '/pathtofile.dat'
> with DELIMITER = '|' AND NULL = 'NULL' AND DATETIMEFORMAT='%Y-%m-%d
> %H:%M:%S.%f' ;
>
> Starting copy of mytable with columns ['event_id', 'event_class_cd',
> 'event_ts', 'receive_ts', 'event_source_instance', 'client_id',
> 'client_id_type', 'event_tag', 'event_udf', 'event_client_date'].
>
> load_ravitest.cql:5:13 child process(es) died unexpectedly, aborting
>
> the typo was in the name of event_client_date. It should have been
> client_event_date.
>
>


-- 


[image: datastax_logo.png] <http://www.datastax.com/>

Stefania Alborghetti

Apache Cassandra Software Engineer

|+852 6114 9265| stefania.alborghetti@datastax.com