Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC03D9522 for ; Mon, 18 Mar 2013 17:12:46 +0000 (UTC) Received: (qmail 6910 invoked by uid 500); 18 Mar 2013 17:12:44 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 6887 invoked by uid 500); 18 Mar 2013 17:12:44 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 6879 invoked by uid 99); 18 Mar 2013 17:12:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 17:12:44 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a58.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 17:12:39 +0000 Received: from homiemail-a58.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a58.g.dreamhost.com (Postfix) with ESMTP id E9D527D806A for ; Mon, 18 Mar 2013 10:12:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h= content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; s= thelastpickle.com; bh=0oNGheoam7LRuA2N02eVX0PqgFI=; b=FtUVRYnXtn +s18LgbqMvUfTgjGVOtr+vBBj9//6+oBs/T07ERQnZYO9zwtudHJ9FY9qMl+kvh3 MSeCSkA/PLRcpefx0XSM7rUJyvyq1WTDxBiuffluVS/LNkwDrfCqIj9Proj1GlUc hENDyWZ9UVtc/bOQBicbvn5hyGBLJ4DyE= Received: from [172.16.1.8] (unknown [203.86.207.101]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a58.g.dreamhost.com (Postfix) with ESMTPSA id 79FF47D8058 for ; Mon, 18 Mar 2013 10:12:29 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: Cassandra Platform Support From: aaron morton In-Reply-To: <1363293063.67778.YahooMailNeo@web141405.mail.bf1.yahoo.com> Date: Tue, 19 Mar 2013 06:12:17 +1300 Content-Transfer-Encoding: quoted-printable Message-Id: <52DA8611-8711-4CA9-8EA1-884ED31AD913@thelastpickle.com> References: <1363293063.67778.YahooMailNeo@web141405.mail.bf1.yahoo.com> To: Cassandra User X-Mailer: Apple Mail (2.1499) X-Virus-Checked: Checked by ClamAV on apache.org > What are the supported platforms for Cassandra? Linux is the most used, there are people using Windows.=20 > we have run into issues with some of the native calls used by = Cassandra. Could you provide some more information and/or file a ticket on = https://issues.apache.org/jira/browse/CASSANDRA You are somewhat exploring new territory, if you can ask raise some = specific issues on the user list or in tickets you'll probably get the = help you need. And the project will be all the better.=20 Thanks =20 ----------------- Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 15/03/2013, at 9:31 AM, Rick Cole wrote: > We are looking to use Cassandra for our persistent store. However, we = have requirements to support multiple platforms including Windows = Server, Linux, HP-UX, AIX and Solaris. I have searched the web and = literally find nothing about Cassandra running on some of these = platforms. I don't even find posts asking this question. What are the = supported platforms for Cassandra? I see DataStax provides distros for = Windows, Mac and Linux. On other platforms (namely HP-UX), we have run = into issues with some of the native calls used by Cassandra. We have = been able to successfully recompile the native Snappy libraries on HP-UX = (about to try other platforms), however it looks like there are multiple = sun.misc.Unsafe calls made by Cassandra when doing other operations (ie: = comparing arrays). Has anyone been successful in getting Cassandra up = and running on any or all of these platforms? Thank you for any help. > =20 > Rick