Re: Cassandra - Pig integration

2014-07-31 Thread Kevin Burton
I think you need to send that details file for us to give you more information: /home/hduser/apache-cassandra-2.0.9/examples/pig/pig_1406808480077.log pig stores its runtime exceptions in a main details file that has the guts of the problem. Also, try posting to the pig user list. I'll tell yo

Re: select many rows one time or select many times?

2014-07-31 Thread Jack Krupansky
This doesn’t seem like a reasonable use case for Cassandra. I mean, it’s not a typical “database” use case. -- Jack Krupansky From: Philo Yang Sent: Thursday, July 31, 2014 1:44 PM To: user@cassandra.apache.org Subject: select many rows one time or select many times? Hi all, I have a cluste

Authentication for Mx4j

2014-07-31 Thread Rahul Neelakantan
Does anyone know how to enable basic authentication of MX4J with Cassandra? Mx4j supports it but not sure how to pass the variables to enable it. I was able to set the listen address and port for the http server, but can't get authentication to work. Rahul Neelakantan

select many rows one time or select many times?

2014-07-31 Thread Philo Yang
Hi all, I have a cluster of 2.0.6 and one of my tables is like this: CREATE TABLE word ( user text, word text, flag double, PRIMARY KEY (user, word) ) each "user" has about 1 "word" per node. I have a requirement of selecting all rows where user='someuser' and word is in a large set w

Re: Changes in the Metrics MBean

2014-07-31 Thread Otis Gospodnetic
Hi, Btw. what do you mean by "overall metrics for a particular cluster"? Thanks, Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.com/ On Thu, Jul 10, 2014 at 9:13 AM, bhavishya.p wrote: > > Hi.. > There seems to be a new feature

AW: Migration from Cassandra 1.2.5 to Cassandra 2.0.8 with changed partitioner settings

2014-07-31 Thread Thorsten.Sinn
Well, we ran StorageService.bulkLoad via JMX. According to http://www.datastax.com/dev/blog/bulk-loading this should have the same effect and can be done on the same machine: "Because the sstableloader uses gossip to communicate with other nodes, if launched on the same machine that a given Cas

Re: `system` keyspace replication

2014-07-31 Thread Jens Rantil
Great. Thanks for a quick answer, Mark. Jens On Thu, Jul 31, 2014 at 12:30 PM, Mark Reddy wrote: > Hi Jens, > > The system keyspace is configured with LocalStrategy, this strategy only > stores data on the the local node. This strategy is reserved for internal > use only and is used for other

Re: `system` keyspace replication

2014-07-31 Thread Mark Reddy
Hi Jens, The system keyspace is configured with LocalStrategy, this strategy only stores data on the the local node. This strategy is reserved for internal use only and is used for other things such as SecondaryIndexes. You cannot change the replication factor of the 'system' keyspace. If you att

`system` keyspace replication

2014-07-31 Thread Jens Rantil
Hi, Datastax has a documentation page about configuring replication[1]. It mentions a couple of system keyspaces that they recommend increasing replication for. However, it does not mention the `system` keyspace. Question: Is it recommended to increase replication factor for the `system` keyspace

Re: Migration from Cassandra 1.2.5 to Cassandra 2.0.8 with changed partitioner settings

2014-07-31 Thread Rahul Neelakantan
You said you tried restoring a snapshot via bulk loader, did you actually run sstableloader? Rahul Neelakantan > On Jul 31, 2014, at 2:54 AM, tsi wrote: > > Well, the new Cassandra cluster is already setup with the different > partitioner settings and there are already other applications runni