Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 07AD510BF7 for ; Wed, 27 Nov 2013 16:26:06 +0000 (UTC) Received: (qmail 63363 invoked by uid 500); 27 Nov 2013 16:24:20 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 62686 invoked by uid 500); 27 Nov 2013 16:24:19 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 62571 invoked by uid 99); 27 Nov 2013 16:24:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 16:24:18 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of amits@infolinks.com designates 207.126.144.119 as permitted sender) Received: from [207.126.144.119] (HELO eu1sys200aog105.obsmtp.com) (207.126.144.119) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 27 Nov 2013 16:24:10 +0000 Received: from mail-ie0-f182.google.com ([209.85.223.182]) (using TLSv1) by eu1sys200aob105.postini.com ([207.126.147.11]) with SMTP ID DSNKUpYclsKRONTN6hfMZ1mzlOpoLTwnuwRM@postini.com; Wed, 27 Nov 2013 16:23:50 UTC Received: by mail-ie0-f182.google.com with SMTP id as1so12166505iec.41 for ; Wed, 27 Nov 2013 08:23:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=QEWOYj8W8HWeQoEhjcy1GeXXHrhWEoHeYuQBOuBYoJk=; b=LxG2T6HK3Ds1KLoANcrkjNSGX0msWRCwzGTGKqZvBVfWt+euTv+y/UfwmPlpTXg2aE 6TjkapQwMRtu+QzUjkr3CMz5ukIK+nJkFo/WanhHk1kO0RGLfh2fW/mdJtkJZpJ1A0u/ SKK5Q3o+RRYKasKji5Vrvmv8/15vYSpCtLPXy8ilzUTAZHZU4ORiqyI4Kdwr227Xp6gI XWKYfuMMrAVHRXf13OxM0mz/TmYNJVBeRFdC7Ei4NKEkG96QtKFHaReRgTYHcI2hjj5x m5X/F4YPMJs9GWEU5oxcukY17rPqj5IKL3V6KKmwIU051ryMlZri+2fpPDKu+//1xUg7 w8Kw== X-Gm-Message-State: ALoCoQkAoEtWWbtQpXd4XKE6O5hOE79yMsI9NP0kdvl97zTek/Fz4CarFszHSHlxw+iqO4hhCbLJ0zQw1vFHH8P427JaSqyHL103O7cZ8w2v6eL3BoZ/SYt5TyLeyGoPvcK8C+P1T3t4F4Mx7gBGLo5qG0U3I7+ADkSStQ94Y1nWccnt+3EbUSs= X-Received: by 10.50.87.69 with SMTP id v5mr22191984igz.55.1385569429193; Wed, 27 Nov 2013 08:23:49 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.50.87.69 with SMTP id v5mr22191973igz.55.1385569429085; Wed, 27 Nov 2013 08:23:49 -0800 (PST) Received: by 10.64.227.15 with HTTP; Wed, 27 Nov 2013 08:23:49 -0800 (PST) Date: Wed, 27 Nov 2013 18:23:49 +0200 Message-ID: Subject: HBase Phoenix questions From: Amit Sela To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=047d7bf17eeaa1f7de04ec2b0516 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bf17eeaa1f7de04ec2b0516 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I've read a lot of good things about Phoenix here and I have a few questions that maybe some of you, who already use Phoenix, can help me with: How does Phoenix handle pre-existing data (before it was deployed) ? Does the deployment require HBase restart or just RegionServers restart ? How does Phoenix handle values that are data blobs - say my value is not an Integer but a Writable with two members like impressions (Integer) and revenue (Float) ? Is it possible to add a sort of an adapter to Phoenix for such use cases ? Thanks, Amit. --047d7bf17eeaa1f7de04ec2b0516--