From user-return-28780-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Fri Sep 14 16:28:37 2012 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 5FEE1DD55 for ; Fri, 14 Sep 2012 16:28:37 +0000 (UTC) Received: (qmail 36921 invoked by uid 500); 14 Sep 2012 16:28:34 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 36888 invoked by uid 500); 14 Sep 2012 16:28:34 -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 36877 invoked by uid 99); 14 Sep 2012 16:28:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 16:28:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of s5alye@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 16:28:28 +0000 Received: by wibhi8 with SMTP id hi8so19533wib.7 for ; Fri, 14 Sep 2012 09:28:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JvTfqANWZpRm/l+MQ3NkqsOcJV7qGic4yz99HASmK+c=; b=GzYrbJG+BBJTX7uqMDO+yjRHxjvcrP4sBiamZxNrucerUTKpgsnzr/A5RMK7p8L0Oh IFysef8c7SvGNSqPDpWeY42RtoChAcLC1AIwxNkRoDTJdQ24NwTJfSTJmHci2AGOR9KK GEpo3liD2viDsTtnB4HNN2XVko+Q1BgsavBgxKkXmAMmGb8gYHOy9nhKcCbZhOVFryjq FHQWX9Qtiv0jbbLZWtwAH45xhoDSxtNpatSNRAO5dMQL17zXjfb51E5VLJSajUYLWZ2w JKXzepGUusRg0pnPZZdD9ekpmJO+AJvJZG3RBQCmrI2cGVJZVZzLJdPgOEA6VLB4NW6R tl1g== MIME-Version: 1.0 Received: by 10.180.84.1 with SMTP id u1mr6954412wiy.15.1347640088399; Fri, 14 Sep 2012 09:28:08 -0700 (PDT) Received: by 10.223.3.14 with HTTP; Fri, 14 Sep 2012 09:28:08 -0700 (PDT) Date: Fri, 14 Sep 2012 12:28:08 -0400 Message-ID: Subject: Astyanax - build From: A J To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, I am new to java and trying to get the Astyanax client running for Cassandra. Downloaded astyanax from https://github.com/Netflix/astyanax. How do I compile the source code from here it in a very simple fashion from linux command line ? Thanks.