Re: Alternate apt repo for Debian installation?

2024-03-20 Thread Grant Talarico
Oh, nevermind. It looks like debian.cassandra.apache.org has come back online and I can get once again pull from the apt repo. On Wed, Mar 20, 2024 at 2:15 PM Grant Talarico wrote: > I already tried those. My particular application requires a minimum > version of 3.11.14 and I have 3.11.16 insta

Re: Alternate apt repo for Debian installation?

2024-03-20 Thread Grant Talarico
I already tried those. My particular application requires a minimum version of 3.11.14 and I have 3.11.16 installed in my staging environment. The archive.apache.org only has it's latest of 3.11.13. On Wed, Mar 20, 2024 at 1:55 PM Bowen Song via user < user@cassandra.apache.org> wrote: > You can

Re: Alternate apt repo for Debian installation?

2024-03-20 Thread Bowen Song via user
You can try https://archive.apache.org/dist/cassandra/debian/ The deb files can be found here: https://archive.apache.org/dist/cassandra/debian/pool/main/c/cassandra/ On 20/03/2024 20:47, Grant Talarico wrote: Hi there. Hopefully this is the right place to ask this question. I'm trying to ins

Alternate apt repo for Debian installation?

2024-03-20 Thread Grant Talarico
Hi there. Hopefully this is the right place to ask this question. I'm trying to install the latest version of Cassandra 3.11 using debian packages through the debian.cassandra.apache.org apt repo but it appears to be down at the moment. Is there an alternate apt repo I might be able to use as a bac

RE: RPM Installation on RHEL7 broken

2022-08-09 Thread Amit Patel via user
Thank you Yakir From: Stéphane Alleaume Sent: 09 August 2022 14:21 To: Yakir Gibraltar Cc: user@cassandra.apache.org; Amit Patel Subject: Re: RPM Installation on RHEL7 broken CAUTION: This email comes from outside Euroclear! Be vigilant! Thanks you very much :-) Kind regards Stéphane Le

Re: RPM Installation on RHEL7 broken

2022-08-09 Thread Stéphane Alleaume
> >> >> Kind regards, >> >> Amit Patel >> >> >> >> *From:* Stéphane Alleaume >> *Sent:* 09 August 2022 13:32 >> *To:* user@cassandra.apache.org; Amit Patel >> *Subject:* Re: RPM Installation on RHEL7 broken >> >> >>

Re: RPM Installation on RHEL7 broken

2022-08-09 Thread Yakir Gibraltar
gt; > Amit Patel > > > > *From:* Stéphane Alleaume > *Sent:* 09 August 2022 13:32 > *To:* user@cassandra.apache.org; Amit Patel > *Subject:* Re: RPM Installation on RHEL7 broken > > > > *CAUTION:* This email comes from outside Euroclear! Be vigilant! > > H

RE: RPM Installation on RHEL7 broken

2022-08-09 Thread Amit Patel via user
@cassandra.apache.org; Amit Patel Subject: Re: RPM Installation on RHEL7 broken CAUTION: This email comes from outside Euroclear! Be vigilant! Hi Hope it will help : https://cassandra.apache.org/doc/trunk/cassandra/getting_started/installing.html#installing-the-rpm-packages 1. Add the Apache

Re: RPM Installation on RHEL7 broken

2022-08-09 Thread Stéphane Alleaume
a will get created as part of the installation. The Cassandra service will also be run as this user. 1. Start the Cassandra service: $ sudo service cassandra start Le mar. 9 août 2022, 14:17, Amit Patel via user a écrit : > Hi All, > > > > We are facing the issue on RHEL

RPM Installation on RHEL7 broken

