Re: Issues while using TWCS compaction and Bulkloader

2017-04-28 Thread Alain RODRIGUEZ
tions earlier, I hope it is still useful. C*heers, --- Alain Rodriguez - @arodream - al...@thelastpickle.com France The Last Pickle - Apache Cassandra Consulting http://www.thelastpickle.com 2017-03-28 0:26 GMT+02:00 eugene miretsky : > Hi, > > We have a Cassandra 3.0.8 cluster, and we use t

Issues while using TWCS compaction and Bulkloader

2017-03-27 Thread eugene miretsky
Hi, We have a Cassandra 3.0.8 cluster, and we use the Bulkloader <http://www.datastax.com/dev/blog/using-the-cassandra-bulk-loader-updated> to upload time series data nightly. The data has a 3day TTL, and the compaction window unit is 1h. Generally the data fits into memory, all reads are

Re: EOFException in bulkloader, then IllegalStateException

2014-01-27 Thread Robert Coli
On Mon, Jan 27, 2014 at 5:44 AM, Erik Forsberg wrote: > On 2014-01-27 12:56, Erik Forsberg wrote: > > This is on Cassandra 1.2.1. I know that's pretty old, but I would like to > avoid upgrading until I have made this migration from old to new hardware. > Upgrading to 1.2.13 might be an option. >

Re: EOFException in bulkloader, then IllegalStateException

2014-01-27 Thread Erik Forsberg
On 2014-01-27 12:56, Erik Forsberg wrote: This is on Cassandra 1.2.1. I know that's pretty old, but I would like to avoid upgrading until I have made this migration from old to new hardware. Upgrading to 1.2.13 might be an option. Update: Exactly the same behaviour on Cassandra 1.2.13. Thanks

EOFException in bulkloader, then IllegalStateException

2014-01-27 Thread Erik Forsberg
Hi! I'm bulkloading from Hadoop to Cassandra. Currently in the process of moving to new hardware for both Hadoop and Cassandra, and while testrunning bulkload, I see the following error: Exception in thread "Streaming to /2001:4c28:1:413:0:1:1:12:1" java.lang.RuntimeException: java.io.EOFExc

Re: Issues running Bulkloader program on AIX server

2013-04-09 Thread aaron morton
Frame size may be small. See cassandra env for help. Segments broken now. https://github.com/apache/cassandra/blob/cassandra-1.2/conf/cassandra-env.sh#L187 Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 9/04/2013

Re: Issues running Bulkloader program on AIX server

2013-04-08 Thread praveen.akunuru
Thanks Aaron. We managed to sort out the Snappyjava issue by using snappy-java-1.1.0-M3.jar available at http://code.google.com/p/snappy-java/downloads/list. We are still facing issue with the below error when using Java 1.6. Unhandled exception Type=Segmentation error vmState=0xJ9 Gen

Re: Issues running Bulkloader program on AIX server

2013-04-05 Thread aaron morton
We are trying to run the bulk loader from AIX 6.1 server. Java version 1.5. > > Regards, > Praveen > > From: Praveen Akunuru > Date: Thursday, April 4, 2013 12:21 PM > To: "user@cassandra.apache.org" > Subject: Issues running Bulkloader program on AIX serv

Re: Issues running Bulkloader program on AIX server

2013-04-04 Thread praveen.akunuru
ursday, April 4, 2013 12:21 PM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Issues running Bulkloader program on AIX server Hi All, I am facing issues with running java Bulkloader program from a AIX server. The

Issues running Bulkloader program on AIX server

2013-04-03 Thread praveen.akunuru
Hi All, I am facing issues with running java Bulkloader program from a AIX server. The program is working fine on Linux server. I am receiving the below error on AIX. Can anyone help me in getting this working? java.lang.reflect.InvocationTargetException at

Re: BulkLoader

2011-12-09 Thread Brandon Williams
On Fri, Dec 9, 2011 at 8:03 AM, Alain RODRIGUEZ wrote: > Hi, I'm running a 4 nodes Cassandra cluster, and I'm facing the same problem > (node not present on nodetool ring, but unreachable on CLI describe > cluster...). I'm currently running version 1.0.2, but I have update from > 0.8.x, the proble

Re: BulkLoader

2011-12-09 Thread Alain RODRIGUEZ
or the info Brandon. I'll do the upgrade once 0.8.8 is released. >> >> >> On Wed, Nov 16, 2011 at 2:43 PM, Brandon Williams wrote: >> >>> On Mon, Nov 14, 2011 at 2:49 PM, Giannis Neokleous >>> wrote: >>> > Hello everyone, >>> >

Re: BulkLoader

2011-12-09 Thread Alain RODRIGUEZ
7;re using the bulk loader to load data every day to Cassandra. The >> > machines that use the bulkloader are diferent every day so their IP >> > addresses change. When I do "describe cluster" i see all the unreachable >> > nodes that keep piling up for the past few days

Re: BulkLoader

2011-11-18 Thread Giannis Neokleous
d data every day to Cassandra. The > > machines that use the bulkloader are diferent every day so their IP > > addresses change. When I do "describe cluster" i see all the unreachable > > nodes that keep piling up for the past few days. Is there a way to remove > > those

Re: BulkLoader

2011-11-16 Thread Brandon Williams
On Mon, Nov 14, 2011 at 2:49 PM, Giannis Neokleous wrote: > Hello everyone, > > We're using the bulk loader to load data every day to Cassandra. The > machines that use the bulkloader are diferent every day so their IP > addresses change. When I do "describe cluster&q

