Re: Starting cassandra Service with Binary Disabled.

2017-07-30 Thread Pranay akula
gt; > > > It is possible to disable binary in configuration when re-starting > cassandra service, instead of disabling it using nodetool once the node is > up. > > > > > > > > Thanks > > Pranay. > > -

Re: Starting cassandra Service with Binary Disabled.

2017-07-30 Thread Jeff Jirsa
start_native_transport: false -- Jeff Jirsa > On Jul 30, 2017, at 7:14 PM, Pranay akula <pranay.akula2...@gmail.com> wrote: > > Hi, > > It is possible to disable binary in configuration when re-starting cassandra > service, instead of disabling it using node

Re: Starting Cassandra

2013-01-17 Thread Yang Song
17:47 *To:* user@cassandra.apache.org *Subject:* Re: Starting Cassandra Do yourself a favor and get a copy of the Oracle 7 JDK (now with more security patches too!) On Jan 15, 2013, at 1:44 AM, Sloot, Hans-Peter hans-peter.sl...@atos.net wrote: I managed to install apache-cassandra

Re: Starting Cassandra

2013-01-16 Thread Edward Capriolo
.x86_64 everything runs fine. Regards Hans-Peter From: aaron morton [mailto:aa...@thelastpickle.com] Sent: dinsdag 15 januari 2013 1:20 To: user@cassandra.apache.org Subject: Re: Starting Cassandra DSE includes hadoop files. It looks like the installation is broken. I would start again

RE: Starting Cassandra

2013-01-15 Thread Sloot, Hans-Peter
.x86_64 everything runs fine. Regards Hans-Peter From: aaron morton [mailto:aa...@thelastpickle.com] Sent: dinsdag 15 januari 2013 1:20 To: user@cassandra.apache.org Subject: Re: Starting Cassandra DSE includes hadoop files. It looks like the installation is broken. I would start again if possible

Re: Starting Cassandra

2013-01-14 Thread aaron morton
To: user@cassandra.apache.org Subject: Re: Starting Cassandra Could you also let us know if switching openjdk to jdk@oracle indeed solves the problem? Thanks! Yang 2013/1/10 Sloot, Hans-Peter hans-peter.sl...@atos.net I have increased the memory to 4096. Did not help It is openjdk

RE: Starting Cassandra

2013-01-11 Thread Sloot, Hans-Peter
@cassandra.apache.org Subject: Re: Starting Cassandra Could you also let us know if switching openjdk to jdk@oracle indeed solves the problem? Thanks! Yang 2013/1/10 Sloot, Hans-Peter hans-peter.sl...@atos.netmailto:hans-peter.sl...@atos.net I have increased the memory to 4096. Did not help It is openjdk

RE: Starting Cassandra

2013-01-10 Thread Sloot, Hans-Peter
The java version is 1.6_24. The manual said that 1.7 was not the best choice. But I will try it. -Origineel bericht- Van: adeel.ak...@panasiangroup.com Verz.: 10-01-2013, 16:08 Aan: user@cassandra.apache.org; Sloot, Hans-Peter CC: user@cassandra.apache.org Onderwerp: Re: Starting

Re: Starting Cassandra

2013-01-10 Thread Andrea Gazzarini
it. -Origineel bericht- Van: adeel.ak...@panasiangroup.com Verz.: 10-01-2013, 16:08 Aan: user@cassandra.apache.org; Sloot, Hans-Peter CC: user@cassandra.apache.org Onderwerp: Re: Starting Cassandra Hi, Please check java version with (java -version) command and install java 7 to resolve

RE: Starting Cassandra

2013-01-10 Thread Sloot, Hans-Peter
I have 4 vm's with 1024M memory. 1 cpu. -Origineel bericht- Van: Andrea Gazzarini Verz.: 10-01-2013, 16:24 Aan: user@cassandra.apache.org Onderwerp: Re: Starting Cassandra Hi, I'm running Cassandra with 1.6_24 and all it's working, so probably the problem is elsewhere. What about your

Re: Starting Cassandra

2013-01-10 Thread Edward Capriolo
cpu. -Origineel bericht- Van: Andrea Gazzarini Verz.: 10-01-2013, 16:24 Aan: user@cassandra.apache.org Onderwerp: Re: Starting Cassandra Hi, I'm running Cassandra with 1.6_24 and all it's working, so probably the problem is elsewhere. What about your hardware / SO configuration