2022-08-09 Thread Amit Patel via user
Hi All, We are facing the issue on RHEL7 as well , we have java8 installed on the system but when I tried to install yum install Cassandra or even localinstall(downloaded rpm) gives similar error as below . There are bug report for this issue (CASSANDRA-17765

Re: Installation

2018-07-10 Thread rajasekhar kommineni
Thanks Michael, While I agree with the advantage of symlinks , I am worried for future upgrades. My concern here is how to unlink the Cassandra binaries like nodetool,cassandra ,cqlsh etc after migrating to tar gz installation. Thanks, > On Jul 10, 2018, at 5:46 AM, Michael Shuler wr

Re: Installation

2018-07-10 Thread Michael Shuler
On 07/10/2018 02:48 AM, rajasekhar kommineni wrote: > Hi Rahul, > > The problem for removing the old links is Cassandra binaries are pointed > from /usr//bin/, /usr//sbin etc .. > > $ which nodetool  > /usr/bin/nodetool > $ which cqlsh > /usr/bin/cqlsh > $ which cassandra > /usr/sbin/cassandra T

Re: Installation

2018-07-10 Thread rajasekhar kommineni
wrote: > > That approach will work, however that may take a long time. > > The important things that are unique to your cluster will be your > configuration files & your data /log directories. > > The binaries can be placed on the same machines via tar installation. While

Re: Installation

2018-07-10 Thread Rahul Singh
That approach will work, however that may take a long time. The important things that are unique to your cluster will be your configuration files & your data /log  directories. The binaries can be placed on the same machines via tar installation. While keeping the machines running on the

Re: Installation

2018-07-09 Thread rajpal reddy
We have our infrastructure in cloud so opted for adding new dc with tar.gz then removed the old dc with package installation Sent from my iPhone > On Jul 9, 2018, at 2:23 PM, rajasekhar kommineni wrote: > > Hello All, > > I have a cassandra cluster where package installation

Installation

2018-07-09 Thread rajasekhar kommineni
Hello All, I have a cassandra cluster where package installation is done, I want to convert it to tar.gz installation. Is there any procedure to follow. Thanks, Rajasekhar Kommineni - To unsubscribe, e-mail: user-unsubscr

Re: Cassandra installation best practices

2016-10-18 Thread kurt Greaves
ont > mehdi.b...@dbi-services.com > www.dbi-services.com > > > > -- > *From: *"Brooke Jensen" > *To: *"user" > *Sent: *Tuesday, October 18, 2016 8:59:14 AM > *Subject: *Re: Cassandra installation best practices > > Hi Mehdi, > In addition, give som

Re: Cassandra installation best practices

2016-10-18 Thread Mehdi Bada
, October 18, 2016 8:59:14 AM Subject: Re: Cassandra installation best practices Hi Mehdi, In addition, give some thought to your cluster topology. For maximum fault tolerance and availability I would recommend using at least three nodes with a replication factor of three. Ideally, you shoul

Re: Cassandra installation best practices

2016-10-17 Thread Brooke Jensen
Hi Mehdi, In addition, give some thought to your cluster topology. For maximum fault tolerance and availability I would recommend using at least three nodes with a replication factor of three. Ideally, you should also use Cassandra logical racks. This will reduce the risk of outage and make ongoin

Re: Cassandra installation best practices

2016-10-17 Thread Anuj Wadehra
Hi Mehdi, You can refer  https://docs.datastax.com/en/landing_page/doc/landing_page/recommendedSettings.html  . ThanksAnuj On Mon, 17 Oct, 2016 at 10:20 PM, Mehdi Bada wrote: Hi all, It is exist some best practices when installing Cassandra on production environment? Some standard to follow?

Re: Cassandra installation best practices

2016-10-17 Thread Vladimir Yudovin
Hi, you can take a look on http://docs.datastax.com/en/landing_page/doc/landing_page/recommendedSettingsLinux.html Regarding file system type I guess ext4 is good enough. (Though RedHat now use XFS as default FS). Best regards, Vladimir Yudovin, Winguzone - Hosted Cloud Cassandra on Az

Cassandra installation best practices

2016-10-17 Thread Mehdi Bada
Hi all, It is exist some best practices when installing Cassandra on production environment? Some standard to follow? For instance, the file system type etc..

Re: Using CCM with Opscenter and manual agent installation

2016-01-11 Thread Giampaolo Trapasso
> I believe the issue is just jmx_host needing to be set to 'localhost' Yes, that solved. Thanks! giampaolo 2016-01-08 5:17 GMT+01:00 Nick Bailey : > stomp_interface is the address to connect back to the central OpsCenter > daemon with, so 127.0.0.1 should be correct. I believe the issue is jus

Re: Using CCM with Opscenter and manual agent installation

2016-01-07 Thread Michael Shuler
On 01/07/2016 10:17 PM, Nick Bailey wrote: > stomp_interface is the address to connect back to the central OpsCenter > daemon with, so 127.0.0.1 should be correct. I believe the issue is just > jmx_host needing to be set to 'localhost' This indeed looks promising, thanks Nick! mshuler@hana:~$ ccm

Re: Using CCM with Opscenter and manual agent installation

2016-01-07 Thread Nick Bailey
stomp_interface is the address to connect back to the central OpsCenter daemon with, so 127.0.0.1 should be correct. I believe the issue is just jmx_host needing to be set to 'localhost' On Thu, Jan 7, 2016 at 8:50 PM, Michael Shuler wrote: > On 01/07/2016 08:46 PM, Michael Shuler wrote: > > I'm

Re: Using CCM with Opscenter and manual agent installation

2016-01-07 Thread Michael Shuler
On 01/07/2016 08:46 PM, Michael Shuler wrote: > I'm not sure exactly what that service is, but if all 4 nodes (which are > all really localhost aliases) are attempting to bind to the same IP:port > for that stomp connection, they could be stepping on one another. Should > those be 127.0.0.1 for nod

Re: Using CCM with Opscenter and manual agent installation

2016-01-07 Thread Michael Shuler
On 01/07/2016 02:09 AM, Giampaolo Trapasso wrote: > I've configured all the four agents. For example /agent3/ configuration is > > |[Giampaolo]: ~/opscenter/> cat agent3/conf/address.yaml stomp_interface: > "127.0.0.1" agent_rpc_interface: 127.0.0.3 jmx_host: 127.0.0.3 jmx_port: > 7300 | This loo

Re: Using CCM with Opscenter and manual agent installation

2016-01-07 Thread Nick Bailey
Cassandra switched jmx to only bind to localhost, so I believe you just need to change jmx_host to localhost for all conf files. On Thu, Jan 7, 2016 at 4:48 PM, Giampaolo Trapasso < giampaolo.trapa...@radicalbit.io> wrote: > Thanks Michael for the reply. I'm quite new to Cassandra, so it make sen

Re: Using CCM with Opscenter and manual agent installation

2016-01-07 Thread Giampaolo Trapasso
Thanks Michael for the reply. I'm quite new to Cassandra, so it make sense to explain the use case. I just want to try different choices of data modelling and compare number of reads and writes. At the moment I'm not interested in a real stress test, I just want to understand implications of my cho

Re: cassandra installation

2015-06-09 Thread ICHIBA Sara
cool , thank you for the suggestion. 2015-06-09 17:40 GMT+02:00 Carlos Rolo : > (Some self-promotion here) > > You can follow this blog to help you out: > http://www.pythian.com/blog/from-0-to-cassandra-an-exhaustive-approach-to-installing-cassandra/ > > Regards, > > Carlos Juzarte Rolo > Cassand

Re: cassandra installation

2015-06-09 Thread Carlos Rolo
(Some self-promotion here) You can follow this blog to help you out: http://www.pythian.com/blog/from-0-to-cassandra-an-exhaustive-approach-to-installing-cassandra/ Regards, Carlos Juzarte Rolo Cassandra Consultant Pythian - Love your data rolo@pythian | Twitter: cjrolo | Linkedin: *linkedin.c

Re: cassandra installation

2015-06-09 Thread ICHIBA Sara
Ok thank you very much. I got my answer :) 2015-06-09 17:34 GMT+02:00 Alex Popescu : > The JVM is the runtime platform for Cassandra. You can use any driver with > it (there's no default driver). DataStax provides quite a few open source > drivers [1] and there are also community maintained drive

Re: cassandra installation

2015-06-09 Thread Alex Popescu
The JVM is the runtime platform for Cassandra. You can use any driver with it (there's no default driver). DataStax provides quite a few open source drivers [1] and there are also community maintained drivers [2] [1]: https://github.com/datastax/ [2]: http://planetcassandra.org/client-drivers-too

cassandra installation

2015-06-09 Thread ICHIBA Sara
hey there, In order to install cassandra, java has to be installed first. is that mean that the default driver of cassandra is java? what if we wanna use the cpp driver? P.S 1: my questions might be so dump, but I will really appreciate an answer. PS 2: I'm intern and i'm completely new to cassan

Re: Installation

2014-09-21 Thread Patricia Gorla
Jim, A wide variety of OSes can be used, but Linux is the most popular. You can start here for installation instructions: http://www.datastax.com/documentation/getting_started/doc/getting_started/gsInstallCassandra.html . -- Patricia Gorla @patriciagorla Consultant Apache Cassandra Consulting

Installation

2014-09-21 Thread Jim Xie
What is the best OS for Cassandra? Can I install Cassandra into Ubuntu? If so, please tell me the installation instruction. Thanks!

Re: Cassandra Installation

2014-08-26 Thread Umang Shah
Hi Malay, Have a look at this video, this will give you very clear instruction how you can achieve your output. https://www.youtube.com/watch?v=Wohi9B-1Omc Thanks, Umang Shah Pentaho BI-ETL Developer shahuma...@gmail.com On Tue, Aug 26, 2014 at 12:41 PM, Malay Nilabh wrote: > Hi > > > > I w

Cassandra Installation

2014-08-26 Thread Malay Nilabh
Hi I want to setup one node Cassandra cluster on my Ubuntu machine which has Java 1.7 along with oracle jdk and I have already downloaded the cassandra 2.0 tar file, so I need full document to setup single node Cassandra cluster please guide me through this. Thanks & Regards Malay Nilabh BIDW

Re: Cassandra DSC installation fail due to some python dependecies. How to rectify ?

2014-02-17 Thread Al Tobey
e-run your original apt command. -Al Tobey Open Source Mechanic Datastax On Mon, Feb 17, 2014 at 3:21 PM, Ertio Lew wrote: > I am trying to install cassandra dsc20 but the installation fails due to > some python dependecies. How could I make this work ? > > > root@server1:~# s

Cassandra DSC installation fail due to some python dependecies. How to rectify ?

2014-02-17 Thread Ertio Lew
I am trying to install cassandra dsc20 but the installation fails due to some python dependecies. How could I make this work ? root@server1:~# sudo apt-get install dsc20 Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be

Re: Native LZ4 compressor installation

2013-02-28 Thread Jabbar
lz4-1.1.0.jar is used by Cassandra. I've just found the native library embedded in the jar file. I'll check in the morning if some sort confirmation is shown. On 28 February 2013 20:42, Jabbar wrote: > Hello, > > I am

Native LZ4 compressor installation

2013-02-28 Thread Jabbar
Hello, I am experimenting with cassandra 1.2.2 and are interested in using the native LZ4 compressor in linux. I have built the linux library but aren't sure how to tell tell cassandra to use it. Do I just drop it in the cassandra lib directory and change the compression for my column family? How

Re: Single Node Cassandra Installation

2012-11-12 Thread Rob Coli
On Sat, Nov 10, 2012 at 6:16 PM, Drew Kutcharian wrote: > Thanks Rob, this makes sense. We only have one rack at this point, so I think > it'd be better to start with PropertyFileSnitch to make Cassandra think that > these nodes each are in a different rack without having to put them on > diffe

Re: Single Node Cassandra Installation

2012-11-10 Thread Drew Kutcharian
Thanks Rob, this makes sense. We only have one rack at this point, so I think it'd be better to start with PropertyFileSnitch to make Cassandra think that these nodes each are in a different rack without having to put them on different subnets. And I will have more flexibility (at the cost of ke

Re: Single Node Cassandra Installation

2012-11-05 Thread Rob Coli
On Mon, Nov 5, 2012 at 12:23 PM, Drew Kutcharian wrote: >> Switching from SimpleStrategy to RackAware can be a pain. > > Can you elaborate a bit? What would be the pain point? If you don't maintain the same replica placement vis a vis nodes on your cluster, you have to dump and reload. Simple ex

Re: Single Node Cassandra Installation

2012-11-05 Thread Drew Kutcharian
; On 11/5/12 9:59 AM, "zGreenfelder" wrote: > >> On Mon, Nov 5, 2012 at 12:49 PM, Drew Kutcharian wrote: >>> Hey Guys, >>> >>> What should I look out for when deploying a single node installation? >>> We want to launch a product that uses Cassand

Re: Single Node Cassandra Installation

2012-11-05 Thread Michael Kjellman
look out for when deploying a single node installation? >>We want to launch a product that uses Cassandra and since we are going >>to have very little load initially, we were thinking of just going live >>with one node and eventually add more nodes as the load (hopefully) >>grow

Re: Single Node Cassandra Installation

2012-11-05 Thread zGreenfelder
On Mon, Nov 5, 2012 at 12:49 PM, Drew Kutcharian wrote: > Hey Guys, > > What should I look out for when deploying a single node installation? We want > to launch a product that uses Cassandra and since we are going to have very > little load initially, we were thinking of just

Single Node Cassandra Installation

2012-11-05 Thread Drew Kutcharian
Hey Guys, What should I look out for when deploying a single node installation? We want to launch a product that uses Cassandra and since we are going to have very little load initially, we were thinking of just going live with one node and eventually add more nodes as the load (hopefully

Re: Single Node Cassandra Installation

2012-03-19 Thread aaron morton
> Even more: if you enable read repair the chances of having bad writes > decreases for any further reads. This will make your cluster become faster > consistent again after some failure. Under 1.0 the default RR probability was reduced to 10%. Because Hinted Handoff was changed to also store h

Re: Single Node Cassandra Installation

2012-03-17 Thread R. Verlangen
" By default Cassandra tries to write to both nodes, always. Writes will only fail (on a node) if it is down, and even then hinted handoff will attempt to keep both nodes in sync when the troubled node comes back up. The point of having two nodes is to have read and write availability in the face o

Re: Single Node Cassandra Installation

2012-03-16 Thread Ben Coverston
Doing reads and writes at CL=1 with RF=2 N=2 does not imply that the reads will be inconsistent. It's more complicated than the simple counting of blocked replicas. It is easy to support the notion that it will be largely consistent, in fact very consistent for most use cases. By default Cassandra

Re: Single Node Cassandra Installation

2012-03-16 Thread Thomas van Neerijnen
You'll need to either read or write at at least quorum to get consistent data from the cluster so you may as well do both. Now that you mention it, I was wrong about downtime, with a two node cluster reads or writes at quorum will mean both nodes need to be online. Perhaps you could have an emergen

Re: Single Node Cassandra Installation

2012-03-15 Thread Drew Kutcharian
Thanks for the comments, I guess I will end up doing a 2 node cluster with replica count 2 and read consistency 1. -- Drew On Mar 15, 2012, at 4:20 PM, Thomas van Neerijnen wrote: > So long as data loss and downtime are acceptable risks a one node cluster is > fine. > Personally this is usual

Re: Single Node Cassandra Installation

2012-03-15 Thread Thomas van Neerijnen
So long as data loss and downtime are acceptable risks a one node cluster is fine. Personally this is usually only acceptable on my workstation, even my dev environment is redundant, because servers fail, usually when you least want them to, like for example when you've decided to save costs by wai

Re: Single Node Cassandra Installation

2012-03-15 Thread R. Verlangen
Hi Drew, One other disadvantage is the lack of "consistency level" and "replication". Both ware part of the high availability / redundancy. So you would really need to backup your single-node-"cluster" to some other external location. Good luck! 2012/3/15 Drew Kutcharian > Hi, > > We are worki

Single Node Cassandra Installation

2012-03-15 Thread Drew Kutcharian
Hi, We are working on a project that initially is going to have very little data, but we would like to use Cassandra to ease the future scalability. Due to budget constraints, we were thinking to run a single node Cassandra for now and then add more nodes as required. I was wondering if it is

Re: Installation Exception

2011-08-03 Thread Eldad Yamin
Thanks! I missed that lol! BTW, how do I compile it? Thanks! On Wed, Aug 3, 2011 at 6:51 PM, samal wrote: > did u compile source code? :) > you have downloaded source code not binary. > > try with binary. > > On Wed, Aug 3, 2011 at 9:14 PM, Eldad Yamin wrote: > >> Hi, >> I'm trying to install

Re: Installation Exception

2011-08-03 Thread Eldad Yamin
Thanks Jonathan, I saw the EC2 AMI that was made by datastax - I prefer not to use it becuse I want to learn how to install Cassandra first. On Wed, Aug 3, 2011 at 8:03 PM, Jonathan Ellis wrote: > > http://www.datastax.com/dev/blog/setting-up-a-cassandra-cluster-with-the-datastax-ami > > On Wed,

Re: Installation Exception

2011-08-03 Thread Jonathan Ellis
http://www.datastax.com/dev/blog/setting-up-a-cassandra-cluster-with-the-datastax-ami On Wed, Aug 3, 2011 at 10:44 AM, Eldad Yamin wrote: > Hi, > I'm trying to install Cassandra on Amazon EC2 without success, this is what > I did: > > Created new "Small" EC2 instance (this is just for testing), r

Re: Installation Exception

2011-08-03 Thread samal
did u compile source code? :) you have downloaded source code not binary. try with binary. On Wed, Aug 3, 2011 at 9:14 PM, Eldad Yamin wrote: > Hi, > I'm trying to install Cassandra on Amazon EC2 without success, this is what > I did: > >1. Created new "Small" EC2 instance (this is just for

Installation Exception

2011-08-03 Thread Eldad Yamin
Hi, I'm trying to install Cassandra on Amazon EC2 without success, this is what I did: 1. Created new "Small" EC2 instance (this is just for testing), running Ubuntu OS - custom AIM (ami-596f3c1c) from: http://uec-images.ubuntu.com/releases/11.04/release/ 2. Installed Java: # sudo a

Cassandra and Solandra Installation guid

2011-08-03 Thread Eldad Yamin
Hi, I'd like to get tutorials on how to install Cassandra and Solandra - I couldn't find anything helpful. In addition, how to use (index/search) Solandra tutorials will be great. Thanks!

Re: Cluster Installation Verification

2011-04-26 Thread aaron morton
Does not look like there is much data in there :) Also don't forget to use the datatype functions in the cli to match what your app is doing, see help for more details. e.g. get MyCf[uuid('something-that-looks-llike-a-uuid')] Also the ring is unbalanced (the Owns column), you will want to assig

