Re: Running Cassandra on FreeBSD

2017-11-20 Thread Jeronimo de A. Barros
Jens, Al Tobey's Cassandra 2.1 tuning guide has excellents infos about running Cassandra. Apparently he uses Arch Linux and we've been using Slackware Linux in a 12 node cluster (2 DCs 6/6) for the last 3 years with no problems. https://tobert.github.io/pages/als-cassandra-21-tuning-guide.html Y

Re: Running Cassandra on FreeBSD

2017-11-18 Thread Jens Grassel
Hi Michael, On Fri, 17 Nov 2017 08:22:20 -0600 Michael Shuler wrote: MS> That ML post was linked on: MS> https://issues.apache.org/jira/browse/CASSANDRA-8325 MS> MS> That JIRA has a couple patches you might look at for examples. thanks. Sadly we don't have time to dive deep into this therefore

Re: Running Cassandra on FreeBSD

2017-11-18 Thread Jens Grassel
Hi Johnny, On Fri, 17 Nov 2017 14:45:21 +0100 Johnny Miller wrote: JM> I don't believe it is supported on FreeBSD - I would recommend you JM> stick to the list here: JM> https://docs.datastax.com/en/landing_page/doc/landing_page/supportedPlatforms.html thanks for the information. I guess we'l

Re: Running Cassandra on FreeBSD

2017-11-17 Thread Michael Shuler
Looks simlar to: https://lists.freebsd.org/pipermail/freebsd-stable/2014-October/080834.html That ML post was linked on: https://issues.apache.org/jira/browse/CASSANDRA-8325 That JIRA has a couple patches you might look at for examples. -- Kind regards, Michael On 11/17/2017 04:06 AM, Jens Gr

Re: Running Cassandra on FreeBSD

2017-11-17 Thread Johnny Miller
Jens, I don't believe it is supported on FreeBSD - I would recommend you stick to the list here: https://docs.datastax.com/en/landing_page/doc/landing_page/supportedPlatforms.html . Also, I would suggest using Oracle JDK. Regards, Johnny On 17 November 2017 at 11:06, Jens Grassel wrote: > H

Re: Running Cassandra in Integration Tests

2017-04-28 Thread kurt greaves
Use ccmlib. https://github.com/pcmanus/ccm On 28 April 2017 at 12:59, Matteo Moci wrote: > Sorry for bumping this old thread, but what would be your suggestion for > programmatically start/stop nodes in a cluster? > > I'd like to make some experiments and perform QUORUM writes against a > cluste

Re: Running Cassandra in Integration Tests

2017-04-28 Thread Matteo Moci
Sorry for bumping this old thread, but what would be your suggestion for programmatically start/stop nodes in a cluster? I'd like to make some experiments and perform QUORUM writes against a cluster (REPLICATION=3) with alternatively 2 or 3 nodes up, starting/stopping/restarting nodes in the middl

Re: Running cassandra

2017-03-19 Thread Long Quanzheng
Hi I can start my cassandra but I can't do any actions even with the superuser "cassandra". cassandra@cqlsh> list roles; Unauthorized: Error from server: code=2100 [Unauthorized] message="You have to be logged in and not anonymous to perform this request" cassandra@cqlsh> CREATE USER dba WITH PAS

Re: Running cassandra

2017-03-19 Thread benjamin roth
You're welcome! 2017-03-19 18:41 GMT+01:00 Long Quanzheng : > You are RIGHT! > It's working after I remove the env variable GREP_OPTIONS. > > Thanks! > > 2017-03-19 10:08 GMT-07:00 benjamin roth : > >> I once had the same problem. In my case it was the coloured output of >> grep that injected ans

Re: Running cassandra

2017-03-19 Thread Long Quanzheng
You are RIGHT! It's working after I remove the env variable GREP_OPTIONS. Thanks! 2017-03-19 10:08 GMT-07:00 benjamin roth : > I once had the same problem. In my case it was the coloured output of grep > that injected ansi codes into the CS startup command. > > Am 19.03.2017 18:07 schrieb "Long

