set selinux context for cassandra to talk to website

2015-03-02 Thread Tim Dunphy
Hey all, Ok I have a website being powered by Cassandra 2.1.3. And I notice if selinux is set to off, the site works beautifully! However as soon as I set selinux to on, I am seeing the following error: Warning: require_once(/McFrazier/PhpBinaryCql/CqlClient.php): failed to open stream:

Re: run cassandra on a small instance

2015-02-23 Thread Tim Dunphy
! That's the least I can do. All I can hope is that this thread adds to the overall fund of knowledge for the list. Cheers, Tim On Mon, Feb 23, 2015 at 11:46 AM, Nate McCall n...@thelastpickle.com wrote: Glad that helped. Thanks for reporting back! On Sun, Feb 22, 2015 at 9:12 PM, Tim Dunphy

Re: run cassandra on a small instance

2015-02-22 Thread Tim Dunphy
bring up on Digital Ocean should absolutely work the way the first 2GB node does, there. But I was able to make enough sense of your chef recipe to adapt what you were showing me. Thanks again! Tim On Fri, Feb 20, 2015 at 10:31 PM, Tim Dunphy bluethu...@gmail.com wrote: The most important

Re: run cassandra on a small instance

2015-02-20 Thread Tim Dunphy
The most important things to note: - don't include JNA (it needs to lock pages larger than what will be available) - turn down threadpools for transports - turn compaction throughput way down - make concurrent reads and writes very small I have used the above run a healthy 5 node clusters

Re: run cassandra on a small instance

2015-02-19 Thread Tim Dunphy
| Twitter: cjrolo | Linkedin: *linkedin.com/in/carlosjuzarterolo http://linkedin.com/in/carlosjuzarterolo* Tel: 1649 www.pythian.com On Thu, Feb 19, 2015 at 7:16 AM, Tim Dunphy bluethu...@gmail.com wrote: Hey guys, After the upgrade to 2.1.3, and after almost exactly 5 hours running cassandra did

Re: run cassandra on a small instance

2015-02-19 Thread Tim Dunphy
, 2015 at 7:16 AM, Tim Dunphy bluethu...@gmail.com wrote: Hey guys, After the upgrade to 2.1.3, and after almost exactly 5 hours running cassandra did indeed crash again on the 2GB ram VM. This is how the memory on the VM looked after the crash: [root@web2:~] #free -m total

Re: run cassandra on a small instance

2015-02-19 Thread Tim Dunphy
* Tel: 1649 www.pythian.com On Thu, Feb 19, 2015 at 6:41 PM, Tim Dunphy bluethu...@gmail.com wrote: I have Cassandra instances running on VMs with smaller RAM (1GB even) and I don't go OOM when testing them. Although I use them in AWS and other providers, never tried Digital Ocean. Does

Re: run cassandra on a small instance

2015-02-18 Thread Tim Dunphy
for a while. Thanks Tim On Wed, Feb 18, 2015 at 8:16 PM, Robert Coli rc...@eventbrite.com wrote: On Wed, Feb 18, 2015 at 5:09 PM, Tim Dunphy bluethu...@gmail.com wrote: I'm attempting to run Cassandra 2.1.2 on a smallish 2.GB ram instance over at Digital Ocean. It's a CentOS 7 host. 2.1.2

who owns the data?

2015-01-17 Thread Tim Dunphy
Hey all, I've setup a 3 node cassandra ring. All the nodes are reporting in and appear to be working correctly. I have an RF setting of 3. However under the 'Owns' category all, all that I see if a '?'. [root@beta-new:~] #nodetool status Datacenter: datacenter1 ===

Re: who owns the data?

2015-01-17 Thread Tim Dunphy
: Try running Nodetool status system By specifying a keyspace (system) in the command, you should get more meaningful results. Using the command on keyspaces as you dev/test/etc will provide real results. -- *Colin Clark* +1-320-221-9531 On Jan 17, 2015, at 7:22 PM, Tim Dunphy bluethu

Re: java exception on startup

2015-01-11 Thread Tim Dunphy
. But it's trying to read a file that doesn't exist or had bad perms. You'd have to get the source for the cassandra files anyway and try to figure out what file it's looking for. Probably some datafile that gets populated by thrift, so that wouldn't exist. On Sat, Jan 10, 2015 at 11:16 PM, Tim Dunphy

setting up prod cluster

2015-01-11 Thread Tim Dunphy
Hey all, I've been experimenting with Cassandra on a small scale and in my own sandbox for a while now. I'm pretty used to working with it to get small clusters up and running and gossiping with each other. But I just had a new project at work drop into my lap that requires a NoSQL data store.