Re: Starting Cassandra

2013-01-10 Thread Alain RODRIGUEZ
be better) Alain 2013/1/10 Sloot, Hans-Peter hans-peter.sl...@atos.net I have 4 vm's with 1024M memory. 1 cpu. -Origineel bericht- Van: Andrea Gazzarini Verz.: 10-01-2013, 16:24 Aan: user@cassandra.apache.org Onderwerp: Re: Starting Cassandra Hi, I'm running Cassandra

Re: Starting Cassandra

2013-01-10 Thread Michael Kjellman
, January 10, 2013 8:07 AM To: user@cassandra.apache.orgmailto:user@cassandra.apache.org user@cassandra.apache.orgmailto:user@cassandra.apache.org Subject: Re: Starting Cassandra If I remember well the default minimum heap size is 1 GB. That may cause you a problem. You have to run with more RAM

Re: Starting Cassandra

2013-01-10 Thread Vladi Feigin
: user@cassandra.apache.org Onderwerp: Re: Starting Cassandra Hi, Please check java version with (java -version) command and install java 7 to resolve this issue. Regards, Adeel Akbar Quoting Sloot, Hans-Peter hans-peter.sl...@atos.net: Hello, Can someone help me out? I have installed

RE: Starting Cassandra

2013-01-10 Thread Sloot, Hans-Peter
...@gmail.com] Sent: donderdag 10 januari 2013 17:40 To: user@cassandra.apache.org Subject: Re: Starting Cassandra Hi I had this problem with openJdk ,moving to jdk solved the problem On Jan 10, 2013 5:23 PM, Andrea Gazzarini andrea.gazzar...@gmail.commailto:andrea.gazzar...@gmail.com wrote: Hi, I'm

Re: Starting Cassandra

2013-01-10 Thread Yang Song
:1.6.0.0-1.49.1.11.4.el6_3 installed I will try jdk 1.6._38 from oracle.com Regards Hans-Peter *From:* Vladi Feigin [mailto:vladi...@gmail.com] *Sent:* donderdag 10 januari 2013 17:40 *To:* user@cassandra.apache.org *Subject:* Re: Starting Cassandra Hi I had this problem

Re: Starting cassandra with -D option

2012-06-24 Thread aaron morton
Idea is to avoid having the copies of cassandra code in each node, If you run cassandra from the NAS you are adding a single point of failure into the system. Better to use some form of deployment automation and install all the requirement components onto each node. Cheers

Re: Starting cassandra with -D option

2012-06-24 Thread Greg Fausak
I did something similar for my installation, but I used ENV variables: I created a directory on a machine (call this the master) with directories for all of the distributions (call them slaves). So, consider: /master/slave1 /master/slave2 ... /master/slaven then i rdist this to all of my

Re: Starting cassandra with -D option

2012-06-21 Thread Flavio Baronti
The option must actually include also the name of the yaml file: Dcassandra.config=file:///Users/walmart/Downloads/Cassandra/Node2-Cassandra1.1.0/conf/cassandra.yaml Flavio Il 6/21/2012 13:16 PM, Roshni Rajagopal ha scritto: Hi Folks, We wanted to have a single cassandra installation,

Re: Starting Cassandra Fauna

2010-04-14 Thread Nirmala Agadgar
Hi, Can anyone please list steps to install and run cassandra in centos. It can help me to follow and check where i missed and run correctly. Also, if i wanted to insert some data programmatically, where i need to do place the code in Fauna.Can anyone help me on this? On Mon, Apr 12, 2010 at

Re: Starting Cassandra Fauna

2010-04-14 Thread Nirmala Agadgar
Hi, I want to insert data into Cassandra programmatically in a loop. Also i'm a newbie to Linux world and Github. Started to work on Linux for only reason to implement Cassandra.Digging Cassandra for last on week.How to insert data in cassandra and test it? Can anyone help me out on this? -

Re: Starting Cassandra Fauna