Re: Running cassandra

2017-03-19 Thread benjamin roth
I once had the same problem. In my case it was the coloured output of grep that injected ansi codes into the CS startup command. Am 19.03.2017 18:07 schrieb "Long Quanzheng" : > Hi > It still doesn't work. > > The real problem is this error: > > Error: Could not find or load main class -ea > > Th

Re: Running cassandra

2017-03-19 Thread Long Quanzheng
Hi It still doesn't work. The real problem is this error: Error: Could not find or load main class -ea Thanks Long On Sun, Mar 19, 2017 at 3:16 AM Vinci wrote: > You need to have a log directory to be able to run cassandra. > > mkdir logs > > then start the cassandra process. > > Ori

Re: Running Cassandra in Integration Tests

2016-10-07 Thread Eric Stevens
If you happen to be using Scala, we recently released some tooling we wrote around using CCM for integration testing: https://github.com/protectwise/cassandra-util You define clusters and nodes in configuration, then ask the service to go: https://github.com/protectwise/cassandra-util/blob/master/

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Edward Capriolo
Checkout https://github.com/edwardcapriolo/farsandra. It falls under the realm of almost 100% pure java (besides the fact it uses some shell to launch Cassandra). On Thu, Oct 6, 2016 at 7:08 PM, Ali Akhtar wrote: > Is it possible to create an isolated cassandra instance which is run > during int

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Jonathan Haddad
3.9 falls under the Tick Tock release cycle, which is almost completely untested in production by experienced operators. In the cases where it has been tested, there have been numerous bugs found which I (and I think most people on this list) consider to be show stoppers. Additionally, the Tick T

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Peddi, Praveen
Akhtar mailto:ali.rac...@gmail.com>> Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Thursday, October 6, 2016 at 8:44 PM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>&quo

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Peddi, Praveen
ra.apache.org>" mailto:user@cassandra.apache.org>> Date: Thursday, October 6, 2016 at 8:44 PM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: Running Cassandra in Integration Tests Peddi @ Amazon

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Ali Akhtar
gt;> cassandraDaemon.init(null); >> cassandraDaemon.start(); >> >> //stop cassandra after tests are done >> cassandraDaemon.stop(); >> >> From: Ali Akhtar >> Reply-To: "user@cassandra.apache.org" >> Date: Thursday, October 6, 2016 at 8:44

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Ali Akhtar
.apache.org" > Date: Thursday, October 6, 2016 at 8:44 PM > > To: "user@cassandra.apache.org" > Subject: Re: Running Cassandra in Integration Tests > > Peddi @ Amazon, would you be able to share your code such as in a gist, if > possible, please? > > Also, which ve

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Peddi, Praveen
rg>> Date: Thursday, October 6, 2016 at 8:44 PM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: Running Cassandra in Integration Tests Peddi @ Amazon, would you be able to share your code such as in a

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Ali Akhtar
ntiate CassandraDeamon after setting system property of > cassandra.config={yaml location}. It works fine for our needs. > > Praveen > > From: Ali Akhtar > Reply-To: "user@cassandra.apache.org" > Date: Thursday, October 6, 2016 at 8:35 PM > To: "user@cassandra.

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Kant Kodali
embedded cassandra instance? you mean dont persist any data to disk? If so I dont see that being possible at this time. prior to running your test code you just run shell script and after test truncate everything and bring down the instance. one way or other this needs to happen underneath so I don

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Peddi, Praveen
.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Thursday, October 6, 2016 at 8:35 PM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: Running Cassandra in Integrat

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Ali Akhtar
That looks great Andrew, but it doesn't seem to have been committed to for 5 months. Is anyone still using cassandra-unit , does it work with latest cassandra versions (e.g 3.9)? On Fri, Oct 7, 2016 at 5:33 AM, Andrew Tolbert wrote: > Hi Ali, > > cassandra-unit

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Andrew Tolbert
Hi Ali, cassandra-unit might be what you are looking for. It allows you to run an embedded cassandra instance along side your tests and has some nice integration with JUnit. Thanks, Andy On Thu, Oct 6, 2016 at 7:13 PM Ali Akhtar wrote: > Ok, but t

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Ali Akhtar
Ok, but that's not what this question is about. I'm looking for a way to run an embedded cassandra instance which is created & destroyed during tests and which doesn't persist any state outside the tests. On Fri, Oct 7, 2016 at 5:10 AM, Kant Kodali wrote: > you dont need to look for cassandra

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Kant Kodali
you dont need to look for cassandra java api to start/stop instance. you just need to write a shell script or python or java or any language to execute shell commands! On Thu, Oct 6, 2016 4:57 PM, Ali Akhtar ali.rac...@gmail.com wrote: Okay.. but how would I start this instance? Is there a j

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Ali Akhtar
Okay.. but how would I start this instance? Is there a java api to programmatically start / destroy an instance during tests? On Fri, Oct 7, 2016 at 4:56 AM, Kant Kodali wrote: > sure as long as that isolated instance is treated as separate cluster you > shouldn't run into any problems. > > > >