java exception on startup

2015-01-10 Thread Tim Dunphy
Hey guys, I'm noticing this exception appearing when I start cassandra 2.1.2 in the foreground: INFO 04:12:29 Listening for thrift clients... at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) ~[guava-16.0.jar:na] at

Re: open source cassandra and hadoop

2014-11-28 Thread Tim Dunphy
/hadoop_word_count https://github.com/apache/cassandra/tree/trunk/examples/hadoop_cql3_word_count Does these help? Jason On Sat, Nov 29, 2014 at 2:30 AM, Tim Dunphy bluethu...@gmail.com wrote: Hey all, I have a 3 node Cassandra cluster I would like to hook into hadoop for processing

integrating cassandra and haoop

2014-11-26 Thread Tim Dunphy
Hey all, I'd like to connect my cassandra 2.1.2 cluster to hadoop to have it process the data. Are there any good tutorials you can recommend on how to accomplish this? I'm running Centos 6.5 on my cassandra server and the hadoop name node is CentOS 7. Thanks Tim -- GPG me!! gpg --keyserver

Re: Programmatic Cassandra version detection/extraction

2014-11-13 Thread Tim Dunphy
This is interesting. If I do a SELECT release_version from system.local; on my system it's telling me that I'm using 2.1.1 [root@beta-new:/usr/local/apache-cassandra-2.1.2] #cqlsh Connected to Jokefire Cluster at beta-new.jokefire.com:9042. [cqlsh 5.0.1 | Cassandra 2.1.1 | CQL spec 3.2.0 | Native

opscenter with community cassandra

2014-10-28 Thread Tim Dunphy
Hey all, I'd like to setup datastax opscenter to monitor my cassandra ring. However I'm using the open source version of 2.1.1. And before I expend any time and effort in setting this up, I'm wondering if it will work with the open source version? Or would I need to be running datastax cassandra

Re: opscenter with community cassandra

2014-10-28 Thread Tim Dunphy
Furthermore, people ask questions about monitoring and management utilities for Cassandra all the time--this is in the same vein. Speaking of which. Are there any viable alternatives to opscenter that people also like? On Tue, Oct 28, 2014 at 11:56 AM, Redmumba redmu...@gmail.com wrote:

Re: decommissioning a cassandra node

2014-10-27 Thread Tim Dunphy
for? On Mon, Oct 27, 2014 at 5:46 AM, jivko donev jivko_...@yahoo.com wrote: As I see the state 162.243.109.94 is UL(Up/Leaving) so maybe this is causing the problem. On Sunday, October 26, 2014 11:57 PM, Tim Dunphy bluethu...@gmail.com wrote: Hey all, I'm trying to decommission a node

Re: decommissioning a cassandra node