RE: BulkLoader

2011-11-15 Thread Quintero
mike...@thomsonreuters.com wrote: >Thanks, Giannis. Looking forward to ... > >Mike > >From: Giannis Neokleous [mailto:gian...@generalsentiment.com] >Sent: Tuesday, November 15, 2011 7:01 AM >To: ehers...@gmail.com >Cc: user@cassandra.apache.org >Subject: Re: BulkLoa

RE: BulkLoader

2011-11-15 Thread mike.li
Thanks, Giannis. Looking forward to ... Mike From: Giannis Neokleous [mailto:gian...@generalsentiment.com] Sent: Tuesday, November 15, 2011 7:01 AM To: ehers...@gmail.com Cc: user@cassandra.apache.org Subject: Re: BulkLoader Hi Mike, I'll try and write a blog post soon about it and share

Re: BulkLoader

2011-11-15 Thread Giannis Neokleous
t;> ** ** >>> >>> Can you share a little bit on how to use the bulk loader ? We’re >>> considering use bulk loader for a user case. >>> >>> ** ** >>> >>> Thanks, >>> >>> Mike >>> >>&

Re: BulkLoader

2011-11-15 Thread Giannis Neokleous
; ** ** >> >> Can you share a little bit on how to use the bulk loader ? We’re >> considering use bulk loader for a user case. >> >> ** ** >> >> Thanks, >> >> Mike >> >> ** ** >> >> *From:* Gia

Re: BulkLoader

2011-11-14 Thread ehers...@gmail.com
oader ? We’re > considering use bulk loader for a user case. > > ** ** > > Thanks, > > Mike > > ** ** > > *From:* Giannis Neokleous [mailto:gian...@generalsentiment.com] > *Sent:* Monday, November 14, 2011 2:50 PM > *To:* user@cassandra.

RE: BulkLoader

2011-11-14 Thread mike.li
Hello Giannis, Can you share a little bit on how to use the bulk loader ? We're considering use bulk loader for a user case. Thanks, Mike From: Giannis Neokleous [mailto:gian...@generalsentiment.com] Sent: Monday, November 14, 2011 2:50 PM To: user@cassandra.apache.org Subject: BulkL

BulkLoader

2011-11-14 Thread Giannis Neokleous
Hello everyone, We're using the bulk loader to load data every day to Cassandra. The machines that use the bulkloader are diferent every day so their IP addresses change. When I do "describe cluster" i see all the unreachable nodes that keep piling up for the past few days. Is

Re: BulkLoader

2011-07-13 Thread Sylvain Lebresne
gt; -- > Sylvain > > On Wed, Jul 13, 2011 at 3:46 PM, Stephen Pope wrote: >>  Ahhh..ok. Thanks. >> >> -Original Message- >> From: Jonathan Ellis [mailto:jbel...@gmail.com] >> Sent: Wednesday, July 13, 2011 11:35 AM >> To: user@cassandra.apache.

Re: BulkLoader

2011-07-13 Thread Sylvain Lebresne
PM, Stephen Pope wrote: >  Ahhh..ok. Thanks. > > -Original Message- > From: Jonathan Ellis [mailto:jbel...@gmail.com] > Sent: Wednesday, July 13, 2011 11:35 AM > To: user@cassandra.apache.org > Subject: Re: BulkLoader > > Because it's hooking directly into

RE: BulkLoader

2011-07-13 Thread Stephen Pope
Ahhh..ok. Thanks. -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Wednesday, July 13, 2011 11:35 AM To: user@cassandra.apache.org Subject: Re: BulkLoader Because it's hooking directly into gossip, so the local instance it's ignoring is the bulkload

Re: BulkLoader

2011-07-13 Thread Jonathan Ellis
Because it's hooking directly into gossip, so the local instance it's ignoring is the bulkloader process, not Cassandra. You'd need to run the bulkloader from a different IP, than Cassandra. On Wed, Jul 13, 2011 at 8:22 AM, Stephen Pope wrote: >  Fair enough. My original qu

RE: BulkLoader

2011-07-13 Thread Stephen Pope
Fair enough. My original question stands then. :) Why aren't you allowed to talk to a local installation using BulkLoader? -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Wednesday, July 13, 2011 11:06 AM To: user@cassandra.apache.org Subject: Re: BulkL

Re: BulkLoader

2011-07-13 Thread Jonathan Ellis
Sure, that will work fine with a single machine. The advantage of bulkloader is it handles splitting the sstable up and sending each piece to the right place(s) when you have more than one. On Wed, Jul 13, 2011 at 7:47 AM, Stephen Pope wrote: >  I think I've solved my own problem her

RE: BulkLoader

2011-07-13 Thread Stephen Pope
Pope [mailto:stephen.p...@quest.com] Sent: Wednesday, July 13, 2011 9:32 AM To: user@cassandra.apache.org Subject: BulkLoader I'm trying to figure out how to use the BulkLoader, and it looks like there's no way to run it against a local machine, because of this:

BulkLoader

2011-07-13 Thread Stephen Pope
I'm trying to figure out how to use the BulkLoader, and it looks like there's no way to run it against a local machine, because of this: Set hosts = Gossiper.instance.getLiveMembers(); hosts.remove(FBUtilities.getLocalAddress()); if (hos