Re: Streaming failures during bulkloading data using CqlBulkOutputFormat

2015-03-05 Thread Yuki Morishita
Thanks! On Thu, Mar 5, 2015 at 11:10 AM, Aby Kuruvilla wrote: > Thanks Yuki, have created a JIRA ticket > > https://issues.apache.org/jira/browse/CASSANDRA-8924 > > On Thu, Mar 5, 2015 at 10:34 AM, Yuki Morishita wrote: >> >> Thanks. >> It looks like a bug. Can you create a ticket on JIRA? >> >>

Re: Streaming failures during bulkloading data using CqlBulkOutputFormat

2015-03-05 Thread Aby Kuruvilla
Thanks Yuki, have created a JIRA ticket https://issues.apache.org/jira/browse/CASSANDRA-8924 On Thu, Mar 5, 2015 at 10:34 AM, Yuki Morishita wrote: > Thanks. > It looks like a bug. Can you create a ticket on JIRA? > > https://issues.apache.org/jira/browse/CASSANDRA > > On Thu, Mar 5, 2015 at 7:

Re: Streaming failures during bulkloading data using CqlBulkOutputFormat

2015-03-05 Thread Yuki Morishita
Thanks. It looks like a bug. Can you create a ticket on JIRA? https://issues.apache.org/jira/browse/CASSANDRA On Thu, Mar 5, 2015 at 7:56 AM, Aby Kuruvilla wrote: > Hi Yuki > > Thanks for the reply! > > Here is the log from Cassandra server for the stream failure > > INFO [STREAM-INIT-/192.168.

Re: Streaming failures during bulkloading data using CqlBulkOutputFormat

2015-03-05 Thread Aby Kuruvilla
Hi Yuki Thanks for the reply! Here is the log from Cassandra server for the stream failure INFO [STREAM-INIT-/192.168.56.1:58578] 2015-03-04 09:20:23,816 StreamResultFuture.java:109 - [Stream #98ba8730-c279-11e4-b8e9-55374d280508 ID#0] Creating new streaming plan for Bulk Load INFO [STREAM-INI

Re: Streaming failures during bulkloading data using CqlBulkOutputFormat

2015-03-04 Thread Yuki Morishita
Do you have corresponding error in the other side of the stream (/192.168.56.11)? On Wed, Mar 4, 2015 at 9:11 AM, Aby Kuruvilla wrote: > I am trying to use the CqlBulkOutputFormat in a Hadoop job to bulk load data > into Cassandra. Was not able to find any documentation of this new output > for

Streaming failures during bulkloading data using CqlBulkOutputFormat

2015-03-04 Thread Aby Kuruvilla
I am trying to use the CqlBulkOutputFormat in a Hadoop job to bulk load data into Cassandra. Was not able to find any documentation of this new output format , but from looking through the code this uses CQLSSTableWriter to write SSTable files to disk , which are then streamed to Cassandra using S