ExceptionInInitializerError encountered during startup

2017-08-18 Thread Russell Bateman
Cassandra version 3.9, -unit version 3.1.3.2. In my (first ever) unit test, I've coded: @BeforeClass public static void initFakeCassandra() throws InterruptedException, IOException, TTransportException { EmbeddedCassandraServerHelper.startEmbeddedCassandra( 2L ); } Execution crashes

Re: ExceptionInInitializerError encountered during startup

2017-08-22 Thread Russell Bateman
the forum?) Profuse thanks, Russ On 08/18/2017 05:49 PM, Russell Bateman wrote: Cassandra version 3.9, -unit version 3.1.3.2. In my (first ever) unit test, I've coded: @BeforeClass public static void initFakeCassandra() throws InterruptedException, IOException, TTransportException

Re: ExceptionInInitializerError encountered during startup

2017-08-22 Thread Russell Bateman
to get it. It's unclear how it was supposed to get a name. On 08/22/2017 08:48 AM, Myrle Krantz wrote: On Tue, Aug 22, 2017 at 4:21 PM, Russell Bateman <r...@windofkeltia.com> wrote: As this was my first post to this forum, I wonder if someone would reply to it if only to prove to myself tha

Re: ExceptionInInitializerError encountered during startup

2017-08-22 Thread Russell Bateman
. There has been lots of hair-pulling over /slf4j/ as it is and this is not a welcome development. Thanks. On 08/22/2017 12:34 PM, Russell Bateman wrote: Thanks, Myrle. This confirms what I've tried so far. The problem may be an assumed requirement, such as the YAML file and perhaps /log4j

The future: Java 9 and the disappearance of CLASSPATH

2017-09-21 Thread Russell Bateman
We're very new to Cassandra. We implement org.apache.index.Indexdropping a JAR containing our custom-index service into Cassandra's /lib/ subdirectory because this subdirectory is on the classpath. It's early days yet, but I thought I'd ask about the plans for Java 9 given that Jigsaw sort of

Re: How do I install Cassandra on AWS

2017-10-03 Thread Russell Bateman
http://lmgtfy.com/?q=how+to+install+cassandra+on+aws On 10/03/2017 05:28 AM, Lutaya Shafiq Holmes wrote: How do I install Cassandra on AWS- Amazon web services The instructions are not listed there On 10/2/17, Michael Shuler wrote: On 10/02/2017 10:53 AM, Lutaya

Re: [RELEASE] Apache Cassandra 3.11.1 released

2017-10-11 Thread Russell Bateman
I got it on Linux Mint via the Update Manager this morning already. On 10/11/2017 07:33 AM, Lucas Benevides wrote: Hello Michael Schuler, When will this version become available for upgrade from apt-get? I visited the address http://www.apache.org/dist/cassandra/debian and there was no

Re: Policy on 3.11.0 packages...

2017-12-06 Thread Russell Bateman
Ah, thanks, this will do, I think. On 12/06/2017 10:49 AM, Michael Shuler wrote: Old packages are always in the deb repo pool, but reprepro-built metadata lists only the latest with apt. `wget` and `dpkg` are your friends here. RPM should "just work" for old packages, I think. 3.11.0 is still

Policy on 3.11.0 packages...

2017-12-06 Thread Russell Bateman
We maintain a custom-index plug-in that we haven't ported to 3.11.1 which is a non-zero effort. (Stratio's Lucene plug-in is in the same boat here.) I would like to inquire as to the non-availability of Debian and RPM packages for Cassandra 3.11.0 now that 3.11.1 is the latest. What's the

Re: Mongo DB vs Cassandra

2018-05-31 Thread Russell Bateman
Sudhakar, MongoDB will accommodate loading CSV without regard to schema while still creating identifiable "columns" in the database, but you'll have to predict or back-impose some schema later if you're going to create indices for fast searching of the data. You can perform searching of data

Re: Cassandra Needs to Grow Up by Version Five!

2018-02-20 Thread Russell Bateman
I ask Cassandra to be a database that is high-performance, highly scalable with no single point of failure. Anything "cool" that's added beyond must be added only as a separate, optional ring around Cassandra and must not get in the way of my usage. Yes, I would like some help with some of

Re: JVM Tuning post

2018-04-11 Thread Russell Bateman
Nice write-up. G1GC became the default garbage collection mechanism beginning in Java 9, right? On 04/11/2018 09:05 AM, Joao Serrachinha wrote: Many thanks to "The Last Pickle", also for TWCS advice's. Especially for C* new features on version 3.11.1 Regards, João On 11/04/2018 16:00, Jon