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 5DA3B104F2 for ; Thu, 3 Apr 2014 15:51:23 +0000 (UTC) Received: (qmail 60382 invoked by uid 500); 3 Apr 2014 15:51:19 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 60266 invoked by uid 500); 3 Apr 2014 15:51:17 -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 60233 invoked by uid 99); 3 Apr 2014 15:51:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2014 15:51:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pipelines@gmail.com designates 209.85.216.175 as permitted sender) Received: from [209.85.216.175] (HELO mail-qc0-f175.google.com) (209.85.216.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2014 15:51:10 +0000 Received: by mail-qc0-f175.google.com with SMTP id e16so2084676qcx.34 for ; Thu, 03 Apr 2014 08:50:49 -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=tCkCeCHwMVljcmBKNmNL9cDjbhfHI2R58Wgud00AaXM=; b=bVgTjGa/sdL2dWHgfvFzwu1+WXZ4vgC7OzE3kpqoUlZ4VszkLba5k/YKEx3bXLfPwM fC+/JBPYRwAEUqe4V810KjJlStsAucGN8hCISe6HpPqFn6WLEQ2t/Gpkz8m3Ln9qgNmO MkxyNB47AAHRVNNMCCosXygZPJw50c7egxBcnFkjvieRW6oysiQYnbGTYgvp7/27hBHx 7qMuXwjU83qgpEJbwc+51OFn7SEPhffEoelEewwK/+kmMKBYLBrzS/bQE1KdioyKmqCc +qxWOHDB6xssJB7oKO9xNe2+XNzHHp5vcT66o4RIl9+MO/Fra6TYqG1iZy+cWY2uYum/ L0rw== MIME-Version: 1.0 X-Received: by 10.224.165.83 with SMTP id h19mr8122868qay.27.1396540249451; Thu, 03 Apr 2014 08:50:49 -0700 (PDT) Received: by 10.224.181.9 with HTTP; Thu, 3 Apr 2014 08:50:49 -0700 (PDT) Date: Thu, 3 Apr 2014 09:50:49 -0600 Message-ID: Subject: Row_key from sstable2json to actual value of the key From: ng To: "user@cassandra.apache.org" Content-Type: multipart/alternative; boundary=089e015373d07bb76004f6255dc6 X-Virus-Checked: Checked by ClamAV on apache.org --089e015373d07bb76004f6255dc6 Content-Type: text/plain; charset=ISO-8859-1 sstable2json tomcat-t5-ic-1-Data.db -e gives me 00000021 0000001f 00000020 How do I convert this (hex) to actual value of column so I can do below select * from tomcat.t5 where c1='concerted value'; Thanks in advance for the help. --089e015373d07bb76004f6255dc6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
=A0
=A0
=A0
sstable2jso= n tomcat-t5-ic-1-Data.db -e
gives me
=A0
000000210000001f
00000020
=A0
=A0
How do I conver= t this (hex)=A0to actual value of column so I can do below
=A0
select * from tomcat.t5 where c1=3D'concerted value&= #39;;
=A0
Thanks in advance for the help.

=
--089e015373d07bb76004f6255dc6--