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 E00CECB75 for ; Fri, 14 Nov 2014 13:41:06 +0000 (UTC) Received: (qmail 10025 invoked by uid 500); 14 Nov 2014 13:41:04 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 9952 invoked by uid 500); 14 Nov 2014 13:41:04 -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 9940 invoked by uid 99); 14 Nov 2014 13:41:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2014 13:41:03 +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 lise.regnier@gmail.com designates 209.85.212.176 as permitted sender) Received: from [209.85.212.176] (HELO mail-wi0-f176.google.com) (209.85.212.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2014 13:40:57 +0000 Received: by mail-wi0-f176.google.com with SMTP id ex7so2671547wid.15 for ; Fri, 14 Nov 2014 05:39:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=B4zz0sNHt4lcWb3ssjnHMPCy2oqFqkotVWIyLNCfMN8=; b=QqprFhgxnm5GAVj41MoTOO037vGV2xj+YeLVn13JCfWhgEU0Gs3QjX27IQDJrya2kf 9y48oK5J4XTW32pvXwv7EJ2Aginc8GysU/igSoMKG/exAUB7pJy+MkhLxJggO4HGVBaJ GTH+H9n0SneBVwFuiUCDmu7EiikQeaa0X8k7B5bhNc7SczWXdc11x6bTYFq2zWt5uTbZ RyG0fcyTkWE5iWyAe99czm5MHGwMqamE+7/ES8POcqikDp5yRZOulB+iOvNCHM0St6Pv oRgfdvrxitMvmgE8ywfApoOF2VKhza9B/hwbIQn4NE8MQ/3uoM9VrdnH7TFLi5plOrWN EWOA== X-Received: by 10.180.9.169 with SMTP id a9mr7803626wib.7.1415972346407; Fri, 14 Nov 2014 05:39:06 -0800 (PST) Received: from [192.168.0.19] (81-65-151-120.rev.numericable.fr. [81.65.151.120]) by mx.google.com with ESMTPSA id ec2sm1604292wib.23.2014.11.14.05.39.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 14 Nov 2014 05:39:05 -0800 (PST) From: Lise Regnier Content-Type: multipart/alternative; boundary="Apple-Mail=_831FFB1E-1BE7-4A5A-ACFB-9C002A10EB5D" Subject: IPC server unable to read call parameters: Protocol message was too large. Message-Id: Date: Fri, 14 Nov 2014 14:39:09 +0100 To: user@hbase.apache.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_831FFB1E-1BE7-4A5A-ACFB-9C002A10EB5D Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi,=20 I am have a problem while copying some rows of a HTable into another.=20 It works with very small tables but when try on a larger table I get the = following error :=20 IPC server unable to read call parameters: Protocol message was too = large. May be malicious. Use CodedInputStream.setSizeLimit() to = increase the size limit. Does anyone know how to fix it properly ?=20 note: I am using Hbase 0.98.3 .=20 Lise=20 --Apple-Mail=_831FFB1E-1BE7-4A5A-ACFB-9C002A10EB5D--