Re: Cluster Installation Verification

2011-04-26 Thread Brad Willard
The setup is 10.11.6.9 as the seed and the other three nodes bootstrapped. I attached two cassandra.yaml files, the config of the seed, and the config of one of the cluster nodes. Ring output /opt/cassandra/apache-cassandra-0.7.4# ./bin/nodetool -h 10.11.6.9 ring Address Status State Loa

Re: Cluster Installation Verification

2011-04-26 Thread Jonathan Colby
What replication strategy did you use? how does the ring look? were the newly added nodes bootstrapped? is 1 or more nodes listed as a seed? Lots of questions. but maybe you could post your cassandra.yaml here and we can take a look at it. The output of nodetool ring would also be good. Jon

Cluster Installation Verification

2011-04-26 Thread Brad Willard
I'm trying to setup a cassandra cluster with 0.7.4 on 4 nodes. I initially did a single server test that went beautifully with a test that inserted 16 million rows with no issues. However when I tried to create a 4 node cluster I've been seeing weird behavior. I seem to be able to run my same test

Re: Installation

2011-03-07 Thread Eric Gilmore
The DataStax packaged releases<http://www.datastax.com/docs/0.7/configuration/packaged_releases>follow standard practices for Linux-ish installation, so they might be a good model to follow. For instance, the RHEL/CentOS package installs the binaries (cassandra-cli, nodetool) in /u