2014-10-27 Thread Tim Dunphy
-e30c474a7634 rack1 UL 162.243.109.94 1.28 MB256 99.9% fd2f76ae-8dcf-4e93-a37f-bf1e9088696e rack1 U = Up, D = Down N = Normal, L = Leaving, J = Joining and M = Moving On Mon, Oct 27, 2014 at 2:42 PM, Tim Dunphy bluethu...@gmail.com wrote: As I see the state 162.243.109.94 is UL(Up

Re: decommissioning a cassandra node

2014-10-27 Thread Tim Dunphy
than 3 and data have not been fully synced. Therefore, remember to sync data using repair before you're going to remove/decommission the node in cluster. Thanks! On Mon, Oct 27, 2014 at 9:55 PM, Tim Dunphy bluethu...@gmail.com wrote: Also, is there any document that explains what all

decommissioning a cassandra node

2014-10-26 Thread Tim Dunphy
Hey all, I'm trying to decommission a node. First I'm getting a status: [root@beta-new:/usr/local] #nodetool status Note: Ownership information does not include topology; for complete information, specify a keyspace Datacenter: datacenter1 === Status=Up/Down |/

Re: cqsl doesn't work cassandra 2.1.0

2014-10-21 Thread Tim Dunphy
active. Any other thoughts ? Thanks! Tim On Mon, Oct 20, 2014 at 10:47 PM, Ben Bromhead b...@instaclustr.com wrote: check if you have an existing ~/.cassandra/cqlshrc file On 21 October 2014 12:48, Michael Shuler mich...@pbandjelly.org wrote: On 10/19/2014 06:23 PM, Tim Dunphy wrote: I've

Re: cqsl doesn't work cassandra 2.1.0

2014-10-21 Thread Tim Dunphy
at 10:12 AM, Tim Dunphy bluethu...@gmail.com wrote: Hi Ben, Nope, I don't seem to have an rc file for cassandra. [root@beta-new:~] #ls -l ~/.cassandra/cqlshrc ls: cannot access /root/.cassandra/cqlshrc: No such file or directory If I do a find from root, I do see that there are some

cqsl doesn't work cassandra 2.1.0

2014-10-19 Thread Tim Dunphy
Hey All, I've upgraded to Cassandra 2.1.0. And now I can't seem to use cqlsh, tho my application is working fine. This is what I bet when I run the cqslh command: Can't locate transport factory function cqlshlib.tfactory.regular_transport_factory How can I fix this problem? Thanks Tim --

Error: No module named cql

2014-10-14 Thread Tim Dunphy
Hey all, I'm using cassandra 2.1.0 on CentOS 6.5 And when I try to run cqlsh on the command line I get this error: root@beta-new:~] #cqlsh Python CQL driver not installed, or not on PYTHONPATH. You might try easy_install cql. Python: /usr/local/bin/python Module load path:

Re: cassandra 2.1.0 unable to use cqlsh

2014-09-22 Thread Tim Dunphy
that 9160 will not apply anymore since this driver uses the native protocol (9042). Adam On Sun, Sep 21, 2014 at 7:53 PM, Tim Dunphy bluethu...@gmail.com wrote: Hey all, I've just upgraded to the latest cassandra on my site with version 2.1.0. But now when I run the command I am getting

Re: cassandra 2.1.0 unable to use cqlsh

2014-09-22 Thread Tim Dunphy
that 9160 will not apply anymore since this driver uses the native protocol (9042). Adam On Sun, Sep 21, 2014 at 7:53 PM, Tim Dunphy bluethu...@gmail.com wrote: Hey all, I've just upgraded to the latest cassandra on my site with version 2.1.0. But now when I run the command I am getting

cassandra 2.1.0 unable to use cqlsh

2014-09-21 Thread Tim Dunphy
Hey all, I've just upgraded to the latest cassandra on my site with version 2.1.0. But now when I run the command I am getting the following error: [root@beta-new:/usr/local] #cqlsh Traceback (most recent call last): File /etc/alternatives/cassandrahome/bin/cqlsh-old, line 113, in module

what's cool about cassandra 2.1.0?

2014-09-19 Thread Tim Dunphy
Hey all, I tried googling around to get an idea about what was new (and potentially cool) in the newest release of cassandra - 2.1.0. But all that I've been able to find so far is this kind of general statement about the new features.

Re: what's cool about cassandra 2.1.0?

2014-09-19 Thread Tim Dunphy
, 2014 at 3:33 PM, Tim Dunphy bluethu...@gmail.com wrote: Hey all, I tried googling around to get an idea about what was new (and potentially cool) in the newest release of cassandra - 2.1.0. But all that I've been able to find so far is this kind of general statement about the new features

can't launch cassandra 2.1.0

2014-09-19 Thread Tim Dunphy
Hey all, I'm attempting to upgrade from cassandra 2.0.10 to version 2.1.0. However when launching the new version I'm running into the following: [root@beta-new:/etc/alternatives/cassandrahome] #./bin/cassandra -f SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in

select * from table in CQLSH

2014-08-13 Thread Tim Dunphy
Hello, I am trying to figure out how to do a select * from a table that's stored in a cassandra database. [root@beta-new:/home/tiezinteractive/www/cassandra] #cqlsh Connected to Jokefire Cluster at beta-new.jokefire.com:9160. [cqlsh 4.1.0 | Cassandra 2.0.6 | CQL spec 3.0.0 | Thrift protocol

Re: select * from table in CQLSH

2014-08-13 Thread Tim Dunphy
. Without quotes, identifiers are treated as case-insensitive. https://cassandra.apache.org/doc/cql3/CQL.html#identifiers Adam On Wed, Aug 13, 2014 at 9:27 AM, Tim Dunphy bluethu...@gmail.com wrote: Hello, I am trying to figure out how to do a select * from a table that's stored

error creating keyspace in cqlsh

2014-06-18 Thread Tim Dunphy
hey all, I know that something pretty basic must be wrong here. But what is the mistake I'm making in creating this keyspace? cqlsh create keyspace animals with replication = { 'class': 'NetworkTopologyStrategy', 'replication_factor' : 3}; Bad Request: Error constructing replication strategy

Re: error creating keyspace in cqlsh

2014-06-18 Thread Tim Dunphy
/cassandra/2.0/cassandra/architecture/architectureSnitchesAbout_c.html Best regards, Marcelo. 2014-06-18 23:54 GMT-03:00 Tim Dunphy bluethu...@gmail.com: hey all, I know that something pretty basic must be wrong here. But what is the mistake I'm making in creating this keyspace? cqlsh

Re: I have a deaf node?

2014-06-01 Thread Tim Dunphy
you start seeing the number 23 in your host ids. On Jun 2, 2014 12:40 AM, Kevin Burton bur...@spinn3r.com wrote: could be worse… it could be under caffeinated and say decafbad … On Sat, May 31, 2014 at 10:45 AM, Tim Dunphy bluethu...@gmail.com wrote: I think the deaf thing is just

Re: I have a deaf node?

2014-06-01 Thread Tim Dunphy
AM, Tim Dunphy bluethu...@gmail.com wrote: That made my day. Not to worry thought unless you start seeing the number 23 in your host ids. Yeah man, glad to provide some comic relief to the list! ;) On Sun, Jun 1, 2014 at 11:01 PM, Apostolis Xekoukoulotakis xekou...@gmail.com wrote

