IPC server unable to read call parameters: Protocol message was too large.

2014-11-14 Thread Lise Regnier
Hi, I am have a problem while copying some rows of a HTable into another. It works with very small tables but when try on a larger table I get the following error : IPC server unable to read call parameters: Protocol message was too large. May be malicious. Use CodedInputStream.setSizeLimi

IPC server unable to read call parameters: Protocol message was too large.

2014-11-14 Thread Lise Regnier
Hi, I am have a problem while copying some rows of a HTable into another. It works with very small tables but when try on a larger table I get the following error : IPC server unable to read call parameters: Protocol message was too large. May be malicious. Use CodedInputStream.setSizeLim

Re: Delete row that has columns with future timestamp

2016-06-26 Thread Lise Regnier
you need to run a major compact after deletion lise > On 26 Jun 2016, at 11:20, M. BagherEsmaeily wrote: > > Hello > I use HBase version 0.98.9-hadoop1 with Hadoop version 1.2.1 . when i > delete row that has columns with future timestamp, delete not affect and > row still surviving. > > For