Installation

2011-03-07 Thread Mark
Where do must people install Cassandra to? /var or /opt? Thanks

Re: Probelms with Set on Byte type New Installation

2011-01-26 Thread Bill Speirs
ser@cassandra.apache.org > Subject: Re: Probelms with Set on Byte type New Installation > > Why would you expect strings? You stated that your comparator is > BytesType. If you set the default_validation_class then you can > specify what types the values should be returned as: >

RE: Probelms with Set on Byte type New Installation

2011-01-26 Thread David Quattlebaum
com] Sent: Wednesday, January 26, 2011 4:09 PM To: user@cassandra.apache.org Subject: Re: Probelms with Set on Byte type New Installation Why would you expect strings? You stated that your comparator is BytesType. If you set the default_validation_class then you can specify what types the values sho

Re: Probelms with Set on Byte type New Installation

2011-01-26 Thread Bill Speirs
gt; timestamp=1296071774549000) > => (column=537461746550726f76, value=5343, timestamp=1296071760213000) > Returned 5 results. > > Values should be Name and Address Values. > > -David Q > > -Original Message- > From: Bill Speirs [mailto:bill.spe...@gmail.com] >

RE: Probelms with Set on Byte type New Installation

2011-01-26 Thread David Quattlebaum
Address Values. -David Q -Original Message- From: Bill Speirs [mailto:bill.spe...@gmail.com] Sent: Wednesday, January 26, 2011 3:45 PM To: user@cassandra.apache.org Subject: RE: Probelms with Set on Byte type New Installation I'm very (2 days) new to Cassandra, but what does the output look

RE: Probelms with Set on Byte type New Installation

2011-01-26 Thread Bill Speirs
nuary 26, 2011 3:25 PM To: user@cassandra.apache.org Subject: Probelms with Set on Byte type New Installation I have set up a new installation of Cassandra, and have it running with no problems (0.7.0) Using CLI I added a new keyspace, and column family. When I set a value for a column I get “

Probelms with Set on Byte type New Installation

2011-01-26 Thread David Quattlebaum
I have set up a new installation of Cassandra, and have it running with no problems (0.7.0) Using CLI I added a new keyspace, and column family. When I set a value for a column I get "Value Inserted" However, when I get the column value it is a number, even though the Column

Re: cassandra installation

2010-10-26 Thread Jonathan Ellis
http://www.riptano.com/docs/0.6.5/getting_started/index On Tue, Oct 26, 2010 at 9:35 AM, wrote: > I thought of using cassandra, but all the installation guides that i found > online through google search are not helping out...I get too many errors when > i'm following them..I gu