Re: Running Cassandra in Integration Tests

2016-10-06 Thread Kant Kodali
sure as long as that isolated instance is treated as separate cluster you shouldn't run into any problems. On Thu, Oct 6, 2016 4:08 PM, Ali Akhtar ali.rac...@gmail.com wrote: Is it possible to create an isolated cassandra instance which is run during integration tests and it disappears after

Re: Running Cassandra on Java 8 u60..

2015-09-28 Thread Jonathan Haddad
There are plenty of people running huge clusters on G1. On Mon, Sep 28, 2015 at 12:30 AM Nathan Bijnens wrote: > We are running OpenJDK7 with G1GC and encountered no issues so far. We > took the tuning parameters from the Cassandra 3.0 branch. > > Kind regards, > Nathan > > On Mon, Sep 28, 201

Re: Running Cassandra on Java 8 u60..

2015-09-28 Thread Nathan Bijnens
We are running OpenJDK7 with G1GC and encountered no issues so far. We took the tuning parameters from the Cassandra 3.0 branch. Kind regards, Nathan On Mon, Sep 28, 2015 at 6:25 AM Kevin Burton wrote: > Possibly for existing apps… we’re running G1 for everything except > Elasticsearch and Ca

Re: Running Cassandra on Java 8 u60..

2015-09-27 Thread Kevin Burton
Possibly for existing apps… we’re running G1 for everything except Elasticsearch and Cassandra and are pretty happy with it. On Sun, Sep 27, 2015 at 10:28 AM, Graham Sanderson wrote: > IMHO G1 is still buggy on JDK8 (based solely on being subscribed to the > gc-dev mailing list)… I think JDK9 wi

Re: Running Cassandra on Java 8 u60..

2015-09-27 Thread Graham Sanderson
IMHO G1 is still buggy on JDK8 (based solely on being subscribed to the gc-dev mailing list)… I think JDK9 will be the one. > On Sep 25, 2015, at 7:14 PM, Stefano Ortolani wrote: > > I think those were referring to Java7 and G1GC (early versions were buggy). > > Cheers, > Stefano > > > On Fr

Re: Running Cassandra on Java 8 u60..

2015-09-25 Thread Jeff Jirsa
We saw no problems with 8u60. From: on behalf of Kevin Burton Reply-To: "user@cassandra.apache.org" Date: Friday, September 25, 2015 at 5:08 PM To: "user@cassandra.apache.org" Subject: Running Cassandra on Java 8 u60.. Any issues with running Cassandra 2.0.16 on Java 8? I remember there is

Re: Running Cassandra on Java 8 u60..

2015-09-25 Thread Stefano Ortolani
I think those were referring to Java7 and G1GC (early versions were buggy). Cheers, Stefano On Fri, Sep 25, 2015 at 5:08 PM, Kevin Burton wrote: > Any issues with running Cassandra 2.0.16 on Java 8? I remember there is > long term advice on not changing the GC but not the underlying version of