I have a deaf node?

2014-05-31 Thread Tim Dunphy
I didn't realize cassandra nodes could develop hearing problems. :) But I have a dead node in my cluster I would like to get rid of. [root@beta:~] #nodetool status Datacenter: datacenter1 === Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load

Re: I have a deaf node?

2014-05-31 Thread Tim Dunphy
the ending of the host ID in hexadecimal. It's an extraordinary coincidence that it ends with DEAF :D On Sat, May 31, 2014 at 6:38 PM, Tim Dunphy bluethu...@gmail.com wrote: I didn't realize cassandra nodes could develop hearing problems. :) But I have a dead node in my cluster I would like

decommission dead node without token

2014-05-31 Thread Tim Dunphy
hey guys, I have two dead nodes in my ring. Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack DN 10.10.1.102 123.41 KB 256 32.2% ddcafc75-24ed-4c6a-99bb-afe3dd551a9c rack1 UN 10.10.1.94 170.81 KB 256

Re: decommission dead node without token

2014-05-31 Thread Tim Dunphy
the process. Thanks Tim On Sat, May 31, 2014 at 10:38 PM, Tim Dunphy bluethu...@gmail.com wrote: hey guys, I have two dead nodes in my ring. Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack DN 10.10.1.102 123.41

Re: decommission dead node without token

2014-05-31 Thread Tim Dunphy
the same usage message. Can someone please help with the right syntax here? Thanks Tim On Sun, Jun 1, 2014 at 12:01 AM, Tim Dunphy bluethu...@gmail.com wrote: Just wondering.. might I be able to retried the 'lost' intital_token of the node I want to remove by going: [root@beta-new:~] #nodetool

Re: decommission dead node without token

2014-05-31 Thread Tim Dunphy
-9208584805646615844 On Sun, Jun 1, 2014 at 12:17 AM, Tim Dunphy bluethu...@gmail.com wrote: sorry for the barrage of questions but I'm having trouble with the nodetool remove phase. [root@cassandra01 ~]# nodetool removetoken -h 10.10.1.68 -9208584805646615844 Gives me a unix usage message

Re: decommission dead node without token

2014-05-31 Thread Tim Dunphy
: nodetool -host 10.10.1.68 removetoken -9208584805646615844 On Sun, Jun 1, 2014 at 12:17 AM, Tim Dunphy bluethu...@gmail.com wrote: sorry for the barrage of questions but I'm having trouble with the nodetool remove phase. [root@cassandra01 ~]# nodetool removetoken -h 10.10.1.68

Re: decommissioning a node

2014-05-27 Thread Tim Dunphy
25, 2014 at 7:48 AM, Tim Dunphy bluethu...@gmail.com wrote: ok I copied the cassandra.env from the host that had cassandra listening on port 7199 to the node that wasn't. That got it listening on the JMX port: [root@beta:~] #lsof -i :7199 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE

decommissioning a node

2014-05-25 Thread Tim Dunphy
Hey all, I'm attempting to decommission a node I want to remove. First I get a status of the ring [root@beta-new:~] #nodetool status Datacenter: datacenter1 === Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID

Re: decommissioning a node

2014-05-25 Thread Tim Dunphy
out why the node I want to decommission isn't listening on port 7199 and how I can actually decommission it. Thanks Tim On Sun, May 25, 2014 at 9:20 AM, Tim Dunphy bluethu...@gmail.com wrote: Hey all, I'm attempting to decommission a node I want to remove. First I get a status of the ring

