unsubscribe

2016-09-12 Thread Spencer Brown
ubsubscribe

Re: performance question

2016-04-12 Thread Spencer Brown
It tends to do very well for that. Storage and modifications are what is more expensive.. On Tue, Apr 12, 2016 at 8:07 PM, Gross, Daniel wrote: > Hi, > > > > I am new to Cassandra. > > > > I am wondering how well does Cassandra perform in e-commerce applications > that

Re:

2016-03-15 Thread Spencer Brown
Should be loginIds map, with s at the end of the loginId in the map definition. On Tue, Mar 15, 2016 at 10:38 AM, Rami Badran wrote: > Hi > > i have the following cassandra schema structure: > > CREATE TABLE users ( > uid TEXT, > loginIds map

Re: ntpd clock sync

2016-03-12 Thread Spencer Brown
slightly behind the real time. On Sat, Mar 12, 2016 at 3:35 PM, John Wong <gokoproj...@gmail.com> wrote: > I believe K is asking whether he can sync up the clock now because he's > concerned about losing data, as 30-40 seconds is pretty bad. > > On Sat, Mar 12, 2016 at 8:57

Re: ntpd clock sync

2016-03-12 Thread Spencer Brown
NTP gradually speeds or slows the clock to arrive at actual time. So the clock still hits every second but 1s may really be 0.8s or 1.2s. In your case, it will sync up within a day. NTP is very clever so you never have newer files back-dated to be older than older files or vice versa. Spencer

Re: Deploying OpsCenter behind a HTTP(S) proxy

2015-06-19 Thread Spencer Brown
On 06/18/2015 11:29 AM, Spencer Brown wrote: First, your firewall should really be your frontend There operational frontend is apache, which is common. You want every url with opscenter in it handled elsewhere. You could also set up proxies for /. cluster-configs, etc

Re: Deploying OpsCenter behind a HTTP(S) proxy

2015-06-18 Thread Spencer Brown
In your examples, there are front pages then there are links to more info on different things. Do you want me to just write a front page or to provide content for the different links? On Thu, Jun 18, 2015 at 5:13 AM, Jonathan Ballet jbal...@gfproducts.ch wrote: Hi, I'm looking for

Re: Deploying OpsCenter behind a HTTP(S) proxy

2015-06-18 Thread Spencer Brown
First, your firewall should really be your frontend There operational frontend is apache, which is common. You want every url with opscenter in it handled elsewhere. You could also set up proxies for /. cluster-configs, etc... Then there is mod_rewrite, which provides a lot more granularity

Re: Files not removed after compaction

2015-06-13 Thread Spencer Brown
You can't delete by year unless tables are organized by year. For deleting tables, cassandra keeeps a copy of the file history which you can delete. Also, you could delete all the extra rows using CQL. On Wed, Jun 10, 2015 at 7:15 PM, Jeff Ferland j...@tubularlabs.com wrote: Compaction

Re: java exception on startup

2015-01-10 Thread Spencer Brown
We don't use thrift clients anymore, so it doesn't matter so much. 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

Re: PHP - Cassandra integration

2014-11-10 Thread Spencer Brown
I'm using /McFrazier/PhpBinaryCql/ On Mon, Nov 10, 2014 at 1:48 AM, Akshay Ballarpure akshay.ballarp...@tcs.com wrote: Hello, I am working on PHP cassandra integration, please let me know which library is good from scalability and performance perspective ? Best Regards Akshay Ballarpure

Re: decommission dead node without token

2014-05-31 Thread Spencer Brown
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: decommission dead node without token

2014-05-31 Thread Spencer Brown
On Sun, Jun 1, 2014 at 12:21 AM, Spencer Brown lilspe...@gmail.com wrote: 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

Loading CQL PDO for CentOS PHP

2014-02-22 Thread Spencer Brown
I'm trying to get CQL going for my CentOS 5 cassandra PHP platform. I've installed thrift, but when I try to make cassandra-pdo or YACassandraPDO for that matter, none of the tests pass. And when I install it with PHP, phpinfo still doesn't show it loading and it doesn't work. Any ideas would be

Fwd: Delivery Status Notification (Failure)

2014-02-21 Thread Spencer Brown
I'm trying to get CQL going for my CentOS 5 cassandra PHP platform. I've installed thrift, but when I try to make cassandra-pdo or YACassandraPDO for that matter, none of the tests pass. And when I install it with PHP, phpinfo still doesn't show it loading and it doesn't work. Any ideas would