2010-04-14 Thread richard yao
try this https://wiki.fourkitchens.com/display/PF/Using+Cassandra+with+PHP On Thu, Apr 15, 2010 at 12:23 PM, Nirmala Agadgar nirmala...@gmail.comwrote: Hi, I want to insert data into Cassandra programmatically in a loop. Also i'm a newbie to Linux world and Github. Started to work on

Re: Starting Cassandra Fauna

2010-04-14 Thread Paul Prescod
There is a tutorial here: * http://www.sodeso.nl/?p=80 This page includes data inserts: * http://www.sodeso.nl/?p=251 Like: c.setColumn(new Column(email.getBytes(utf-8), ronald (at) sodeso.nl.getBytes(utf-8), timestamp)) columns.add(c); The Sample code is attached to that blog post. On

Re: Starting Cassandra Fauna

2010-04-14 Thread Nirmala Agadgar
Hi, I'm using ruby client as of now. Can u give details for ruby client.Also if possible java client. Thanks for reply. - Nirmala On Thu, Apr 15, 2010 at 10:02 AM, richard yao richard.yao2...@gmail.comwrote: try this https://wiki.fourkitchens.com/display/PF/Using+Cassandra+with+PHP On

Re: Starting Cassandra Fauna

2010-04-12 Thread Nirmala Agadgar
Hi, Yes, used only master. i downloaded the tar file and placed in cassandra folder and run again cassandra_helper cassandra now i am getting Error: Exception thrown by the agent : java.net.MalformedURLException: Local host name when set hostname to localhost or 127.0.0.1 i get Exception in

Re: Starting Cassandra Fauna

2010-04-12 Thread Ryan King
I'm guessing you missed the ant ivy-retrieve step. We're planning on releasing a new gem today that should fix this issue. -ryan On Mon, Apr 12, 2010 at 3:30 AM, Nirmala Agadgar nirmala...@gmail.com wrote: Hi, Yes, used only master. i downloaded  the tar file and placed in cassandra folder

Re: Starting Cassandra Fauna

2010-04-10 Thread Nirmala Agadgar
Hi, I tried to dig in problem and found 1) DIST_URL is pointed to http://apache.osuosl.org/incubator/cassandra/0.6.0/apache-cassandra-0.6.0-beta2-bin.tar.gz and it has no resource in it.( in Rakefile of Cassandra Gem) DIST_URL =

Re: Starting Cassandra Fauna

2010-04-10 Thread Jeff Hodges
Did you try master? We fixed this around the 7th, but haven't made a release yet. -- Jeff On Sat, Apr 10, 2010 at 10:10 AM, Nirmala Agadgar nirmala...@gmail.com wrote: Hi, I tried to dig in problem and found 1) DIST_URL is pointed to

Re: Starting Cassandra Fauna

2010-04-08 Thread Paul Prescod
On Thu, Apr 8, 2010 at 9:49 AM, Jonathan Ellis jbel...@gmail.com wrote: cassandra_helper does a bunch of magic to set things up.  looks like the extract a private copy of cassandra 0.6 beta2 part of the magic is failing.  you'll probably need to manually attempt the un-tar to figure out why it

Re: Starting Cassandra Fauna

2010-04-08 Thread Jonathan Ellis
Sounds like it's worth reporting on the github project then. On Thu, Apr 8, 2010 at 11:53 AM, Paul Prescod pres...@gmail.com wrote: On Thu, Apr 8, 2010 at 9:49 AM, Jonathan Ellis jbel...@gmail.com wrote: cassandra_helper does a bunch of magic to set things up.  looks like the extract a private

Re: Starting Cassandra Fauna

2010-04-08 Thread Ryan King
Yeah, this is a known issue, we're working on it today. -ryan On Thu, Apr 8, 2010 at 10:31 AM, Jonathan Ellis jbel...@gmail.com wrote: Sounds like it's worth reporting on the github project then. On Thu, Apr 8, 2010 at 11:53 AM, Paul Prescod pres...@gmail.com wrote: On Thu, Apr 8, 2010 at

Re: Starting Cassandra Fauna

2010-04-08 Thread Jeff Hodges
While I wasn't able to reproduce the error, we did have another pop up. I think I may have actually fixed your problem the other day. Pull the latest master from fauna/cassandra and you should be good to go. -- Jeff On Thu, Apr 8, 2010 at 10:51 AM, Ryan King r...@twitter.com wrote: Yeah, this is