Re: decommissioning a node

2014-05-25 Thread Tim Dunphy
...@clark.ws wrote: Try this: nodetool decomission host-id-of-node-to-decomission UN means UP, NORMAL -- Colin +1 320 221 9531 On Sun, May 25, 2014 at 9:09 AM, Tim Dunphy bluethu...@gmail.com wrote: Also for information that may help diagnose this issue I am running cassandra 2.0.7

New node Unable to gossip with any seeds

2014-05-25 Thread Tim Dunphy
Hello, I am trying to spin up a new node using cassandra 2.0.7. Both nodes are at Digital Ocean. The seed node is up and running and I can telnet to port 7000 on that host from the node I'm trying to start. [root@cassandra02 apache-cassandra-2.0.7]# telnet 10.10.1.94 7000 Trying 10.10.1.94...

initial token crashes cassandra

2014-05-17 Thread Tim Dunphy
Hey all, I've set my initial_token in cassandra 2.0.7 using a python script I found at the datastax wiki. I've set the value like this: initial_token: 85070591730234615865843651857942052864 And cassandra crashes when I try to start it: [root@beta:/etc/alternatives/cassandrahome]

Re: initial token crashes cassandra

2014-05-17 Thread Tim Dunphy
: org.apache.cassandra.dht.Murmur3Partitioner Thanks Tim On Sat, May 17, 2014 at 3:23 PM, Colin colpcl...@gmail.com wrote: You may have used the old random partitioner token generator. Use the murmur partitioner token generator instead. -- Colin 320-221-9531 On May 17, 2014, at 1:15 PM, Tim Dunphy bluethu

Re: initial token crashes cassandra

