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 DF6DA105E0 for ; Thu, 3 Oct 2013 17:11:25 +0000 (UTC) Received: (qmail 19808 invoked by uid 500); 3 Oct 2013 17:11:23 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 19703 invoked by uid 500); 3 Oct 2013 17:11:21 -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 19692 invoked by uid 99); 3 Oct 2013 17:11:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 17:11:20 +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 anseh.danesh@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-we0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 17:11:15 +0000 Received: by mail-we0-f172.google.com with SMTP id w61so3113131wes.17 for ; Thu, 03 Oct 2013 10:10:54 -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=AaMo/D6BrmQuNlKymBkFC1yLoS6skor7aqKkiZL1TNE=; b=Us1IfZexfh1Jacrdtd4DY4p5K/ZTPstoUXInjxOgRXtTXooW+Uzoua16G+pXvRh1gd 2UD7chhruQhE82aE2vCkXr2hqqAavbBjt1tE03tu/KaBnweTAVUM6wwuMTLvi4xshVPv QkIjiJpnLryNYjZizdjmjwWYUL3goSqTjWCm4CfBWLMDwKuY5z+e/Jh08zpR8UPnMTrd EIlfdJvZ9O5xS91noFBvpBZq/H9GMDgq3rvYpMn/IaSw2fO6jpzHJztXj0uzu3rYb7Ks pBtrflwCKJaqgLUtOWwgIlSNcWVLJ1evI1bhOPAZDYjxs/Qa1IUH+o/42UGOak6xGStg w9zw== MIME-Version: 1.0 X-Received: by 10.194.5.35 with SMTP id p3mr2913947wjp.47.1380820253950; Thu, 03 Oct 2013 10:10:53 -0700 (PDT) Received: by 10.216.57.198 with HTTP; Thu, 3 Oct 2013 10:10:53 -0700 (PDT) Date: Thu, 3 Oct 2013 20:40:53 +0330 Message-ID: Subject: cassandra mapreduce column is nul From: Anseh Danesh To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=047d7b15adffbc4ac304e7d94447 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b15adffbc4ac304e7d94447 Content-Type: text/plain; charset=ISO-8859-1 Hi all.. I am pretty new to cassandra. I write a mapreduce program that read data from my cassandra columnfamily. My column value is date type but I import it in cassandra as varchar. when I specify my date column (or any other column) as source column to read the dates as map function and assign it to a column of type IColumn and execute the System.out.println(column) in shows me a lot of null.. in my log side, the map input records is correct and is the same as the number of my column family rows but others is 0.. also, my columnfamily has 12 columns. I try this mapreduce program with a smaller table hat has about 2 or 3 columns and it works and print the column and column values. but it didn't work with my table.. what should I do? may the problem is from the number of columns? thanks.. --047d7b15adffbc4ac304e7d94447 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi all.. I am pretty new to cassandra. I write a mapr= educe program that read data from my cassandra columnfamily. My column valu= e is date type but I import it in cassandra as varchar. when I specify my date column (or any o= ther column) as=20 source column to read the dates as map function and assign it to a=20 column of type IColumn and execute the System.out.println(column) in=20 shows me a lot of null..
in my log side, the map input records is correct and is the same as the= number of my column family rows but others is 0..
also, my columnfamily has 12 columns. I try this mapreduce p= rogram with a smaller table hat has about 2 or 3 columns and it works and p= rint the column and column values. but it didn't work with my table.. w= hat should I do? may the problem is from the number of columns?
thanks..
--047d7b15adffbc4ac304e7d94447--