Re: Running Cassandra on mixed OS

2015-03-02 Thread Robert Coli
On Mon, Mar 2, 2015 at 6:43 AM, wrote: > Have any of you run a single Cassandra cluster on a mix of OS (Red Hat 5 > and 6, for example), but with the same JVM? Any issues or concerns? If > there are problems, how do you handle OS upgrades? > If you are running the same version of Cassandra in b

RE: Running Cassandra on mixed OS

2015-03-02 Thread SEAN_R_DURITY
This is not for the long haul, but in order to accomplish an OS upgrade across the cluster, without taking an outage. Sean Durity From: Jonathan Haddad [mailto:j...@jonhaddad.com] Sent: Monday, March 02, 2015 1:15 PM To: user@cassandra.apache.org Subject: Re: Running Cassandra on mixed OS I

Re: Running Cassandra on mixed OS

2015-03-02 Thread Jonathan Haddad
I would really not recommend this. There's enough issues that can come up with a distributed database that can make it hard to pinpoint problems. In an ideal world, every machine would be completely identical. Don't set yourself up for fail. Pin the OS & all packages to specific versions. On M

Re: Running Cassandra + Spark on AWS - architecture questions

2015-02-23 Thread Clint Kelly
These are both good suggestions, thanks! I thought I had remembered reading that different virtual datacenters should always have the same number of nodes. I think I was mistaken about that. In the past we had major issues running huge analytics jobs on data stored in HBase (it would bring down

Re: Running Cassandra + Spark on AWS - architecture questions

2015-02-22 Thread Eric Stevens
I'm not sure if this is a good use case for you, but you might also consider setting up several keyspaces, one for any data you want available for analytics (such as business object tables), and one for data you don't want to do analytics on (such as custom secondary indices). Maybe a third one fo

Re: Running Cassandra + Spark on AWS - architecture questions

2015-02-20 Thread DuyHai Doan
"Cassandra would take care of keeping the data synced between the two sets of five nodes. Is that correct?" Correct "But doing so means that we need 2x as many nodes as we need for the real-time cluster alone" Not necessarily. With multi DC you can configure the replication factor value per DC,

RE: EXTERNAL: Re: Running Cassandra Server in an OSGi container

2014-07-23 Thread Rodgers, Hugh
Yes, the application includes the C* server and client. From: Robert Stupp [mailto:sn...@snazy.de] Sent: Wednesday, July 23, 2014 12:19 AM To: user@cassandra.apache.org Subject: Re: EXTERNAL: Re: Running Cassandra Server in an OSGi container You mean "unzip and run" of an applicati

Re: EXTERNAL: Re: Running Cassandra Server in an OSGi container

2014-07-23 Thread Robert Stupp
gt; Sent: Tuesday, July 22, 2014 1:19 PM > To: user@cassandra.apache.org > Subject: EXTERNAL: Re: Running Cassandra Server in an OSGi container > > What's your intention to do this? > > There are unit test integrations using C* daemon. A related bug that >

RE: EXTERNAL: Re: Running Cassandra Server in an OSGi container

2014-07-22 Thread Rodgers, Hugh
"unzip and run" system and do not expect the user to have to do much, if any, C* configuration. From: Robert Stupp [mailto:sn...@snazy.de] Sent: Tuesday, July 22, 2014 1:19 PM To: user@cassandra.apache.org Subject: EXTERNAL: Re: Running Cassandra Server in an OSGi container What's yo

Re: Running Cassandra Server in an OSGi container

2014-07-22 Thread jcllings
BTW, I agree with other posters that it seems like an awfully weird thing to do. Perhaps you just want to run a client in an OSGI environment? Jim C. On 07/22/2014 02:39 PM, jcllings wrote: > I can give you some tips. > > Figure out what Cassandra does when it starts up. Best way to do that > is

Re: Running Cassandra Server in an OSGi container

2014-07-22 Thread jcllings
I can give you some tips. Figure out what Cassandra does when it starts up. Best way to do that is to read the startup script. Then all you have to do is convince the OSGI container to do what ever prep is done by the script. Trick to that is usually figuring out where to do it. For example if t

Re: Running Cassandra Server in an OSGi container

2014-07-22 Thread Robert Stupp
What's your intention to do this? There are unit test integrations using C* daemon. A related bug that prevented proper shutdown has been closed for C* 2.1-rc1: https://issues.apache.org/jira/browse/CASSANDRA-5635 It's perfectly fine to embed C* for unit tests. But I'd definitely not recommend

Re: Running Cassandra on top of non-Oracle/Sun JDK environments

2013-10-31 Thread Prabath Abeysekara
Hi Rob, On Thu, Oct 31, 2013 at 11:54 PM, Robert Coli wrote: > On Thu, Oct 31, 2013 at 4:11 AM, Prabath Abeysekara < > prabathabeysek...@gmail.com> wrote: > >> Just want to know whether the $subject is recommended. Because, I've seen >> some of the Oracle(Sun) specific packages "sun.misc.*" are

Re: Running Cassandra on top of non-Oracle/Sun JDK environments

2013-10-31 Thread Robert Coli
On Thu, Oct 31, 2013 at 4:11 AM, Prabath Abeysekara < prabathabeysek...@gmail.com> wrote: > Just want to know whether the $subject is recommended. Because, I've seen > some of the Oracle(Sun) specific packages "sun.misc.*" are being used in a > few places in Cassandra code base, which is not inter

Re: Running Cassandra with no open TCP ports

2013-05-28 Thread Sam Overton
You can configure cassandra to use an ephemeral port for the storage endpoint by setting the following in cassandra.yaml: storage_port: 0 or by setting the system property cassandra.storage_port=0 Similarly for the RPC (thrift) endpoint, using rpc_port in cassandra.yaml or the system property cas

Re: Running Cassandra with no open TCP ports

2013-05-28 Thread Mark Mccraw
Oleg: The simple answer for why I'm using Cassandra thusly is laziness/fear of uncertainty. I'm using Cassandra indirectly as the back end data store for Titan(http://thinkaurelius.github.io/titan/), which is a graph interface. Titan does let you swap out the data store, and it gives you seve

Re: Running Cassandra with no open TCP ports

2013-05-28 Thread Edward Capriolo
While not exactly optimized for embedded systems there is no reason it could not be done. Today's super computer is tomorrows embedded watch processor. On Tue, May 28, 2013 at 9:11 AM, Oleg Dulin wrote: > Mark: > > This begs a question -- why are you using Cassandra for this ? There are > simpl

Re: Running Cassandra with no open TCP ports

2013-05-28 Thread Oleg Dulin
Mark: This begs a question -- why are you using Cassandra for this ? There are simpler noSQL stores than Cassandra that are better for embedding. Oleg On 2013-05-28 02:24:48 +, Mark Mccraw said: Hi All, I'm using Cassandra as an embedded datastore for a small service that doesn't need

Re: Running Cassandra with no open TCP ports

2013-05-27 Thread Edward Capriolo
No. Your only option is to give each instance its own ports. On Mon, May 27, 2013 at 10:24 PM, Mark Mccraw wrote: > Hi All, > > I'm using Cassandra as an embedded datastore for a small service that > doesn't need (or want) to act as a database service in any way. Moreover, > we may want to s

Re: running cassandra on 8 GB servers

2013-04-15 Thread Nikolay Mihaylov
Just a small update here currently running on one node with 7 GB heap and no JNA all defaults except the heap, and everything looks OK. On Sun, Apr 14, 2013 at 9:10 PM, aaron morton wrote: > Hmmm, what is the recommendation for a 10G network if 1G was 300G to > 500GŠI am guessing I can't do 10 ti

Re: running cassandra on 8 GB servers

2013-04-14 Thread aaron morton
> Hmmm, what is the recommendation for a 10G network if 1G was 300G to > 500GŠI am guessing I can't do 10 times that, correct? But maybe I could > squeak out 600G to 1T? Best thing to do would be run a test on how long it takes to repair or bootstrap a node. The 300GB to 500Gb was just a guidelin

Re: running cassandra on 8 GB servers

2013-04-14 Thread aaron morton
> ERROR [Thrift:641] 2013-04-11 11:25:19,563 CassandraDaemon.java (line 164) > Exception in thread Thread[Thrift:641,5,main] > java.lang.OutOfMemoryError: Java heap space It's easier for people to help if you provide the error stack. Does this happen at startup or after it has been running for a

Re: running cassandra on 8 GB servers

2013-04-12 Thread Hiller, Dean
Hmmm, what is the recommendation for a 10G network if 1G was 300G to 500GŠI am guessing I can't do 10 times that, correct? But maybe I could squeak out 600G to 1T? Thanks, Dean On 4/11/13 2:26 PM, "aaron morton" wrote: >> The data will be huge, I am estimating 4-6 TB per server. I know this >>

Re: running cassandra on 8 GB servers

2013-04-11 Thread Nikolay Mihaylov
I am using 1.2.3, used default heap - 2 GB without JNA installed, then modified heap to 4 GB / 400 MB young generation. + JNA installed. bloom filter on the CF's is lowered (more false positives, less disk space). WARN [ScheduledTasks:1] 2013-04-11 11:09:41,899 GCInspector.java (line 142) Heap is

Re: running cassandra on 8 GB servers

2013-04-11 Thread Edward Capriolo
With that much data per node you have to raise the IndexInterval and adjust the bloom filter settings. Although the bloom filters are off heap now having that much data can but a strain on physical memory. On Thu, Apr 11, 2013 at 4:26 PM, aaron morton wrote: > > The data will be huge, I am estim

Re: running cassandra on 8 GB servers

2013-04-11 Thread aaron morton
> The data will be huge, I am estimating 4-6 TB per server. I know this is > best, but those are my resources. You will have a very unhappy time. The general rule of thumb / guideline for a HDD based system with 1G networking is 300GB to 500Gb per node. See previous discussions on this topic fo

Re: Running cassandra across nat?

2013-03-11 Thread Ben Chobot
Can you not set up VPN between your data centers? On Mar 10, 2013, at 7:05 AM, Илья Шипицин wrote: > Hello! > > Is it possible to run cluster in 2 datacenters which are not routable? > Each datacenter is running its own lan prefixes, however lan are not routable > across datacenters. > > Cheer

Re: Running cassandra across nat?

2013-03-10 Thread Edward Capriolo
In some cases you can do this using the broadcast address, which is different then the listen and rpc address. But if nothing is route-able ie NAT I do not think it is possible. On Sun, Mar 10, 2013 at 10:05 AM, Илья Шипицин wrote: > Hello! > > Is it possible to run cluster in 2 datacenters whic

Re: Running Cassandra 1.1, how can I see the efficiency of the key cache?

2012-12-22 Thread Nick Bailey
The key cache and row cache graphs in OpsCenter broke when the caches moved from per column family to global. The next release of OpsCenter should fix that. -Nick On Sat, Dec 22, 2012 at 10:42 AM, Andrew Bialecki wrote: > Thanks, I'll take a look at that too. > > I also found that "nodetool in

Re: Running Cassandra 1.1, how can I see the efficiency of the key cache?

2012-12-22 Thread Andrew Bialecki
Thanks, I'll take a look at that too. I also found that "nodetool info" gives some information as well. For instance, here's what one node reads: Key Cache: size 104857584 (bytes), capacity 104857584 (bytes), 15085408 hits, 17336031 requests, 0.870 recent hit rate, 14400 save period in seconds.

RE: Running Cassandra 1.1, how can I see the efficiency of the key cache?

2012-12-22 Thread Wz1975
Jmx has cache hit rate.  Thanks. -Wei Sent from my Samsung smartphone on AT&Tnull

Re: Running cassandra on a Blades + SAN

2011-08-11 Thread Jonathan Ellis
The SAN model defeats some of the point of using Cassandra, but a "hybrid" of commitlog-local would be better than "everything on san." http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-on-iSCSI-td5945217.html is a good thread for background. On Thu, Aug 11, 2011 at 8:56

Re: Running Cassandra across different Amazon EC2 regions

2011-05-07 Thread Stephen Connolly
vpn on ubuntu should be easy if you ask your good friend google... you should not have to pay for it (but paying might get you a fancy GUI, or perhaps very optimized performance that could squeeze a few more %) - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense

Re: Running Cassandra across different Amazon EC2 regions

2011-05-06 Thread Sameer Farooqui
Thanks, Shasha. It looks like there are two ways to make Cassandra work across regions, changing the source code or using software like Vyatta and VIPs. ++ Changing the source code ++ Milind documents how to change the source code in 0.7.4 but warns that there are significant limitations to this

Re: Running Cassandra across different Amazon EC2 regions

2011-05-05 Thread Sasha Dolgy
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Re-IP-address-resolution-in-MultiDC-setup-EC2-VIP-td6306635.html On May 6, 2011 3:07 AM, "Sameer Farooqui" wrote: > We're trying to set up a Cassandra 0.8.0beta1 cluster across Amazon East & > West regions. It does not work out of th

RE: Running Cassandra as a Windows Service

2010-07-09 Thread Kochheiser,Todd W - TOK-DITT-1
-Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Monday, July 05, 2010 6:59 AM To: user@cassandra.apache.org Subject: Re: Running Cassandra as a Windows Service If you'd like to get it included in the Cassandra tree, submitting it to https://issues.apac

Re: Running Cassandra as a Windows Service

2010-07-05 Thread Jonathan Ellis
> > > > > > > > From: Richard Grossman [mailto:richie...@gmail.com] > Sent: Sunday, July 04, 2010 3:37 AM > To: user@cassandra.apache.org > Subject: Re: Running Cassandra as a Windows Service > > > > Hello > > Why not usin

RE: Running Cassandra as a Windows Service

2010-07-04 Thread Kochheiser,Todd W - TOK-DITT-1
nuki is GPL v2, but I could be wrong. Their licensing is a mix of From: Richard Grossman [mailto:richie...@gmail.com] Sent: Sunday, July 04, 2010 3:37 AM To: user@cassandra.apache.org Subject: Re: Running Cassandra as a Windows Service Hello Why not u

Re: Running Cassandra as a Windows Service

2010-07-04 Thread Richard Grossman
Hello Why not using Java Wrapper Service? http://wrapper.tanukisoftware.org/doc/english/download.jsp You can configure any java process as real windows services instead of batch files Richard On Thu, Jun 10, 2010 at 8:34 PM, Kochheiser,Todd W - TO-DITT1 < twkochhei...@bpa.gov> wrote: > For var

RE: Running Cassandra as a Windows Service

2010-07-02 Thread Kochheiser,Todd W - TOK-DITT-1
ing to stop it, a simple wrapper class around the CassandraDeamon class made everything work nicely. Todd From: Viktor Jevdokimov [mailto:viktor.jevdoki...@adform.com] Sent: Friday, July 02, 2010 2:15 AM To: user@cassandra.apache.org Subject: RE: Running Cassandra

RE: Running Cassandra as a Windows Service

2010-07-02 Thread Viktor Jevdokimov
odd From: Viktor Jevdokimov [mailto:viktor.jevdoki...@adform.com] Sent: Thursday, July 01, 2010 6:39 AM To: user@cassandra.apache.org Cc: Kochheiser,Todd W - TOK-DITT-1 Subject: RE: Running Cassandra as a Windows Service Hi, Can you share your experience with running

RE: Running Cassandra as a Windows Service

2010-07-01 Thread Kochheiser,Todd W - TOK-DITT-1
___ From: Viktor Jevdokimov [mailto:viktor.jevdoki...@adform.com] Sent: Thursday, July 01, 2010 6:39 AM To: user@cassandra.apache.org Cc: Kochheiser,Todd W - TOK-DITT-1 Subject: RE: Running Cassandra as a Windows Service Hi, Can you share your experience with running Cassandra as a Windows Service? Thank y

RE: Running Cassandra as a Windows Service

2010-07-01 Thread Viktor Jevdokimov
Hi, Can you share your experience with running Cassandra as a Windows Service? Thank you, Viktor From: Kochheiser,Todd W - TO-DITT1 [mailto:twkochhei...@bpa.gov] Sent: Thursday, June 10, 2010 8:34 PM To: 'user@cassandra.apache.org' Subject: Running Cassandra as a Windows Service For various rea

RE: Running Cassandra as a Windows Service

2010-06-14 Thread Kochheiser,Todd W - TO-DITT1
I'll put something together and submit it. Thanks for the help. Todd -Original Message- From: Gary Dusbabek [mailto:gdusba...@gmail.com] Sent: Friday, June 11, 2010 4:49 AM To: user@cassandra.apache.org Subject: Re: Running Cassandra as a Windows Service Sure. Please create a

Re: Running Cassandra as a Windows Service

2010-06-11 Thread Gary Dusbabek
slightly more approachable on the Windows platform. > > Any suggestions on next steps? > > Todd. > > -Original Message- > From: Gary Dusbabek [mailto:gdusba...@gmail.com] > Sent: Thursday, June 10, 2010 10:59 AM > To: user@cassandra.apache.org > Subject: Re: Runn

RE: Running Cassandra as a Windows Service

2010-06-10 Thread Kochheiser,Todd W - TO-DITT1
0, 2010 10:59 AM To: user@cassandra.apache.org Subject: Re: Running Cassandra as a Windows Service IMO this is one of those things that would bitrot fairly quickly if it were not maintained. It may be useful in contrib, where curious parties could pick it up, get it back in shape, and send in the

Re: Running Cassandra as a Windows Service

2010-06-10 Thread Ben Standefer
"For various reasons I am required to deploy systems on Windows." I don't think it would be difficult to argue the business case for running Cassandra on Linux. It's still a young project and everybody in IRC and the mailing list is running it on Linux. You should really re-think whatever factor

Re: Running Cassandra as a Windows Service

2010-06-10 Thread Gary Dusbabek
IMO this is one of those things that would bitrot fairly quickly if it were not maintained. It may be useful in contrib, where curious parties could pick it up, get it back in shape, and send in the changes to be committed. Judging by the sparse interest so far, this probably wouldn't be a good f

Re: running cassandra as a service on windows

2010-04-26 Thread Antonio Alvarado Hernández
Hi all, Had you tried with Tanuki's Java Wrapper? It's so easy to deploy in Windows... -aah 2010/4/23, Miguel Verde : > https://issues.apache.org/jira/browse/CASSANDRA-292 points to > http://commons.apache.org/daemon/procrun.html which is used by other Apache > software to implement Windows servic

Re: running cassandra as a service on windows

2010-04-23 Thread Miguel Verde
https://issues.apache.org/jira/browse/CASSANDRA-292 points to http://commons.apache.org/daemon/procrun.html which is used by other Apache software to implement Windows services in Java. CassandraDaemon conforms to the Commons Daemon spec. On Fri, Apr 23, 2010 at 2:20 PM, Jonathan Ellis wrote: >

Re: running cassandra as a service on windows

2010-04-23 Thread Jonathan Ellis
you could do it with standard techniques to run java apps as windows services. i understand it's a bit painful. On Fri, Apr 23, 2010 at 2:05 PM, S Ahmed wrote: > Is it possible to have Cassandra run in the background on a windows server? > i.e. as a service so if the server reboots, cassandra wi