2014-05-17 Thread Tim Dunphy
generating tokens for the (original) RandomPartitioner, which has a different range. On 05/17/2014 07:20 PM, Tim Dunphy wrote: Hi and thanks for your response. The puzzling thing is that yes I am using the murmur partition, yet I am still getting the error I just told you guys about: [root

Re: initial token crashes cassandra

2014-05-17 Thread Tim Dunphy
you've changed. -- Colin 320-221-9531 On May 17, 2014, at 10:29 PM, Tim Dunphy bluethu...@gmail.com wrote: You probably generated the wrong token type. Look for a murmur token generator on the Datastax site. What Colin is saying is that the tool you used to create the token

Re: Cassandra vs Elasticsearch.

2014-05-03 Thread Tim Dunphy
I'd like to try your ElasticSearch / Cassandra driver as well. Could you post a link? Is it on GitHub or similar? Thanks Tim Sent from my iPhone On May 3, 2014, at 4:06 PM, prabhat prabha...@gmail.com wrote: Great idea. I can do test Prabhat Kumar Singh On Sun, May 4, 2014 at

Re: Cassandra vs Elasticsearch.

2014-05-03 Thread Tim Dunphy
, May 3, 2014 at 1:37 PM, Tim Dunphy bluethu...@gmail.com wrote: I'd like to try your ElasticSearch / Cassandra driver as well. Could you post a link? Is it on GitHub or similar? Thanks Tim Sent from my iPhone On May 3, 2014, at 4:06 PM, prabhat prabha...@gmail.com wrote: Great idea. I can

Re: cassandra 2.0.6 refuses to start

2014-03-31 Thread Tim Dunphy
at 11:10 PM, Tim Dunphy bluethu...@gmail.com wrote: hey all.. love using the cassandra database. however I've just installed 2.0.6 onto a new host running CentOS 6.5 and when I try to run ./bin/cassandra -f (from within the cassandra directory) I see this weird error I've never seen before

Re: cassandra 2.0.6 refuses to start

2014-03-31 Thread Tim Dunphy
, not root? On Mon, Mar 31, 2014 at 4:52 PM, Tim Dunphy bluethu...@gmail.com wrote: Hi Marcin, Thanks! I'm running the bash shell. And for some reason it also looks like bash does understand 'exec'. [root@beta:~] #echo $SHELL /bin/bash [root@beta:~] #exec Why it suddenly looses

cassandra 2.0.6 refuses to start

2014-03-29 Thread Tim Dunphy
hey all.. love using the cassandra database. however I've just installed 2.0.6 onto a new host running CentOS 6.5 and when I try to run ./bin/cassandra -f (from within the cassandra directory) I see this weird error I've never seen before ./bin/cassandra: line 146: exec: : not found What the

Re: Supported Cassandra version for CentOS 5.5

2014-02-26 Thread Tim Dunphy
I am running Cassandra 2.0.5 on CentOS 5.9 without issue. Getting CassandraPDO to work with with PHP... well that's another matter entirely. I haven't had any luck there at all. I may have to move to Centos 6.x for that reason alone! Tim On Wed, Feb 26, 2014 at 11:55 AM, Donald Smith

using cssandra cql with php

2014-01-12 Thread Tim Dunphy
Hey all, I'd like to be able to make calls to the cassandra database using PHP. I've taken a look around but I've only found solutions out there for Ubuntu and other distros. But my environment is CentOS. Are there any packages out there I can install that would allow me to use CQL in my PHP

cassandra monitoring

2013-12-29 Thread Tim Dunphy
Hi all, I'm attempting to configure datastax agent so that opscenter can monitor cassandra. I am running cassandra 2.0.3 and opscenter-4.0.1-2.noarch running. Cassandra is running on a centos 5.9 host and the opscenter host is running on centos 6.5 A ps shows the agent running [root@beta:~] #ps

Re: Unsibscribe

2013-10-09 Thread Tim Dunphy
Please read http://mail-archives.apache.org/mod_mbox/cassandra-user/ Sent from my iPhone On Oct 9, 2013, at 9:42 AM, Leonid Ilyevsky lilyev...@mooncapital.com wrote: Unsubscribe This email, along with any attachments, is confidential and may be legally privileged or otherwise protected

Re: Recommended hardware

2013-09-24 Thread Tim Dunphy
=docsversion=1.2file=cluster_architecture/cluster_planning Taking a look at the mailinglist's archive might be useful too. M. W dniu 23.09.2013 18:17, Tim Dunphy pisze: Hello, I am running Cassandra 2.0 on a 2gb memory 10 gb HD in a virtual cloud environment. It's supporting a php

Recommended hardware

2013-09-23 Thread Tim Dunphy
Hello, I am running Cassandra 2.0 on a 2gb memory 10 gb HD in a virtual cloud environment. It's supporting a php application running on the same node. Mostly this instance runs smoothly but runs low on memory. Depending on how much the site is used, the VM will swap out sometimes excessively.

Re: java exception on starting cqlsh

2013-09-17 Thread Tim Dunphy
for instance, but the server you're contacting does not know that so it'll refuse. Passing --cqlversion=3.0.0 is a simple way to skip the check (note that it has *no* impact on the server outside of making the check happy). -- Sylvain On Tue, Sep 17, 2013 at 7:39 AM, Tim Dunphy bluethu

Re: w00tw00t.at.ISC.SANS.DFind not found

2013-09-08 Thread Tim Dunphy
: On 8 September 2013 02:55, Tim Dunphy bluethu...@gmail.com wrote: Hey all, I'm seeing this exception in my cassandra logs: Exception during http request mx4j.tools.adaptor.http.HttpException: file mx4j/tools/adaptor/http/xsl/w00tw00t.at.ISC.SANS.DFind:) not found

w00tw00t.at.ISC.SANS.DFind not found

2013-09-07 Thread Tim Dunphy
Hey all, I'm seeing this exception in my cassandra logs: Exception during http request mx4j.tools.adaptor.http.HttpException: file mx4j/tools/adaptor/http/xsl/w00tw00t.at.ISC.SANS.DFind:) not found at mx4j.tools.adaptor.http.XSLTProcessor.notFoundElement(XSLTProcessor.java:314)

Re: JNA not found.

2013-02-19 Thread Tim Dunphy
mlockall successful That's a win! Can't for the life of me figure out why Cassandra 1.2 was refusing to recognize the downloaded jna.jar file in it's lib directory. But the above trick seems to work every time. Thanks for all your input. Tim On Tue, Jan 29, 2013 at 10:18 PM, Tim Dunphy

Re: JNA not found.

2013-01-29 Thread Tim Dunphy
...@gmail.com wrote: I think you need Jna jar and jna-plaform jar in cassandra lib folder -chandra On Mon, Jan 28, 2013 at 10:02 PM, Tim Dunphy bluethu...@gmail.com wrote: I went to github to try to download jna again. I downloaded version 3.5.1 [root@cassandra-node01 cassandrahome

Re: JNA not found.

2013-01-29 Thread Tim Dunphy
, but after adding those two jar the error gone. We used 1.0.8 cassandra (JNA 3.3.0, JNA platform. 3.3.0). what version cassnadra you are using ? -chandra On Tue, Jan 29, 2013 at 12:19 PM, Tim Dunphy bluethu...@gmail.com wrote: Hi Chandra, Thanks for your reply. Well I have added both

JNA not found.

2013-01-28 Thread Tim Dunphy
Hey List, I just downloaded 1.21 and have set it up across my cluster. When I noticed the following notice: INFO 18:14:53,828 JNA not found. Native methods will be disabled. So I downloaded jna.jar from git hub and moved it to the cassandra /lib directory. I changed mod to 755 as per the

Re: JNA not found.

2013-01-28 Thread Tim Dunphy
albeit without JNA working quite naturally. Both my cassandra and java installs are tarball installs. Thanks Tim On Mon, Jan 28, 2013 at 6:29 PM, Tim Dunphy bluethu...@gmail.com wrote: Hey List, I just downloaded 1.21 and have set it up across my cluster. When I noticed the following notice

Re: trouble setting up initial cluster: Host ID collision between active endpoint

2013-01-25 Thread Tim Dunphy
very much in Beta (so if you come across anything, please let us know), but if you have a few minutes and want to deploy a cluster in just a few clicks I highly recommend trying Instaclustr out. Cheers Ben Bromhead *Instaclustr* On Fri, Jan 25, 2013 at 12:35 AM, Tim Dunphy bluethu

Re: trouble setting up initial cluster: Host ID collision between active endpoint

2013-01-24 Thread Tim Dunphy
life easier use this to make the cluster for you http://www.datastax.com/docs/1.2/install/install_ami Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpickle.com On 24/01/2013, at 5:17 AM, Tim Dunphy bluethu...@gmail.com wrote

java exception on start

2013-01-12 Thread Tim Dunphy
Hello, I just upgraded to cassandra 1.2 and I notice that when I start the node I see this java exception: WARN 12:46:52,872 error reading saved cache /var/lib/cassandra/saved_caches/system-schema_columnfamilies-KeyCache-b.db java.io.EOFException at

Re: java exception on start

2013-01-12 Thread Tim Dunphy
Nice info! Thanks! On Sat, Jan 12, 2013 at 12:56 PM, Michael Kjellman mkjell...@barracuda.comwrote: https://issues.apache.org/jira/browse/CASSANDRA-4916 Fixed for 1.2.1! From: Tim Dunphy bluethu...@gmail.com Reply-To: user@cassandra.apache.org user@cassandra.apache.org Date: Saturday

Re: Murmur3Partitioner cassandra 1.2

2013-01-11 Thread Tim Dunphy
OK thanks for the clarification. On Fri, Jan 11, 2013 at 2:13 PM, Michael Kjellman mkjell...@barracuda.comwrote: There is no migration path from RandomPartitioner to Murmur3 On Jan 11, 2013, at 11:12 AM, Tim Dunphy bluethu...@gmail.com wrote: Hello, Will I have to recreate my schema

Re: change cluster name retaining keypsace

2013-01-10 Thread Tim Dunphy
) Check there (unless you changed you data directories in your cassandra.yaml) On Jan 9, 2013, at 7:36 PM, Tim Dunphy bluethu...@gmail.com wrote: Hello, And thanks for your reply! Well so far it's just a single node. So I wouldn't think this should be so complicated. But one day hopefully from

Re: change cluster name retaining keypsace

2013-01-10 Thread Tim Dunphy
Hey Aaron, That worked beautifully. Thank you sir! Tim On Thu, Jan 10, 2013 at 2:59 PM, Tim Dunphy bluethu...@gmail.com wrote: Cool guys.. and thanks. I'll give this a shot. And I do understand it's a cosmetic issue. It's just an OCD little detail I want to correct before my cluster starts

change cluster name retaining keypsace

2013-01-09 Thread Tim Dunphy
Hello, I'm attempting to change my cluster name, yet retain my keyspace as it was. I know from what I've read that this requires changing it within the cassandra cli (using system), changing it in the cassandra.yaml file, and deleting the contents of the /var/lib/cassandra/data/system directory.

Re: change cluster name retaining keypsace

2013-01-09 Thread Tim Dunphy
Hello, And thanks for your reply! Well so far it's just a single node. So I wouldn't think this should be so complicated. But one day hopefully from this node a cluster will grow, but that we shall have to wait and see. At any rate, at /var/log/cassandra I don't see a directory called system.

Re: can't get cqlsh running

2012-10-11 Thread Tim Dunphy
you can run 'python2.6 easy_install cql' to force it to use that python install. -Nick On Thu, Oct 11, 2012 at 10:45 AM, Tim Dunphy bluethu...@gmail.com wrote: Hey guys, I'm on cassandra 1.1.5 on a centos 5.8 machine. I have the cassandra bin directory on my path so that i can simply

Re: change cluster name

2012-08-08 Thread Tim Dunphy
Hello, Thanks for your replies. DNS seems to be properly configured: [root@beta:~] #host beta.jokefire.com beta.jokefire.com has address 198.101.216.47 And I forgot the step to use the nodetool flush command. Taking it from the top again: [default@unknown] use system; Authenticated to

Re: change cluster name

2012-08-08 Thread Tim Dunphy
whoops! sorry about that! trying again.. [default@unknown] connect beta.jokefire.com/9160; Connected to: Test Cluster on beta.jokefire.com/9160 [default@unknown] use system; Authenticated to keyspace: system [default@system] set LocationInfo[utf8('L')][utf8('Cluster Name')]=utf8('Jokefire

Re: change cluster name

2012-08-08 Thread Tim Dunphy
Hi Abhijit, Thanks and actually I did restart cassandra at the end. I suspect I will have to delete the files in my system keyspace folder. I'm not at liberty to do that at the moment, but I will give that shot as soon as I'm able. Thank you again Tim On Wed, Aug 8, 2012 at 12:24 PM, Abhijit

Re: change cluster name

2012-08-07 Thread Tim Dunphy
inserted. You are missing set Amit On Aug 7, 2012, at 5:36 PM, Tim Dunphy wrote: hello, I'd like to change my cluster name from the default 'Test Cluster' to something a little more reflective of the site name. I am using cassandra 1.1.3. So I tried following the instructions from

cassandra 1.0.9 is out!

2012-04-06 Thread Tim Dunphy
Hello list, I just noticed that cassandra 1.0.9 was released. What's so cool about it? It's really hard for me to keep up with all the upgrades to cassandra db, although I really enjoy learning it and working with it. Is there any place I can go to learn about what's new in the latest release?

Re: cassandra 1.0.9 is out!

2012-04-06 Thread Tim Dunphy
+. maki On 2012/04/07, at 6:49, Tim Dunphy bluethu...@gmail.com wrote: Hello list, I just noticed that cassandra 1.0.9 was released.  What's so cool about it? It's really hard for me to keep up with all the upgrades to cassandra db, although I really enjoy learning it and working

cassandra gui

2012-03-29 Thread Tim Dunphy
hey all, I have a new cassandra node that I've setup so that I can get better acquainted with this technology. Thus far I've been using the cassandra-cli and it'd been a fun experience so far. However I know that there are a few cassandra gui's out there and I was just wondering which ones

Re: cassandra gui

2012-03-29 Thread Tim Dunphy
anything else, but have had no issues with opscenter. On 3/29/12 1:53 PM, Tim Dunphy bluethu...@gmail.com wrote: hey all, I have a new cassandra node that I've setup so that I can get better acquainted with this technology. Thus far I've been using the cassandra-cli and it'd been a fun

Re: cassandra site wsod's /mysql site functions

2012-01-03 Thread Tim Dunphy
://www.thelastpickle.com On 28/12/2011, at 3:11 PM, Tim Dunphy wrote: hello, I am new to the world of non-relational databases. Cassandra is refreshingly easy to setup and has a great command line environment. I genuinely like the command line tools and look forward to learning more. However I have been

Re: cassandra site wsod's /mysql site functions

2012-01-03 Thread Tim Dunphy
/ Instead of fighting with the heavy lifting .. it's often recommended around here to use the purpose built libraries that abstract thrift for you ... -sd On Tue, Jan 3, 2012 at 2:01 PM, Tim Dunphy bluethu...@gmail.com wrote: unfortunately not .. :( thanks for checking. still looking for advice

Re: Cassandra WebUI with Sources released

2012-01-02 Thread Tim Dunphy
Nice work! It's beautiful can't wait to play with it! :) On Mon, Jan 2, 2012 at 12:48 PM, Markus Wiesenbacher | Codefreun.de m...@codefreun.de wrote: Hi, I wish you all a happy and healthy new year! As you may remember, I coded a little GUI for Apache Cassandra. Now I did set up a

cassandra site wsod's /mysql site functions

2011-12-27 Thread Tim Dunphy
hello, I am new to the world of non-relational databases. Cassandra is refreshingly easy to setup and has a great command line environment. I genuinely like the command line tools and look forward to learning more. However I have been asked to setup a php/cassandra site that also has some mysql