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 2AAF39334 for ; Sat, 7 Jan 2012 17:10:21 +0000 (UTC) Received: (qmail 48409 invoked by uid 500); 7 Jan 2012 17:10:19 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 48330 invoked by uid 500); 7 Jan 2012 17:10:17 -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 Delivered-To: moderator for user@hbase.apache.org Received: (qmail 71125 invoked by uid 99); 7 Jan 2012 15:53:41 -0000 X-ASF-Spam-Status: No, hits=2.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of syrious3000@hotmail.de designates 65.54.61.101 as permitted sender) Message-ID: Content-Type: multipart/alternative; boundary="_7cb97d7e-2b4b-4457-8ef5-a39f54f79a2a_" X-Originating-IP: [84.183.247.4] From: =?iso-8859-1?B?Q2hyaXN0aWFuIFNjaORmZXI=?= To: Subject: How to put big 2D-Integer-array into HBase? Date: Sat, 7 Jan 2012 16:53:14 +0100 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 07 Jan 2012 15:53:15.0197 (UTC) FILETIME=[777476D0:01CCCD54] --_7cb97d7e-2b4b-4457-8ef5-a39f54f79a2a_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi=2C I'm using HBase-Java-API to do some simple puts like this: Put p.add(Bytes.toBytes(FAMILY_NAME)=2C Bytes.toBytes(COLUMN)=2C Bytes.toBy= tes(VALUE))=3B Now I have an 2D Integer array (640*480 elements).How to get that into HBas= e? I tried this: http://pastebin.com/WffGkebZ Any suggestions=2C please? regards Chris = --_7cb97d7e-2b4b-4457-8ef5-a39f54f79a2a_--